﻿/* homepage css */
.home-banner {
    background-image: url(/images/v4/banner/homepage-banner.webp);
    background-size: 100% 100%;
    min-height: 90vh;
    padding: 4rem 0;
}

.homepage-second .hs-card {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid var(--color-gray-light);
    height: 100%;
}

.homepage-third .third-img {
    border-radius: 10px;
}

.homepage-third .vpoint .bar {
    width: 3px;
    height: 100%;
    background-color: var(--color-beige);
}

.homepage-third .vpoint.active h5 {
    font-weight: 700 !important;
}

.homepage-third .vpoint {
    position: relative;
    padding-left: 25px !important;
}

    .homepage-third .vpoint::before {
        content: "";
        position: absolute;
        height: 100%;
        border: 3px solid #e3d8bb;
        left: 0;
        top: 0;
        border-radius: 5px;
    }

    .homepage-third .vpoint.active::before {
        border: 3px solid #000000;
    }

.akp2-box ul li {
    padding: 55px 0;
    border-bottom: 1px solid #000;
}

.ak-last {
    border-bottom: none !important;
}

.akp4-box {
    margin: 110px 0;
    background-color: #f5bb6b;
}

.akp-box,
.akp-box1,
.akp4-box {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
}

.akp-box,
.akp-box1 {
    background-color: #fff;
    margin-bottom: 50px;
}

.akp2-box,
.akp3-box {
    box-shadow: 0 3px 6px #00000029;
    text-align: center;
    position: relative;
    border-radius: 15px;
    background-color: #f3f3f3;
}

    .akp2-box h4 {
        padding: 50px 0;
    }

    .akp3-box h4 {
        padding: 50px 0 0px;
    }

    .akp3-box ul li {
        padding: 49px 0;
    }

    .akp3-box ul li {
        border-bottom: 1px solid #0000004f;
    }

.akp-box1-1::before {
    content: url(/images/v4/icons/flow-arrow-forward.png);
    position: absolute;
    right: -125px;
    top: 25px;
}

.akp-box1-1::after {
    content: url(/images/v4/icons/flow-arrow-backward.png);
    bottom: 12px;
    position: absolute;
    left: 197px;
}

.akp2-box::after {
    content: url(/images/v4/icons/flow-arrow-forward.png);
    position: absolute;
    right: -125px;
    top: 205px;
}

.akp3-box::before {
    content: url(/images/v4/icons/flow-arrow-backward.png);
    bottom: 65px;
    position: absolute;
    left: -125px;
}

.akp4-box::before {
    content: url(/images/v4/icons/arrow-bidirectional.png);
    top: 35px;
    position: absolute;
    left: -125px;
}

.akp-box.akp-text-box {
    background-color: #f5bb6b;
}
/*  about page css */
.about-banner,
.hiw-banner {
    background-color: #0a111b;
    min-height: 45vh;
    padding: 4rem 0 0;
}

.about-second {
    background: linear-gradient(to bottom, #fff, #eae2cd);
    position: relative;
    padding: 4rem 0rem 6rem;
}

    .about-second .floating-images-grid {
        position: relative;
        width: 100%;
        height: 360px;
    }

    .about-second .floating-img {
        position: absolute;
        object-fit: cover;
    }

    /* Individual Positioning (Desktop View) */
    .about-second .img-1 {
        top: 150px;
        left: 0;
    }

    .about-second .img-2 {
        top: 114px;
        left: 26%;
    }

    .about-second .img-3 {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .about-second .img-4 {
        top: 60px;
        left: 65%;
    }

    .about-second .img-5 {
        bottom: -100px;
        right: 10%;
    }

    .about-second .img-6 {
        top: 0;
        right: 0;
    }
    /* Optional animation effect */
    .about-second .floating-img {
        transition: transform 0.6s ease;
    }

.about-third .about-card-group {
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    margin: 0;
}

.about-third .about-card {
    flex: 1;
    padding: 2rem;
    transition: transform 0.3s ease;
    transform-origin: unset;
    padding: 3rem 3rem;
    position: relative;
    z-index: 2;
    border: 1px solid #e4e4e4;
}

    .about-third .about-card::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 35px;
        background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.2) 0%, transparent 53% );
        filter: blur(-2px);
        z-index: 1;
    }

