********* Template CSS ********* :root {
    --primary: #7d4dc4;
    --light: #F5F5F5;
    --dark: #150f1e;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.page-header {
    height: 500px !important;
    position: relative;
}


/*** Spinner ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#navbarCollapse a.btn {
    color: #0b0b27;
}

#navbarCollapse a {
    color: white;
    font-weight: bold;
}

.btn {
    background-color: #b695e7;
    border: none !important;
}

.navbar-brand img {
    height: 60px !important;
    width: 80px !important;
}

.navbar {
    background-color: #0d0b27 !important;
    position: sticky !important;
}


/*** Button ***/

.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    font-weight: bold;
    color: #b695e7 !important;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/

.modal-content {
    border-radius: 15px;
}

.modal-header {
    background-color: #6f42c1;
    color: white;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.owl-carousel-item img {
    height: 100% !important;
    width: 100%;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    margin-bottom: 100px !important;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.dropdown-menu {
    background: var(--primary);
}

.dropdown-menu .dropdown-item:hover {
    background: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/backgimg.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.heading-2 {
    color: #492377;
}


/*** Section Title ***/

.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}

.row {
    position: relative !important;
}


/*** About ***/

@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }
    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.about-img {
    height: 500px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media (max-width:992px) {
    .about-img {
        height: auto;
        overflow: hidden;
    }
}

@media (max-width:765px) {
    .about-img {
        height: auto;
        overflow: hidden;
    }
}


/*** Service ***/

.service-img {
    height: 360px;
    width: 100%;
    border-radius: 8px;
    object-fit: contain;
    transition: 0.3s;
}

.service-img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


/*** Feature ***/

.feature {
    display: flexbox;
    justify-content: space-evenly;
    align-items: center;
    gap: 2;
}

.feature .feature-content .metrics-img-container .metrics-img {
    object-fit: contain;
    transition: 0.6s;
}

.feature .feature-content .metrics-img-container {
    padding: 10px;
    border-radius: 15px;
    transition: 0.6s;
}

.feature .feature-content .metrics-img-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px #7d4dc430;
}

.feature .feature-content .metrics-img-container-2 .metrics-img {
    object-fit: contain;
    transition: 0.6s;
}

.feature .feature-content .metrics-img-container-2 {
    padding: 10px;
    border-radius: 15px;
    transition: 0.6s;
    transform: translateY(-10px);
    box-shadow: 0 10px 20px #7d4dc430;
}

@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }
    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/

.entry-image img {
    height: 300px !important;
}


/*** Quote ***/

@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }
    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/


/* .test {
    background-color: #655b71 !important;
} */

.testimonial-img {
    transition: ease-in-out 0.5s;
}

.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgb(251, 250, 252) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Contact ***/

@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }
    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/

.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
    clip-path: polygon();
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.step-container {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    margin-top: 60px;
}

.step {
    background-color: #0d0b27;
    border-radius: 50% 50% 0 0;
    width: 290px !important;
    height: 330px !important;
    margin: 20px;
    position: relative;
    box-shadow: black !important;
    padding-top: 60px;
    text-align: center;
}

.step-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4a2c7b;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.step:nth-child(2) .step-icon {
    background-color: #4a2c7b;
}

.step:nth-child(3) .step-icon {
    background-color: #4a2c7b;
}

.step-number {
    font-size: 30px;
    font-weight: bold;
    color: #7a5bba;
}

.step:nth-child(2) .step-number {
    color: #7a5bba;
}

.step:nth-child(3) .step-number {
    color: #7a5bba;
}

.step-title {
    font-size: 14px;
    font-weight: bold;
    color: #bd926a;
    text-transform: capitalize;
    margin-top: 10px;
}

.step-desc {
    font-size: 13px;
    margin-top: 10px;
    padding: 0 10px;
    color: #555;
}


/* .step {
    background-color: rgba(58, 19, 112, 0.83);
    border-radius: 50% 50% 0 0;
    width: 350px !important;
    height: 400px !important;
    margin: 25px;
    position: relative;
    color: white !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    padding-top: 80px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
} */

.step-desc {
    color: white !important;
    font-size: 16px !important;
}

.step-icon {
    top: -40px;
    width: 80px;
    height: 80px;
    font-size: 32px;
}

.step-number {
    font-size: 36px;
    color: white !important;
}

.step-title {
    font-size: 16px;
}

.step-desc {
    font-size: 14px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step {
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
}

.step:nth-child(1) {
    animation-delay: 0.2s;
}

.step:nth-child(2) {
    animation-delay: 0.4s;
}

.step:nth-child(3) {
    animation-delay: 0.6s;
}

.step:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 960px) {
    .step-container {
        flex-wrap: wrap;
        justify-content: space-evenly;
        width: 100%;
        border: 1px solid black;
    }
}

@media (max-width: 768px) {
    .step-container {
        flex-wrap: wrap;
    }
    .step {
        height: auto;
        border-radius: 20px;
        padding-top: 60px;
    }
}

@media (max-width: 450px) {
    .step {
        height: auto;
        border-radius: 20px;
        padding-top: 60px;
    }
}

.stats-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.stat-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    width: 180px;
    position: relative;
    border-top: 5px solid;
}

.stat-box::before {
    content: "";
    width: 10px;
    height: 10px;
    background: inherit;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid white;
}

.stat-box.green {
    border-color: #050505;
}

.stat-box.teal {
    border-color: #00BCD4;
}

.stat-box.blue {
    border-color: #2196F3;
}

.stat-box.dark {
    border-color: #004d40;
}

.stat-box i {
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
}

.label {
    font-weight: bold;
    margin-bottom: 10px;
}

.number {
    font-size: 1.5rem;
    font-weight: bold;
}

.stats-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.stat-box {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 240px;
    position: relative;
    border-top: 6px solid;
    transition: transform 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
}

.stat-box::before {
    content: "";
    width: 14px;
    height: 14px;
    background: inherit;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #ffffff;
}

.stat-box.teal {
    border-color: #492377;
}

.stat-box.green {
    border-color: #492377;
}

.stat-box.blue {
    border-color: #492377;
}

.stat-box.dark {
    border-color: #492377;
}

.stat-box i {
    font-size: 40px !important;
    color: #666;
    margin-bottom: 20px;
}

.label {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.number {
    font-size: 28px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .stat-box {
        width: 100%;
        max-width: 320px;
    }
}

.footer {
    position: relative;
    background: linear-gradient(135deg, #5b2ca1cc, #1e1823);
    color: #fff;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
    padding-top: 100px;
    margin-top: 100px;
}

.footer h4 {
    color: #fff;
    margin-bottom: 1.5rem;
}

.footer a.btn-link {
    color: inherit;
    /* Inherit from parent, no custom color */
    text-decoration: none;
    margin-bottom: 0.5rem;
    display: block;
    transition: all 0.3s ease;
}

.footer a.btn-link:hover {
    color: #fff;
    transform: translateX(5px);
    /* Optional hover effect */
}

.btn-social {
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    transition: all 0.3s ease;
}

.btn-social:hover {
    background: #fff;
    color: #1f1c2c;
}

.footer input[type="text"] {
    border-radius: 30px;
    padding-left: 20px;
}

.footer .btn-primary {
    border-radius: 30px;
}

.btn-primary-xl:hover {
    background: white;
    color: #b695e7;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 40px;
}

.footer a.btn-link {
    all: unset;
    display: block;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.footer a.btn-link:hover {
    text-decoration: underline;
}

.why-choose-us {
    background: #f4f3f56c;
}

.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 15px #5b2ca180;
    /* <-- base shadow */
    border-radius: 16px;
    background-color: #f8f5f5;
}

.card-hover .icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px #b695e7;
    /* <-- stronger on hover */
}

.icon-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #eee;
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    /* icon box shadow */
    border-radius: 50%;
}

.portfolio .portfolio-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}