.about-third .circle-icon {
    width: 105px;
    height: 95px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
/* Transform Effects */
.about-third .card-left {
    transform: perspective(1000px) rotateY(19deg) translateX(89px);
    background-color: #f6f6f6;
}

.about-third .card-center {
    transform: perspective(1000px) rotateY(-21deg) translateX(0px) translateX(-20px);
    background-color: #ffffff;
}

.about-third .card-right {
    transform: perspective(1000px) rotateY(19deg);
    background-color: #f6f6f6;
}

.about-four {
    background-color: #fefaf4;
}
/*  how it works css */
.hiw-second .hiw-step {
    padding-top: 3rem;
    padding-bottom: 1rem;
    position: relative;
}

    .hiw-second .hiw-step .position-relative {
        transform: translateY(-30px);
    }

.hiw-third .hiw-card {
    position: relative;
    border-radius: 18px;
    transition: all 0.3s ease;
    border: 1px solid #e3d8bb;
    transition: all 0.3s ease-in-out;
}

    .hiw-third .hiw-card:hover {
        background-color: #e3d9bb !important;
        transition: all 0.3s ease-in-out;
    }

    .hiw-third .hiw-card .icon img {
        height: auto;
    }
/* Optional spacing tweaks if needed */
.hiw-fourth p {
    line-height: 1.6;
}

.hiw-fifth {
    padding: 3rem 0rem 4rem;
}

.hiw-slider div {
    margin: 0 20px 0 0;
}

.hiw-slider .slick-arrow {
    background: #fff;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 5;
}

.hiw-slider .slick-prev {
    left: -20px;
}

.hiw-slider .slick-next {
    right: -20px;
}

.hiw-slider .slick-dots {
    display: none !important;
}

.common-slick-arrow {
    background-color: #e3d8bb;
    border: 1px solid #000000;
    border-radius: 50%;
    padding: 0px 4px;
    cursor: pointer;
}
/*  repository page css */
.repository-second .bi-download {
    transition: transform 0.3s ease;
    cursor: pointer;
}

    .repository-second .bi-download:hover {
        transform: scale(1.15);
    }

.respository-second-inner {
    background: linear-gradient(180deg, #f7f1e5, rgb(255 255 255) 100%);
}

.rplhalf-card {
    background: linear-gradient(180deg, rgb(255 255 255), #f7f1e5 100%);
    border-bottom: 1px solid #5b5239;
}
/*  contact us page css */
.contact-us-main input,
.contact-us-main textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 14px 12px 14px 30px;
}

.contact-us-main iframe {
    border: none;
}

.contact-page-form .form-control {
    border: 1px solid #000000 !important;
}

.contact-page-form label {
    position: absolute;
    top: -16px;
    left: 20px;
    background-color: var(--color-cream);
    padding: 0 10px;
}

.lg-grad-one {
    background: linear-gradient(90deg, #f6efe1, white 100%);
}
/*  faq page css */
.faq-main .accordion-button {
    border-radius: 8px !important;
}

.faq-main .accordion-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 32px;
}

    .faq-main .accordion-item.active {
        border: 2px solid #cfc29f !important;
    }

.faq-main .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: black;
}

.faq-search-wrapper {
    margin-bottom: 5rem;
}
/*  individual page css */
.individual-banner {
    background: linear-gradient(180deg, white, #e9e1cb 75%);
    padding: 8rem 0rem 3rem;
}

.individual-third {
    background-color: #f2f2f2;
}

    .individual-third .tab-btn {
        display: flex;
        align-items: center;
        background-color: var(--bs-white);
        padding: 14px 18px;
        border-radius: 20px;
        border: 1px solid #d7d7d7;
        cursor: pointer;
        transition: all 0.3s ease;
        margin: 0 10px;
        height: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

        .individual-third .tab-btn.slick-current {
            position: relative;
            z-index: 9;
            transition: all 0.3s ease;
        }

        .individual-third .tab-btn.slick-current {
            border: 1px solid #000000;
        }

        .individual-third .tab-btn::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 71%;
            height: 100%;
            z-index: -1;
            background-color: transparent;
            border-radius: 20px 29px 29px 20px;
        }

        .individual-third .tab-btn.slick-current::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 62%;
            height: 100%;
            z-index: -1;
            background-color: #e9e1cb;
            border-radius: 20px;
        }

.individual-tabs-slider {
    position: relative; /* Ensure arrows stay within bounds */
}

    .individual-tabs-slider .slick-prev,
    .individual-tabs-slider .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        border: none;
        border-radius: 50%;
        font-size: 1rem;
        color: var(--text-black);
    }

        .individual-tabs-slider .slick-prev:before,
        .individual-tabs-slider .slick-next:before {
            position: absolute;
            content: none;
        }

    .individual-tabs-slider .slick-prev {
        left: -40px; /* Adjust as needed */
    }

    .individual-tabs-slider .slick-next {
        right: -17px; /* Adjust as needed */
    }