.portfolio .portfolio-filters li {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 25px;
    cursor: pointer;
    background: var(--surface-color);
    color: var(--default-color);
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.portfolio .portfolio-filters li i {
    font-size: 1.1em;
    transition: transform 0.3s ease;
}

.portfolio .portfolio-filters li:hover {
    color: var(--accent-color);
    transform: translateY(-2px);
    background: color-mix(in srgb, var(--accent-color), transparent 92%);
}

.portfolio .portfolio-filters li:hover i {
    transform: scale(1.1);
}

.portfolio .portfolio-filters li.filter-active {
    background: var(--accent-color);
    color: var(--contrast-color);
}

@media (max-width: 768px) {
    .portfolio .portfolio-filters {
        gap: 10px;
    }
    .portfolio .portfolio-filters li {
        padding: 8px 20px;
        font-size: 14px;
    }
}

.portfolio .portfolio-entry {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--surface-color);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.portfolio .portfolio-entry .entry-image {
    position: relative;
    margin: 0;
    height: 500px !important;
    width: 250px !important;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.portfolio-entry {
    height: 380px !important;
    width: 250px !important;
    margin-left: 50px !important;
}

.portfolio .portfolio-entry .entry-image img {
    width: 250px !important;
    height: 380px !important;
    object-fit: fill;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio .portfolio-entry .entry-image .entry-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio .portfolio-entry .entry-image .entry-overlay .overlay-content {
    width: 100%;
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-meta {
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-title {
    color: var(--contrast-color);
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links {
    display: flex;
    gap: 15px;
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--surface-color);
    color: var(--accent-color);
    border-radius: 12px;
    font-size: 20px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links a:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
    transform: translateY(-2px);
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links a:nth-child(1) {
    transition-delay: 0.1s;
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links a:nth-child(2) {
    transition-delay: 0.2s;
}

.portfolio .portfolio-entry:hover .entry-image img {
    transform: scale(1.05);
}

.portfolio .portfolio-entry:hover .entry-image .entry-overlay {
    opacity: 1;
    transform: translateY(0);
}

.portfolio .portfolio-entry:hover .entry-image .entry-overlay .overlay-content {
    transform: translateY(0);
}

.portfolio .portfolio-entry:hover .entry-image .entry-overlay .entry-links a {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .portfolio .portfolio-entry .entry-image .entry-overlay {
        padding: 20px;
    }
    .portfolio .portfolio-entry .entry-image .entry-overlay .entry-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .portfolio .portfolio-entry .entry-image .entry-overlay .entry-links a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

.portfolio .portfolio-item .entry-image {
    aspect-ratio: 4/3;
}

@media (min-width: 1200px) {
    .portfolio .portfolio-item .entry-title {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .portfolio .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .portfolio .row .portfolio-item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .portfolio .row {
        margin-left: -12px;
        margin-right: -12px;
    }
    .portfolio .row .portfolio-item {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 1200px) {
    .portfolio .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .portfolio .row .portfolio-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .portfolio .entry-overlay {
        padding: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .portfolio .entry-overlay {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .portfolio .entry-overlay {
        padding: 20px;
    }
}

.entry-meta {
    color: #6e3daa !important;
    font-weight: 40px !important;
}

.entry-title {
    color: #492377 !important;
    font-weight: 20px !important;
}

.pro {
    font-family: 'Times New Roman', Times, serif !important;
}

.glass-box {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.85);
}

.btn-gradient {
    background: linear-gradient(90deg, #4f336d 0%, #4f6da1 100%);
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    background: linear-gradient(90deg, #4f336d 0%, #5470a0 100%);
    color: #fff;
}

.contact-section .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.contact-section .form-floating>label {
    color: #6c757d;
}

.contact-section .form-floating>.form-control:focus~label {
    color: #0d6efd;
}

.row1 {
    background: #0d0b27;
}

.btn-outline-dark {
    background-color: #0b0b27;
    color: white;
    padding: 10px 4px;
    font-weight: bold;
}

.btn-outline-dark:hover {
    background-color: #b695e7;
    transform: translateY(-5px);
    color: #0b0b27;
}

.custom-dot-list {
    list-style: none;
    /* Remove default bullets */
    padding-left: 0;
}

.custom-dot-list li {
    position: relative;
    padding-left: 1.5rem;
    /* space for the dot */
    margin-bottom: 0.8rem;
}

.custom-dot-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    /* vertically center the dot */
    width: 0.5rem;
    height: 0.5rem;
    background-color: #00d1b2;
    /* teal dot color */
    border-radius: 50%;
    /* make it round */
}

.award-header {
    background: linear-gradient(to bottom right, #0d0b27, #0d0b27, #ffffff);
    height: 450px;
}

.award-header-2 {
    background: linear-gradient(to bottom left, #0d0b27, #0d0b27, #ffffff);
    height: 450px;
}

.award-description {
    font-weight: 500;
    color: #fcf9f9;
}

.award-img {
    max-width: 100%;
    height: auto;
}

.swot-section {
    background-color: rgba(248, 244, 244, 0.925);
    padding: 60px 20px;
}

.swot-circle {
    width: 100%;
    max-width: 250px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 30px;
}

.swot-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* color: ; */
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.swot-icon i {
    color: #0b0b27;
    font-size: 20px;
}

.swot-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 10px;
}

.swot-text {
    font-size: 0.875rem;
    margin-top: 10px;
}

.strengths,
.opportunities {
    background-color: #0b0b27;
}

.weaknesses,
.threats {
    background-color: #ffffff;
}

.weaknesses .swot-icon,
.threats .swot-icon {
    background: #0b0b27;
}

.weaknesses .swot-icon i,
.threats .swot-icon i {
    color: #fff;
}

.weaknesses .swot-title,
.number,
.threats .swot-title,
.number {
    color: #0b0b27;
}

.swot-letter {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 2rem;
    font-weight: bold;
    opacity: 0.2;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    gap: 40px;
    flex-wrap: wrap;
}

.hero-left {
    flex: 1 1 500px;
    max-width: 600px;
}

.top-tag {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    color: #FFECEC;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #ffffff;
}

.highlight {
    color: #fcfcfd;
    padding: 4px 10px;
    border-radius: 6px;
}

.tagline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #E8DAFF;
    margin-bottom: 20px;
}

.description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #EDEDED;
    margin-bottom: 10px;
    max-width: 500px;
}

.cta-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    background-color: #FFFFFF;
    color: #6E44FF;
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.1);
}

.cta-btn:hover {
    transform: translateY(-2px);
    background-color: #f2f2f2;
}

.hero-right {
    flex: 1 1 300px;
    text-align: center;
}

.hero-right img {
    max-width: 100%;
    height: auto;
}


/* Tablet */

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 60px 40px;
    }
    .headline {
        font-size: 36px;
    }
    .cta-btn {
        font-size: 15px;
        padding: 10px 22px;
    }
}


/* Mobile */

@media (max-width: 480px) {
    .hero {
        padding: 40px 20px;
    }
    .headline {
        font-size: 28px;
    }
    .tagline {
        font-size: 18px;
    }
    .description {
        font-size: 15px;
    }
}

.nav-tabs {
    gap: 3px;
}

.nav-tabs .nav-item {
    border-radius: 5px 5px 0 0;
    background-color: #6E44FF;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.nav-tabs .nav-item:hover {
    background-color: #362c66;
    transition: 1s;
    border-radius: 12px 12px 0 0;
}

.nav-tabs .nav-item .active {
    background-color: #362c66;
    color: white;
}

#services-ul li::marker {
    color: #643d8a;
}

#tab-img {
    height: 360px;
    width: 99%;
}

.screen {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.screen img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    transition: top 4s linear;
}


/* .tab-content {
            box-shadow: inset 0 -100px 80px -100px #6E44FF80;
        } */

.screen-SM {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.screen-SM img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    transition: top 4s linear;
}

#seeMoreArrow {
    animation: brouce;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
}

.web-img:nth-child(odd) {
    transform: translateY(30px);
}

.web-img:nth-child(even) {
    transform: translateY(3px);
}

@media (max-width:968px) {
    .web-img:nth-child(odd) {
        transform: translateY(0px);
    }
}

@keyframes brouce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
}