.indi-third-list-wrapper ul li {
    padding-left: 25px;
}

    .indi-third-list-wrapper ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        border: 3px solid #000000;
    }

.individual-left {
    margin-right: 5rem;
}


/*  asps page css */
.asps-banner {
    background: linear-gradient(180deg, white, #e9e1cb 75%);
    padding: 8rem 0rem 3rem;
}

.asps-second {
    background-image: url(/images/v4/themes/asps-second-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4rem 2rem 5rem;
}

.asps-second-card {
    padding: 43px 16px;
    background-color: white;
}

    .asps-second-card::after,
    .asps-second-card::before {
        content: "";
        position: absolute;
        border: 1px solid black;
    }

    .asps-second-card.one::after {
        width: 20%;
        left: -9px;
        top: -9px;
    }

    .asps-second-card.one::before {
        height: 20%;
        left: -9px;
        top: -9px;
    }

    .asps-second-card.two::after {
        width: 20%;
        left: -9px;
        bottom: -9px;
    }

    .asps-second-card.two::before {
        height: 20%;
        left: -9px;
        bottom: -9px;
    }

    .asps-second-card.three::after {
        width: 20%;
        right: -9px;
        bottom: -9px;
    }

    .asps-second-card.three::before {
        height: 20%;
        right: -9px;
        bottom: -9px;
    }

    .asps-second-card.four::after {
        width: 20%;
        right: -9px;
        top: -9px;
    }

    .asps-second-card.four::before {
        height: 20%;
        right: -9px;
        top: -9px;
    }

    .asps-second-card.five::after {
        width: 20%;
        right: -9px;
        bottom: -9px;
    }

    .asps-second-card.five::before {
        height: 20%;
        right: -9px;
        bottom: -9px;
    }

.asps-second .d-grid {
    gap: 4.5rem;
}
/*  enterprizes page css */
.enterprise-banner,
.sale-marketing-banner {
    padding: 7rem 0rem 0rem;
    background: linear-gradient(180deg, #e9e1cb, white 75%);
}

.enterprizes-second {
    background: linear-gradient(180deg, #fff5db, white 75%);
    padding: 8rem 0rem 3rem;
}

    .enterprizes-second .shaped-card {
        background-image: url(/images/v4/themes/Ellipse-one.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 72px 38px;
    }

        .enterprizes-second .shaped-card.even {
            background-image: url(/images/v4/themes/Ellipse-two.png);
            background-size: 100% 100%;
            background-repeat: no-repeat;
        }

.enterprizes-third .btn-block,
.developers-third .btn-block {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    transition: all 0.3s ease-in;
    position: relative;
    border-radius: 20px 29px 29px 20px;
    z-index: 9;
}

    .enterprizes-third .btn-block:hover,
    .developers-third .btn-block:hover {
        border: 1px solid black;
    }

    .enterprizes-third .btn-block::after,
    .developers-third .btn-block::after {
        width: 0;
        background-color: #e9e1cb;
        border-radius: 20px 29px 29px 20px;
        transition: all 0.3s ease-in;
        height: 100%;
        z-index: -1;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
    }

    .enterprizes-third .btn-block:hover::after,
    .developers-third .btn-block:hover::after {
        width: 71%;
        transition: all 0.3s ease-in;
    }

    .developers-third .btn-block.active::after {
        width: 71%;
        transition: all 0.3s ease-in;
    }

.enterprizes-third {
    padding: 3rem 0rem;
    margin-bottom: 24px;
}
/*  bank page css */
.bank-second-card {
    border: 1px solid #dfd3b1e5;
    height: 100%;
}

.bank-fourth button {
    border-left: 6px solid #f8f9fa;
    border-radius: 0px;
    transition: all 0.3s ease-in;
    padding: 0px 14px;
}

    .bank-fourth button.active {
        font-weight: 600;
        border-left: 6px solid var(--bs-dark);
        background-color: transparent;
        border-radius: 0px;
        transition: all 0.3s ease-in;
    }

    .bank-fourth button .span-content {
        display: none;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .bank-fourth button.active .span-content {
        display: block;
        opacity: 1;
    }

.bank-fourth ul li {
    margin-bottom: 20px;
}

    .bank-fourth ul li:last-child {
        margin-bottom: 0px;
    }

.bank-fourth button.active .span-head {
    color: black !important;
    transition: all 0.3s ease-in-out;
}
/*  developer-page css */
.developer-banner {
    background: white !important;
    padding: 7rem 0rem 0rem;
}

.developers-third {
    background-image: url(/images/v4/themes/developer-third-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4rem 0rem 10rem;
}

.developers-four-content-wrapper {
    padding: 45px 85px;
    position: relative;
    background: white;
    width: 60%;
}

.developers-fourth {
    margin-top: -100px;
}

.individual-third.sale-marketing {
    background-color: #fdf6e7;
}

.sale-marketing-second {
    background: linear-gradient(180deg, white, #f3f3f3 75%);
}

.smstf-card {
    padding: 25px 21px;
    border-radius: 10px;
}

.sale-marketing-second {
    padding: 4rem 0;
}

.smstf-float {
    top: -12px;
    right: 12px;
    height: 55px;
    width: 55px;
    background-color: #dbd1b7;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
/*  blog page css */
.blog-section,
.privacy-section {
    padding: 8rem 0 4rem;
    background: linear-gradient(180deg, #e9e1cb, white 25%);
}

    .blog-section .container-1920 .card {
        background-color: transparent;
    }

.card-inner {
    position: relative;
    width: inherit;
    height: 18.75rem;
    background: white;
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.blog-section .box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
}

.blog-section .imgBox {
    position: absolute;
    inset: 0;
}

    .blog-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .blog-section  .icon {
        position: absolute;
        bottom: -0.375rem;
        right: -0.375rem;
        width: 6rem;
        height: 6rem;
        background: white;
        border-top-left-radius: 50%;
    }

        .blog-section  .icon:hover .iconBox {
            transform: scale(1.1);
        }

        .blog-section .icon::before {
            position: absolute;
            content: "";
            bottom: 0.375rem;
            left: -1.25rem;
            background: transparent;
            width: 1.25rem;
            height: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            box-shadow: 0.313rem 0.313rem 0 0.313rem white;
        }

        .blog-section  .icon::after {
            position: absolute;
            content: "";
            top: -1.25rem;
            right: 0.375rem;
            background: transparent;
            width: 1.25rem;
            height: 1.25rem;
            border-bottom-right-radius: 1.25rem;
            box-shadow: 0.313rem 0.313rem 0 0.313rem white;
        }

.blog-section .iconBox {
    position: absolute;
    inset: 0.625rem;
    background: #c2d9f8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.page-item .page-link {
    border-radius: 8px;
}

.page-item.active .page-link {
    background-color: #0e1e2f;
    border-radius: 8px;
}

.page-item .page-link:hover {
    color: white !important;
    background-color: #0e1e2f;
    border-radius: 8px;
}

.privacy-content-wrapper {
    border: 1px solid #7c7c7c;
    border-radius: 20px;
    background-color: white;
    padding: 39px 43px;
}

.bir-card {
    border: 1px solid #7c7c7c;
    padding: 16px 20px;
}

.blog-inner-main {
    padding: 9rem 0rem 6rem;
}

   

.blog-inner-main {
    background: linear-gradient(180deg, #e9e1cb, white 50%);
}
.ds-floating-buy-dsc {
    padding: 36px 10px 27px 23px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    position: sticky;
    margin: 0 auto;
    top: 100px;
}
.blog-inner-form {
    
   
    opacity: 1;
    padding: 26px 24px;
    margin-top: 52px;
    border-top: 5px solid #FFA800;
    height: auto;
}
    .blog-inner-form input, .blog-inner-form textarea {
        font-size: 22px;
        line-height: 28px;
        text-align: left;
        border: 1px solid #d29d39 !important;
    }
.blog-left-sb {
    top: 60px;
    background: #f1f1f1;
    height: 1000px;
}
.homepage-process .d-grid {
    grid-template-columns: 10% 10% 22% 10% 22% 10% 15%;
}

.common-search::before {
    content: url(/images/v4/icons/search.png);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) scale(.7);
}

.mode-slide-card {
    border: 1px solid #e3d8bb;
    border-radius: 18px;
}

.modes-slider .slick-slide {
    margin: 0 27px;
}

/* the parent */
.modes-slider .slick-list {
    margin: 0 -27px;
}

.modes-slider {
    position: relative; /* Ensure arrows stay within bounds */
}

.modes-second {
    background: #F5F5F5
}

.modes-second-left img {
    height: 28px;
    width: 28px
}

.modes-second-left ul li {
    background: linear-gradient(-90deg, #F5F5F5, #EDDDB6 75%);
    padding: 18px;
    margin-bottom: 20px
}

.my-dropdown {
    position: relative;
    display: inline-block;
}

.my-dropdown-toggle {
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.my-dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ccc;
    min-width: 200px;
    z-index: 1000;
}

.my-dropdown-item {
    padding: 15px;
    display: block;
    color: #333;
    text-decoration: none;
}

    .my-dropdown-item:hover {
        background: #f1f1f1;
    }

.my-dropdown-divider {
    height: 1px;
    background: #ddd;
    margin: 5px 0;
}

/* Active state */
.my-dropdown.open .my-dropdown-menu {
    display: block;
}

.my-dropdown-menu:hover a {
    color: black !important
}
.blog-btn-submit {
    background: #ffb01f;
    border-radius: 4px;
}
.light-sky {
    background: #ffb01f;
}
.ard-p1 {
    font-size: 24px;
    color: #108dc6;
   
}
.bck-art-det {
    color: #1c273899;
    padding: 10px 0 !important;
    display: inline-block;
}

.bigloader {
    position: fixed;
    top: 10px;
    z-index: 9;
    text-align: center;
    left: 50%
}

.bigloader1 {
    position: fixed;
    top: 50%;
    z-index: 9999;
    left: 49%;
    overflow: hidden;
    zoom: 1
}

.preloader2 .bi-arrow-repeat {
    font-size: 43px;
    
}

.bigloader1 {
    position: fixed;
    top: 50%;
    z-index: 9999;
    left: 49%;
    overflow: hidden;
    zoom: 1
}

.preloader2 {
    display: inline-block;
    padding: 0;
    text-align: left
}

.spin-icon {
  display: inline-block;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}