/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Opzio
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header-con
3. Banner  /.banner-con
4. Blueprints  /.blueprints-con
4. Opzio Shift  /.opzio-shift-con
5. Work Cost  /.work-cost-con
6. Investment  /.investment-con
7. Velocity  /.velocity-plan-con
8. FAQ /.faq-con
9. Call to Action  /.cta-con
10. Footer  /.footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

#    --primary--color: #f95b34;
#    --secondary--color: #ffffff;
#    --accent--color: #d76666;
#    --purple--color: #a97ad5;
#    --purple--color2: #8347dc;
#    --apricot--color: #efb664;
#    --yellow--color: #ffc045;
#    --pink--color: #c291ac;
#    --pink--color2: #be8db3;
#    --tea--pink--color: #c694a3;
#    --text--color: #bababa;
#    --text--color2: #2b2b2b;
#    --text--color3: #a6a9b9;
#    --text--color4: #666a82;
#    --text--color5: #5f5f5f;
#    --black--color: #000000;
#    --black--color2: #0c0c0c;
#    --border--color2: #200205;
#    --navy--bg--color: #0c0d13;
#    --navy--color: #14151e;
#    --navy--color2: #191b26;
#    --cool--color: #4a41ec;
#    --cool--color2: #b8b6cc;
#    --cool--color3: #8e8ca9;

*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: "Inter Tight", sans-serif;
Heading: "Inter Tight", sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Inter Tight", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter Tight", sans-serif;
}

:root {
    --primary--color: #f95b34;
    --secondary--color: #ffffff;
    --accent--color: #d76666;
    --purple--color: #a97ad5;
    --purple--color2: #8347dc;
    --apricot--color: #efb664;
    --yellow--color: #ffc045;
    --pink--color: #c291ac;
    --pink--color2: #be8db3;
    --tea--pink--color: #c694a3;
    --text--color: #bababa;
    --text--color2: #2b2b2b;
    --text--color3: #a6a9b9;
    --text--color4: #666a82;
    --text--color5: #5f5f5f;
    --black--color: #000000;
    --black--color2: #0c0c0c;
    --border--color2: #200205;
    --navy--bg--color: #0c0d13;
    --navy--color: #14151e;
    --navy--color2: #191b26;
    --cool--color: #4a41ec;
    --cool--color2: #b8b6cc;
    --cool--color3: #8e8ca9;
}

figure {
    margin-bottom: 0;
}

.inter-font {
    font-family: "Inter", sans-serif;
}

.z-1 {
    z-index: 1;
}

.text-size-120 {
    font-size: 120px;
    line-height: 115px;
    font-weight: 700;
    color: var(--secondary--color);
}

.text-size-94 {
    font-size: 94px;
    line-height: 96px;
    font-weight: 700;
    color: var(--secondary--color);
}

.text-size-86 {
    font-size: 86px;
    line-height: 94px;
    font-weight: 700;
    color: var(--black--color);
}

.text-size-80 {
    font-size: 80px;
    line-height: 82px;
    font-weight: 700;
    color: var(--secondary--color);
}

.text-size-60 {
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    color: var(--secondary--color);
}

.text-size-56 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    color: var(--secondary--color);
}

.text-size-50 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: var(--secondary--color);
}

.text-size-46 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 700;
    color: var(--secondary--color);
}

.text-size-40 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: var(--secondary--color);
}

.text-size-28 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: var(--secondary--color);
}

.text-size-26 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: var(--secondary--color);
}

.text-size-24 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: var(--secondary--color);
}

.text-size-22 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: var(--secondary--color);
}

.text-size-20 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--secondary--color);
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text--color);
    word-break: break-word;
}

.text-size-18 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--text--color);
}

.text-size-14 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-12 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: var(--text--color);
}

.br-30 {
    border-radius: 30px;
}

.heading-title-con p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--secondary--color);
}

.topbar-con {
    padding: 4px 0;
}

.heading-title-con h2 {
    margin-bottom: 18px;
}

.primary_btn {
    font-size: 16px;
    min-width: 180px;
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    border: none;
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.primary_btn:hover {
    color: var(--black--color);
    background-color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
    text-decoration: none;
}

.secondary_btn {
    font-size: 16px;
    min-width: 180px;
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    border: none;
    background-color: var(--secondary--color);
    color: var(--accent--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    transition: all 0.6s ease-in-out;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.gradient-overlay {
    background-image: linear-gradient(to right, var(--purple--color) 0%, var(--pink--color) 100%);
    /* background-image: linear-gradient(to right, rgba(235, 122, 2, 4%) 0%, rgba(0, 0, 0, 4%) 100%); */
}

.gradient-text {
    background: linear-gradient(to right, var(--purple--color) 0%, var(--pink--color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text2 {
    background: linear-gradient(to right, var(--tea--pink--color) 0%, var(--apricot--color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top {
    padding-top: 150px !important;
}

.padding-bottom {
    padding-bottom: 150px !important;
}

.heading-title-con {
    margin-bottom: 54px;
}

.text-black {
    color: var(--black--color) !important;
}

.text-color {
    color: var(--text--color) !important;
}

.text-accent {
    color: var(--accent--color);
}

.orange-text {
    color: var(--primary--color);
}

.bg-orange {
    background-color: var(--primary--color);
}

.bg-accent {
    background-color: var(--accent--color);
}

.bg-fff {
    background-color: var(--secondary--color) !important;
}

.bg-navy {
    background-color: var(--navy--bg--color) !important;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.bg-black {
    background-color: var(--black--color);
}

.spacer {
    float: left;
    width: 100%;
}

body {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text--color);
    background-color: var(--black--color);
}

/* Home Page */
/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: var(--secondary--color);
    font-weight: 500;
    padding: 2px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary--color);
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary--color);
    /* text-decoration: underline; */
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 59px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 5;
    padding: 40px 0 20px;
}

.header-con .navbar {
    padding: 10px 20px;
    padding-right: 8px;
    background-color: rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 15px;
}

.navbar-toggler {
    z-index: 1000;
}


/* .header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary--color);
    background-color: rgb(255 255 255 / 10%);
    width: auto;
    padding-right: 15px !important;
    padding-left: 15px !important;
    text-align: center;
    border-radius: 15.5px;
} */

.header-con .navbar-light .navbar-nav .nav-link.dropdown-toggle.active {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.header-con .navbar-light .navbar-nav .nav-item.dropdown .nav-link.active {
    width: auto;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 14px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px;
    margin: 0;
    background-color: var(--black--color);
    border: 0;
    z-index: 2;
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(255 255 255 / 15%);
    border-radius: 10px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu li:last-child a {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 12px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary--color);
    line-height: 24px;
    border-radius: 5px;
    margin-bottom: 1px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

.header-contact li a {
    font-weight: 700;
    font-size: 16px;
    color: var(--secondary--color);
}

.header-contact li a:hover {
    text-decoration: none;
    color: var(--primary--color);
}

.header-contact .contact-btn,
.header-contact .get-started-btn {
    min-width: 162px;
    background-color: var(--primary--color);
    color: var(--secondary--color);
    height: 52px;
    display: inline-block;
    line-height: 52px;
    text-align: center;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    padding: 0;
    width: 100%;
    text-decoration: none;
    transition: ease-in-out 0.6s;
    z-index: 1;
}

.header-contact ul {
    gap: 30px;
}

.header-contact .get-started-btn:hover,
.header-contact .contact-btn:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

.header-contact {
    margin-left: 100px;
}

/* Header */

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--primary--color);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 15px;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: var(--secondary--color);
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--black--color);
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--primary--color);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--primary--color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.item,
.owl-item,
.owl-stage {
    display: flex;
}

/* breadcrumb */
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--secondary--color);
}

.breadcrumb-con {
    margin-bottom: 0;
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.breadcrumb {
    padding: 15px 30px;
    min-width: 197px;
    transition: ease-in-out 0.6s;
    border-radius: 24px;
    justify-content: center;
    background-color: rgb(0 0 0 / 10%);
    position: relative;
}

.breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #ffffff, #f95c34, #ffffff);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--secondary--color);
    position: relative;
}

.breadcrumb-item a:hover {
    color: var(--primary--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary--color);
    content: "/";
    font-family: "Font Awesome 6 Free";
    font-size: 19px;
    padding: 0 17px;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

/* 404 page styling start here */
.coming-soon-con,
.error-section {
    min-height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    /* overflow: hidden; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    background-image: url(../images/error-bg-img.jpg);
}

.coming-soon-con h1 {
    margin-bottom: 35px;
}

.error-con figure img {
    margin-bottom: 36px;
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con .text-size-28 {
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 12px;
    color: var(--secondary--color);
}

.error-con p {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 35px;
    color: var(--secondary--color);
}

.error-con .primary_btn {
    min-width: 202px;
    height: 60px;
    line-height: 60px;
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.error-con .primary_btn:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}

.sub-content-con {
    margin-top: -190px;
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 70px;
}

.coming-soon-con .text-size-160 {
    margin-bottom: 30px;
    font-size: 160px;
    line-height: 134px;
    text-transform: uppercase;
    color: var(--secondary--color);
    font-weight: 800;
}

.coming-soon-con .text-size-28 {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    display: inline-block;
    color: var(--accent--color);
}

/* coming soon countdown timer styling */
.compaign_countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compaign_countdown ul li {
    float: left !important;
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 20px;
    /* min-height: 133px; */
    min-width: 80px;
    /* background-color: var(--accent--color);
    padding: 20px 16px; */
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 500;
    /* border-radius: 20px; */
}

.coming-soon-con p {
    margin-bottom: 16px;
}

.compaign_countdown ul li {
    position: relative;
}

.compaign_countdown ul li:not(:last-child)::after {
    content: ":";
    position: absolute;
    right: -40px;
    top: 19px;
    font-size: 40px;
    font-weight: 700;
    color: var(--secondary--color);
    font-family: "Teko", sans-serif;
}

.compaign_countdown ul li:first-child {
    margin-left: 0;
}

.compaign_countdown ul li:last-child {
    margin-right: 0;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
    display: block;
    color: var(--secondary--color);
    width: auto;
    font-size: 46px;
    line-height: 60px;
    font-weight: 800;
}

.compaign_countdown {
    margin: 0 auto;
    width: 50%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

.coming-soon-con .check-mail-box {
    width: 649px;
    margin: 0 auto 30px;
}

.check-mail-box .primary_btn {
    width: 202px;
    height: 60px;
    outline: none;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    color: var(--secondary--color);
    background: var(--primary--color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 0;
    transition: ease-in-out 0.6s;
}

.check-mail-box .primary_btn:hover {
    background-color: var(--accent--color);
}

.check-mail-box input {
    font-size: 16px;
    line-height: 16px;
    height: 60px;
    padding: 10px 26px;
    border-radius: 10px;
    outline: 0;
    background-color: rgb(0 0 0 / 30%);
    width: 430px;
    color: var(--secondary--color);
    border: 1px solid transparent;
    margin-right: 16px;
}

.check-mail-box input::placeholder {
    color: var(--secondary--color);
}

.check-mail-box input:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(249 92 52 / 100%);
    border-color: var(--primary--color);
}

.check-mail-box {
    position: relative;
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    background-image: url(../images/login-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login-form .login-form-title {
    margin-bottom: 30px;
}

.login-form .login-page-logo {
    margin-bottom: 25px;
}

.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border-radius: 20px;
    background: rgb(0 0 0 / 85%);
}

.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    color: var(--secondary--color);
}

.login-form .login-card .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    width: 100%;
    line-height: 16px;
    padding: 0 21px;
    border-radius: 10px;
    background: transparent;
    color: var(--secondary--color);
    /* border: 1px solid rgb(255 255 255 / 50%); */
    border: 1px solid var(--secondary--color);
}

.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--primary--color);
}

.login-form .login-card .form-group {
    margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    color: var(--secondary--color);
    background-color: var(--primary--color);
    transition: all 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
}

.login-form .login-card .forgot-password {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
    color: var(--primary--color);
}

.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 18px;
    color: var(--secondary--color);
    text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
    color: var(--primary--color);
}

.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}

.login-form .form_style::placeholder {
    color: var(--secondary--color);
    opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
    color: var(--secondary--color);
}

.login-form .form_style::-ms-input-placeholder {
    color: var(--primary--color);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}

.sign-up-form .login-form-box {
    width: 700px;
}

.sign-up-form .login-card label small {
    font-size: 14px;
}

.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}


.privacy-policy-content-con p,
.privacy-policy-content-con ul li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text--color);
}

.privacy-policy-content-con ul li {
    padding-left: 24px;
    margin-bottom: 8px;
}

.privacy-policy-content-con ul li i {
    left: 0;
    position: absolute;
    top: 6px;
    color: var(--primary--color);
    font-size: 16px;
}

.privacy-policy-content-con h3 {
    font-weight: 600;
}

.privacy-policy-content-con p a:hover {
    color: var(--accent--color);
}

/* Footer */
.footer-con .middle_portion {
    padding: 112px 0;
}

.footer-con .middle_portion .logo-content .footer-logo {
    margin-bottom: 18px;
}

.footer-con .middle_portion .logo-content p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 24px;
    color: var(--text--color);
}

.footer-con .middle_portion .social-icons li {
    margin: 0 9px;
    display: inline-block;
    transition: all 0.6s ease-in-out;
}

.footer-con .middle_portion .social-icons a {
    margin-left: 0 !important;
}

.footer-con .middle_portion .social-icons i {
    font-size: 18px;
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.footer-con .middle_portion .social-icons i:hover {
    transform: translateY(-5px);
    color: var(--accent--color);
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .middle_portion h2 {
    margin-bottom: 24px;
    color: var(--secondary--color);
}

.footer-con .middle_portion .links {
    padding-left: 44px;
}

.footer-con .middle_portion li {
    margin-bottom: 16px;
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion li i {
    font-size: 12px;
    top: -2px;
    position: relative;
    color: var(--primary--color);
}

.footer-con .middle_portion li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 17px;
    color: var(--text--color);
    transition: all 0.8s ease-in-out;
}

.footer-con .middle_portion li a:hover {
    color: var(--accent--color);
}

.footer-con .middle_portion .icon {
    padding-left: 45px;
}

.footer-con .middle_portion .icon li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 34px;
    display: inline-block;
}

.footer-con .middle_portion .icon i {
    position: absolute;
    font-size: 16px;
    left: 0;
    top: 5px;
}

.footer-con .middle_portion .icon a {
    margin-left: 0 !important;
}

.footer-con .middle_portion .email-form {
    padding-left: 12px;
}

.footer-con .middle_portion .email-form h2 {
    margin-bottom: 30px;
}

.footer-con .middle_portion .email-form input {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text--color);
    background-color: rgb(255 255 255 / 8%);
    border-radius: 10px;
    padding: 19px 56px 19px 20px;
    margin-bottom: 28px;
    width: 100%;
    border: 1px solid transparent;
    overflow: visible;
    outline: none;
}

.footer-con .middle_portion .email-form input::placeholder {
    color: var(--text--color) !important;
}

.footer-con .middle_portion .email-form input:focus {
    border: 1px solid var(--primary--color);
}

.footer-con .middle_portion .email-form button {
    font-size: 16px;
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border-radius: 10px;
    width: 62px;
    height: 60px;
    line-height: 60px;
    border: none !important;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible;
    outline: none;
    transition: all 0.6s ease-in-out;
}

.footer-con .middle_portion .email-form button:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
}

.footer-con .middle_portion .email-form .check-box {
    padding-left: 40px;
}

.footer-con .middle_portion .email-form .check-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.footer-con .middle_portion .email-form .check-box label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text--color);
    position: relative;
    cursor: pointer;
    margin: 0;
}

.footer-con .middle_portion .email-form .check-box label a {
    text-decoration: underline;
    color: var(--primary--color);
    transition: 0.8s ease-in-out;
}

.footer-con .middle_portion .email-form .check-box label a:hover {
    color: var(--accent--color);
}

.footer-con .middle_portion .email-form .check-box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 5px;
    padding: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: -21px;
    width: 20px;
    height: 20px;
    top: -1px;
    left: -38px;
}

.footer-con .middle_portion .email-form .check-box input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -31px;
    width: 5px;
    height: 10px;
    border: solid var(--primary--color);
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
}

.footer-con .copyright p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding: 21px 0;
    text-align: center;
    color: var(--text--color);
    border-top: 1px solid rgb(255 255 255 / 20%);
}

/*  */
.home-outer-wrapper {
    background-image: url(../images/banner-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1573px;
    background-position: center;
}

.banner-con {
    padding-top: 87px;
    text-align: center;
}

.banner-span-text {
    padding: 8px;
    min-width: 307px;
    border-radius: 23px;
    position: relative;
    background-color: rgb(0 0 0 / 10%);
    font-size: 16px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

/* Gradient border */
.banner-span-text::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 23px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #ffffff, #f95c34, #ffffff);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.banner-con h1 {
    margin-bottom: 25px;
}

.banner-con p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
}

.banner-con .primary_btn {
    min-width: 265px;
}

.banner-vector {
    left: 0;
    top: 209px;
}

.banner-btn-outer .video_btn {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.banner-btn-outer .play_icon {
    width: 37px;
    height: 37px;
    border: 1px solid rgb(255 255 255 / 30%);
    background-color: rgb(0 0 0 / 30%);
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
}

.banner-btn-outer {
    gap: 20px;
    margin-bottom: 93px;
}

.video_text {
    color: var(--secondary--color);
    font-size: 16px;
}

.banner-inner-con .manual-banner-img {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

/* CTA SECTION */
.cta-con .cta-inner-con {
    background-image: url(../images/cta-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50px;
    padding: 57px 92px;
    position: relative;
    gap: 78px;
}

.cta-right-con {
    z-index: 1;
}

.cta-inner-con::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #f95c34, #383838);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.cta-right-con h2 {
    margin-bottom: 22px;
}

.cta-right-con p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
}

.cta-con .primary_btn {
    min-width: 265px;
}

/* FAQ SECTION */
.tickets-con,
.booked-calls-detail-con,
.work-with-stack-con,
.automation-result-con,
.faq-con,
.opzio-shift-con {
    position: relative;
}
.tickets-con:before,
.booked-calls-detail-con:before,
.work-with-stack-con:before,
.automation-result-con:before,
.faq-con:before,
.opzio-shift-con:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: linear-gradient(180deg, var(--primary--color) 0%, var(--black--color2) 50%);
}
.faq-con .accordian-section-inner {
    max-width: 922px;
    margin: 0 auto;
}

.faq-con .accordion-card .text-size-20 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 700;
}

.faq-con .accordion-card {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
    background-color: rgb(0 0 0 / 10%);
    position: relative;
    border: none;
}

/* Gradient border */
.faq-con .accordion-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #ffffff, #383838);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
    border-radius: 0;
    z-index: 1;
    position: relative;
}

.faq-con .accordian-inner .card-header a {
    padding: 20px 75px 20px 36px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 36px 30px;
    z-index: 1;
    position: relative;
}

.faq-con .accordian-inner .card-body p {
    line-height: 28px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 15px;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f068";
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 22px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--secondary--color);
}

.faq-con .accordion-card .collapsed:before {
    content: "\2b";
}

.faq-con .accordion-card:has(.show) .btn-link:before {
    content: "\f068";
}

.faq-con .accordion-card .collapsed .text-size-20 {
    color: var(--secondary--color);
}

.faq-con .accordion-card:has(.show) .btn-link .text-size-20 {
    color: var(--secondary--color);
}

.faq-con .accordion-card:has(.show)::before {
    background: linear-gradient(90deg, #383838, #f95c34, #383838);
}

.heading-title-con img.special-image {
    margin-bottom: 15px;
}

/*  */
.plan-glow {
    bottom: 0;
}

.velocity-left-con::before {
    content: "";
    position: absolute;
    left: 33px;
    top: -11px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/doted-line.png);
}

.wf-item {
    position: relative;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
}

.wf-content {
    padding-left: 95px;
}

.wf-img {
    position: absolute;
    left: 18px;
    top: 0;
}


.wf-content h3 {
    font-size: 22px;
    margin: 0 0 12px 0;
    font-weight: 700;
    color: var(--secondary--color);
}

.wf-content p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.wf-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: var(--text--color2);
    color: var(--secondary--color);
    font-size: 22px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.velocity-content-con .heading-title-con {
    margin-bottom: 30px;
}

/*  */
.investment-con .investment-wave {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.investment-box {
    background-color: var(--black--color);
    border-radius: 30px;
    padding: 53px 56px 60px;
    z-index: 2;
    transition: ease-in-out 0.6s;
}

.investment-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #ffffff, #383838);
    transition: ease-in-out 0.6s;

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.investment-box figure {
    background-color: rgb(255 255 255 / 10%);
    border-radius: 100%;
    width: 117px;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    transition: ease-in-out 0.6s;
}

.investment-box span.plan-name {
    font-weight: 600;
    font-size: 16px;
}

.investment-box h3 span {
    font-weight: 600;
    position: relative;
    top: -12px;
    margin-right: 2px;
}

.investment-box p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.investment-box ul li {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary--color);
    padding-left: 28px;
    margin-bottom: 2px;
}

.investment-box ul li i {
    color: var(--primary--color);
    position: absolute;
    left: 0;
    top: 7px;
}

.investment-box ul {
    margin-bottom: 34px;
}

.investment-box .primary_btn {
    height: 52px;
    line-height: 52px;
}

.investment-box:hover figure {
    background-color: var(--primary--color);
}

.investment-box:hover figure img {
    filter: brightness(0%) invert(100%);
}

.investment-box:hover::before {
    background: linear-gradient(90deg, #383838, #f95c34, #383838);
}

/*  */
.work-cost-vector {
    right: 0;
    bottom: 0;
}

.work-cost-box {
    border-radius: 30px;
    padding: 45px 50px 50px;
    color: var(--secondary--color);
    position: relative;
    width: 1234px;
    margin: 0 auto;
}

.work-cost-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #f95c34, #383838);
    transition: ease-in-out 0.6s;

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* LEFT SIDE */
.work-cost-box .range-item {
    margin-bottom: 10px;
}

.work-cost-box .range-item label {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--secondary--color);
}

.work-cost-box .range-item span {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary--color);
}

/* RANGE STYLE */
.work-cost-box .custom-range {
    width: 100%;
    margin-top: 6px;
    height: 7px;
    border-radius: 3.5px;
    appearance: none;
    background: rgb(255 255 255 / 20%);
}

.work-cost-box .custom-range::-webkit-slider-thumb {
    background: var(--primary--color);
    width: 19px;
    height: 19px;
    position: relative;
    top: -2px;
    border-radius: 50%;
}

.work-cost-box .custom-range::-moz-range-thumb {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--primary--color);
    cursor: pointer;
    border: none;
}

.work-cost-box .custom-range::-webkit-slider-runnable-track {
    height: 7px;
    background: rgb(255 255 255 / 20%);
    border-radius: 3.5px;
}

/* CENTER BOX */
.work-cost-box .pipeline-box {
    border: 2px dashed rgb(255 255 255 / 30%);
    border-radius: 30px;
    padding: 42px 40px;
}

.work-cost-box .pipeline-box p {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary--color);
    margin-bottom: 17px;
}

.work-cost-box .pipeline-box h2 {
    margin: 0;
}

/* RIGHT SIDE */
.work-cost-box .stats-box {
    margin-bottom: 25px;
    gap: 14px;
}

.work-cost-grid-con {
    display: grid;
    grid-template-columns: 408px 329px 295px;
    gap: 42px;
    align-items: center;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.work-cost-box .stat {
    background: rgb(255 255 255 / 15%);
    padding: 14px 13px;
    border-radius: 10px;
    width: 34%;
}

.work-cost-box .stat p {
    font-size: 12px;
    font-weight: 600;
    color: var(--text--color);
    margin-bottom: 3px;
    text-transform: uppercase;
}

.work-cost-box .stat h3 {
    font-size: 24px;
    margin: 0;
}

/* BUTTON */
.work-cost-box .unlock-btn {
    width: 100%;
    background: var(--primary--color);
    border: none;
    color: var(--secondary--color);
    padding: 16px 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: ease-in-out 0.6s;
}

.work-cost-box .unlock-btn:hover {
    background:
        var(--secondary--color);
    color: var(--black--color);
}

/*  */
.shift-box {
    background-color: rgb(0 0 0 / 10%);
    border-radius: 30px;
    position: relative;
    padding: 52px 70px 48px;
}

.shift-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #ffffff, #383838);
    transition: ease-in-out 0.6s;

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.shift-label {
    padding: 1px 15px;
    display: inline-block;
    border-radius: 15px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: var(--secondary--color);
    margin-bottom: 20px;
}

.shift-box p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 0;
}

.shift-box .shift-content {
    position: relative;
    z-index: 1;
    margin-bottom: 47px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.shift-box.orange-var::before {
    background: linear-gradient(90deg, #383838, #f95c34, #383838);
}

.shift-box {
    padding-right: 77px;
}

.shift-box.orange-var {
    padding-left: 82px;
}

.shift-elipse {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--primary--color);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

/*  */
.blueprints-box {
    border-radius: 30px;
    background-color: rgb(0 0 0 / 10%);
    position: relative;
    padding: 58px 26px 54px;
}

.blueprints-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #f95c34, #383838);
    transition: ease-in-out 0.6s;

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.blueprint-tag {
    padding: 6px 19px;
    display: inline-block;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background-color: rgb(255 255 255 / 20%);
    color: var(--secondary--color);
    margin-bottom: 20px;
}

.blueprint-content {
    z-index: 1;
    position: relative;
}

.blueprint-content ul li {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
}

.blueprint-content ul li span {
    margin-left: 25px;
}

.blueprint-content h3 {
    margin-bottom: 16px;
}

.blueprint-content ul {
    margin-bottom: 25px;
}

.blueprints-box a {
    font-size: 18px;
    color: var(--primary--color);
    font-weight: 700;
    text-decoration: underline;
}

.blueprints-box a:hover {
    color: var(--accent--color);
    text-decoration: underline;
}

.blueprints-con .col-lg-6.col-md-6 {
    margin-bottom: 34px;
}

.blueprints-con .col-lg-6.col-md-6:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

/* SUB BANNER SECTION  */
.sub-outer-wrapper {
    background-image: url(../images/sub-banner-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 804px;
    background-position: center bottom;
}

.investment-con .work-cost-vector {
    bottom: unset;
    top: 0;
}

.sub-banner-con {
    padding-top: 123px;
}

.sub-banner-con h1 {
    margin-bottom: 25px;
}

.sub-banner-con p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 500;
}

.main-faq-con.faq-con {
    background-image: none;
}

/* Find Box (form area) */
.estimate-support-box,
.find-box {
    width: 100%;
    position: relative;
    padding: 45px 37px;
    box-sizing: border-box;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.estimate-support-box::before,
.find-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #f95c34, #383838);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.estimate-support-box .form-group,
.find-box .form-group {
    width: 32.1%;
    display: flex;
    flex-direction: column;
    margin-bottom: 26px;
    position: relative;
}

.estimate-support-box label,
.find-box label {
    font-size: 16px;
    color: var(--secondary--color);
    font-weight: 600;
    margin-bottom: 11px;
}

.estimate-support-box select,
.find-box select {
    height: 61px;
    padding: 12px 17px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 15%);
    color: var(--secondary--color);
    position: relative;
}

.estimate-support-box select option,
.find-box select option {
    color: var(--black--color);
}

.find-box button {
    width: 100%;
    padding: 16px 0;
    background-color: var(--primary--color);
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.find-box button:hover {
    background-color: var(--secondary--color);
    color: var(--black--color);
}

.find-box button:focus,
.estimate-support-box select:focus,
.find-box select:focus {
    outline: none;
}

.estimate-support-box select:focus,
.find-box select:focus {
    border: 1px solid var(--primary--color);
}

.estimate-support-box select,
.find-box select {
    padding: 0 22px 0 22px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 95% 26px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.find-your-fit-con .work-cost-vector {
    top: 0;
}

/* TEAM SECTION */

.our-team-con .team-box .designation {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text--color);
    line-height: 20px;
}

.our-team-con .team-box figure {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.our-team-con .team-box figure img {
    transition: ease-in-out 1s;
    border-radius: 20px;
}

.our-team-con .team-box:hover figure img {
    transform: scale(1.02);
}

.our-team-con .team-box ul li a {
    margin: 0 2px;
}

.our-team-con .team-box ul li:hover i {
    transform: translateY(-2px);
}

.our-team-con .team-box .text-size-22 {
    margin-bottom: 10px;
}

.our-team-con .team-box ul li i {
    width: 38px;
    height: 38px;
    font-size: 15px;
    background-color: var(--primary--color);
    line-height: 38px;
    color: var(--secondary--color);
    border-radius: 100%;
    transition: ease-in-out 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-team-con .team-box ul li a {
    display: inline-block;
}

.our-team-con .team-box ul li a:hover {
    text-decoration: none;
}

.our-team-con .team-box ul li i:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.our-team-con .team-box {
    transition: ease-in-out 0.6s;
    padding-bottom: 20px;
}

.our-team-con .team-box:hover {
    transform: translateY(-6px);
    border-radius: 20px;
    background-color: rgb(255 255 255 / 15%);
}

.our-team-con .col-lg-3.col-md-6 {
    margin-bottom: 65px;
}

.our-team-con .col-lg-3.col-md-6:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

/*  */
.automation-result-con .automate-box {
    background-color: rgb(0 0 0 / 10%);
    border-radius: 30px;
    padding: 44px 33px;
    position: relative;
}

.automate-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #ffffff, #383838);
    transition: ease-in-out 0.6s;

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}

.automate-box figure {
    width: 117px;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto 32px;
    background-color: rgb(255 255 255 / 10%);
}

.automate-box p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}

.story-vector {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.our-story-con .story-img-con {
    text-align: right;
}

.our-story-con .story-img-con figure img {
    border-radius: 30px;
    margin-right: -18px;
}

.story-content-con {
    padding-left: 89px;
}

.story-content-con .heading-title-con p {
    font-weight: 500;
    line-height: 28px;
    color: var(--text--color);
}

.story-content-con .primary_btn {
    min-width: 265px;
    margin-top: 26px;
}

.story-content-con .heading-title-con h2 {
    margin-bottom: 24px;
}

/*  */
.how-it-works-con .velocity-left-con::before {
    left: 33px;
    top: -11px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/doted-line2.png);
}

.how-it-works-con .velocity-left-con {
    margin-bottom: 44px;
}

.how-it-works-con .primary_btn {
    min-width: 204px;
}

.work-with-stack-con .row {
    padding: 0 78px;
}

.stack-content-con .heading-title-con h2 {
    margin-bottom: 25px;
}

.stack-content-con .heading-title-con p {
    margin-bottom: 34px;
}

.stack-content-con .primary_btn {
    min-width: 207px;
}

/*  */
.lead-flow-automation-con .row {
    padding: 0 40px;
}

.lead-flow-content-con .primary_btn {
    min-width: 265px;
}

.lead-flow-content-con ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 500;
    padding-left: 26px;
}

.lead-flow-content-con ul li i {
    color: var(--primary--color);
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 15px;
}

.lead-flow-content-con ul {
    margin-bottom: 36px;
}

.scope-builder-vector {
    top: 0;
    right: 0;
}

.scope-builder-con .tools-box {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.scope-builder-con .tool-btn {
    background: transparent;
    position: relative;
    border: 2px solid rgb(255 255 255 / 15%);
    color: var(--secondary--color);
    padding: 15px 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.scope-builder-con .tool-btn.active {
    border: 2px solid transparent;
}

.scope-builder-con .tool-btn:hover {
    background-color: var(--secondary--color);
    color: var(--black--color);
    border: 1px solid transparent;
}

.scope-builder-con .tool-btn.active::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #f95c34, #383838);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/*  */
.wt-happens-next-con .automate-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 117px;
    height: 117px;
    border-radius: 100%;
    background-color: var(--primary--color);
    margin: 0 auto 24px;
    position: relative;
    z-index: 1;
}

.wt-happens-next-con .automate-box h3,
.wt-happens-next-con .automate-box p {
    position: relative;
    z-index: 1;
}

/* form */
.automation-audit-form {
    max-width: 642px;
    margin: 0 auto;
}

.automation-audit-form .top-badges {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.automation-audit-form .top-badges li {
    display: inline-block;
    padding: 1px 19px;
    border-radius: 15px;
    margin: 0 4px;
    font-weight: 600;
    color: var(--secondary--color);
    background-color: rgb(0 0 0 / 10%);
    font-size: 12px;
}

.automation-audit-form .top-badges li i {
    margin-right: 5px;
}

.automation-audit-form .top-badges {
    margin-bottom: 50px;
}

.automation-audit-form .top-badges li::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #ffffff, #f95c34, #ffffff);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* Form Box */
.automation-audit-form .form-box {
    border-radius: 30px;
    padding: 48px 55px;
    background: rgb(0 0 0 / 10%);
    position: relative;
}

.automation-audit-form .form-box .form-inner-wrap {
    position: relative;
    z-index: 1;
}

.automation-audit-form .form-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #f95c34, #383838);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* Title */
.automation-audit-form .form-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary--color);
}

/* Option Buttons */
.automation-audit-form .option-buttons {
    margin-bottom: 30px;
}

.automation-audit-form .option-btn {
    background: transparent;
    border: 2px solid rgb(255 255 255 / 15%);
    color: var(--secondary--color);
    padding: 15px 17px;
    font-size: 16px;
    width: 164px;
    font-weight: 500;
    margin: 0 6px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.automation-audit-form .option-btn.active {
    border: 2px solid transparent;
}

.automation-audit-form .option-btn.active::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #f95c34, #383838);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* Form groups */
.automation-audit-form .custom-group {
    margin-bottom: 24px;
}

.automation-audit-form label {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary--color);
    margin-bottom: 10px;
}

/* Inputs */
.automation-audit-form .custom-input {
    background: rgb(255 255 255 / 15%);
    border: 1px solid transparent;
    height: 61px;
    font-size: 16px;
    color: var(--text--color);
    font-weight: 500;
    padding: 20px 24px;
    border-radius: 10px;
}

.automation-audit-form select.custom-input {
    padding: 0 22px 0 22px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 95% 26px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.automation-audit-form select.custom-input option {
    color: var(--black--color);
}

.automation-audit-form .custom-input::placeholder {
    color: var(--text--color);
}

.automation-audit-form .custom-input:focus,
.automation-audit-form .custom-input:focus-visible {
    border: 1px solid var(--primary--color);
}

.automation-audit-form .textarea {
    height: 157px;
    resize: none;
}

/* Submit button */
.automation-audit-form .submit-btn {
    width: 100%;
    background: var(--primary--color);
    border: none;
    padding: 16px;
    border-radius: 10px;
    color: var(--secondary--color);
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    margin-top: 6px;
}

.automation-audit-form .submit-btn:hover {
    background: var(--accent--color);
}

/* case studies */

.gallery-con ul.nav-tabs {
    text-align: center;
    justify-content: center;
    gap: 64px;
    margin-bottom: 65px;
    border-bottom: none;
}

.gallery-con ul.nav-tabs li a {
    font-size: 18px;
    line-height: 26px;
    color: var(--secondary--color);
    font-weight: 700;
}

.gallery-con ul.nav-tabs li a:hover {
    text-decoration: none;
}

.gallery-con ul.nav-tabs li a.active {
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border-radius: 8px;
    padding: 10px 28px;
}

.real-automation-box {
    padding: 20px;
    position: relative;

}

.real-automation-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #ffffff, #383838);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.real-automation-box figure {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.real-automation-box figure img {
    border-radius: 22px;
    text-align: center;
    position: relative;
}

/*  */

.real-automation-box .top-badges {
    list-style: none;
    padding: 0;
    text-align: center;
    position: absolute;
    margin-bottom: 0;
    left: 20px;
    top: 20px;
}

.real-automation-box .top-badges li {
    display: inline-block;
    padding: 1px 19px;
    border-radius: 15px;
    margin: 0 3px;
    font-weight: 600;
    color: var(--secondary--color);
    background-color: rgb(0 0 0 / 10%);
    font-size: 12px;
}

.real-automation-box .top-badges li i {
    margin-right: 4px;
}

.real-automation-box .top-badges li::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #ffffff, #f95c34, #ffffff);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.real-automation-box span.orange-text {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--text--color);
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
}

.real-automation-box span {
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
}

.gallery-con .col-lg-4.col-md-6 {
    margin-bottom: 34px;
}

.gallery-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

/*  */
.follow-box {
    padding: 30px 33px;
}

.follow-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #ffffff, #383838);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.follow-box .follow-flex {
    margin-bottom: 10px;
}

/*  */
.crm-con {
    background-image: none;
}

.crm-con .primary_btn {
    min-width: 265px;
}

.crm-con .stack-img-con,
.crm-con .stack-img-con img {
    text-align: right;
}

.crm-con .heading-title-con p {
    padding-right: 60px;
}

/*  */
.booked-content-con p {
    margin-bottom: 36px;
}

.booked-detail-box {
    padding: 27px 28px;
    background-color: rgb(0 0 0 / 10%);
    width: 222px;
    height: 171px;
}

.booked-detail-box::before,
.stage-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #ffffff, #383838);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.deflection-box::before,
.booked-detail-box.after::before,
.helpdesk-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #f95c34, #383838);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.booked-content-con .detail-flex {
    gap: 25px;
}

.booked-detail-box h3 {
    margin-bottom: 5px;
}

.booked-detail-box span {
    margin-bottom: 10px;
}

/*  */
.stage-box {
    padding: 33px;
    background-color: rgb(0 0 0 / 10%);
    text-align: center;
    width: 257px;
}

.stage-flex-con {
    gap: 30px;
}

.stage-box figure {
    width: 117px;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgb(255 255 255 / 10%);
    margin: 0 auto 22px;
    transition: ease-in-out 0.6s;
}

.stage-box h3 {
    line-height: 24px;
}

.stage-box span.bg-orange {
    font-size: 12px;
    border-radius: 15px;
    padding: 1px 17px;
    margin-top: 12px;
}

.stage-box:hover::before {
    background: linear-gradient(90deg, #383838, #f95c34, #383838);
}

.stage-box:hover figure {
    background-color: var(--primary--color);
}

.stage-box:hover figure img {
    filter: brightness(0) invert(100%);
}

.pipeline-vector {
    left: 0;
    top: 0;
}

/* HOME 02 */
.home2-outer-wrapper {
    height: 927px;
}

.banner2-vector {
    right: 0;
    top: 0;
}

.banner2-con {
    padding-top: 95px;
}

.banner-inner-content .top-badges {
    list-style: none;
    padding: 0;
    margin-bottom: 27px;
}

.banner-inner-content .top-badges li {
    display: inline-block;
    padding: 1px 19px;
    border-radius: 15px;
    margin: 0 3px;
    font-weight: 600;
    color: var(--secondary--color);
    background-color: rgb(0 0 0 / 10%);
    font-size: 12px;
}

.banner-inner-content .top-badges li i {
    margin-right: 4px;
}

.banner-inner-content .top-badges li::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #ffffff, #f95c34, #ffffff);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.banner-inner-content h1 {
    margin-bottom: 27px;
}

.banner-inner-content p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}

.banner-inner-content .primary_btn {
    min-width: 265px;
    margin-right: 26px;
}

.banner-inner-content .pipeline-link {
    font-size: 16px;
    color: var(--secondary--color);
    font-weight: 700;
}

.banner-inner-content .pipeline-link i {
    color: var(--secondary--color);
    font-size: 12px;
}

.banner-inner-content .pipeline-link:hover {
    color: var(--accent--color);
    text-decoration: none;
}

.banner-inner-content .pipeline-link:hover i {
    color: var(--accent--color);
}

/* HOME 03 */
.store-owner-saying-con ul.nav-tabs {
    text-align: center;
    justify-content: center;
    gap: 35px;
    margin-bottom: 45px;
    border-bottom: none;
}

.store-owner-saying-con ul.nav-tabs li a {
    font-size: 18px;
    line-height: 32px;
    color: var(--text--color);
    font-weight: 500;
}

.store-owner-saying-con ul.nav-tabs li a:hover {
    text-decoration: none;
}

.store-owner-saying-con ul.nav-tabs li a.active {
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border-radius: 20px;
    padding: 9px 21px;
    font-weight: 700;
}

/*  */
.saying-box {
    border-radius: 30px;
    background-color: var(--black--color);
    padding: 33px 43px;
    transition: ease-in-out 0.6s;
}

.saying-box::before,
.customer-workflow-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #383838, #ffffff, #383838);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.saying-box figure {
    margin-bottom: 22px;
}

.saying-box h3 {
    line-height: 30px;
    margin-bottom: 14px;
}

.store-owner-saying-con {
    background-image: url(../images/saying-bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.store-owner-saying-con .col-lg-4.col-md-6 {
    margin-bottom: 35px;
}

.store-owner-saying-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

/*  */
.helpdesk-box {
    background-color: rgb(0 0 0 / 10%);
    border-radius: 30px;
    padding: 26px;
}

.helpdesk-box h3 {
    margin-bottom: 22px;
}

.helpdesk-box .store-box {
    border-radius: 10px;
    background-color: rgb(255 255 255 / 10%);
    width: 148px;
    height: 114px;
    padding: 23px 20px 16px;
    transition: ease-in-out 0.6s;
    position: relative;
    z-index: 1;
}

.helpdesk-box .helpdesk-flex-wrap {
    gap: 19px;
    justify-content: center;
}

.helpdesk-box .store-box:hover {
    background-color: var(--primary--color);
}

.helpdesk-box .store-box img {
    margin-bottom: 16px;
}

/*  */
.tickets-con ul {
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    gap: 0 35px;
    margin-bottom: 35px;
}

.tickets-con ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 28px;
}

.tickets-con ul li i {
    position: absolute;
    color: var(--primary--color);
    left: 0;
    top: 7px;
}

.deflection-box {
    width: 549px;
    height: 156px;
    padding: 30px 20px 30px 33px;
}

.deflection-box h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 13px;
}

.deflection-box h4 {
    margin-bottom: 4px;
}

.deflection-box p {
    font-size: 14px;
    line-height: 20px;
}

.ticket-link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary--color);
    border-radius: 100%;
    text-align: center;
}

/*  */
.home3-outer-wrapper {
    background-image: url(../images/home3-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1340px;
    background-position: center;
}

/*  */
.customer-workflow-box {
    padding: 50px 38px 14px;
    border-radius: 30px;
    background-color: rgb(0 0 0 / 10%);
}

.customer-workflow-box figure {
    width: 117px;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgb(255 255 255 / 10%);
    margin: 0 auto 28px;
}

.customer-workflow-box p {
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    margin-bottom: 8px;
}

.steps-tag {
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    padding: 6px 17px;
    width: 98px;
    border-radius: 15px;
}

.steps-tag.var2 {
    width: 118px;
}

/* BANNER2 RIGHT CONTENT  */
.banner2-right-content-con .dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 30px;
    align-items: center;
}

.banner2-right-content-con .meeting-card {
    border-radius: 30px;
    background-image: url(../images/sprint-planning-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 20px;
    color: var(--secondary--color);
    position: relative;
}

.banner2-right-content-con .meeting-card figure {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: var(--primary--color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;

}

.banner2-right-content-con .meeting-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.banner2-right-content-con .meeting-time {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    padding-bottom: 13px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 20px;
}

.banner2-right-content-con .avatar-group img {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin-right: -10px;
    border: 2px solid var(--border--color2);
}

.banner2-right-content-con .missed-box {
    border-radius: 30px;
    padding: 20px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.banner2-right-content-con .missed-box figure {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 100%;
}

.banner2-right-content-con .missed-box::before,
.banner2-right-content-con .curva-box::before,
.banner2-right-content-con .progress-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #ffffff, #f95c34, #ffffff);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.banner2-right-content-con .missed-title,
.progress-card-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--secondary--color);
    margin-bottom: 8px;
}

.banner2-right-content-con .missed-number {
    font-size: 30px;
    font-weight: 700;
    color: var(--secondary--color);
}

.banner2-right-content-con .curva-box {
    border-radius: 30px;
    position: relative;
    padding: 22px 26px;
}

.banner2-right-content-con .curva-box * {
    color: var(--secondary--color);
    z-index: 1;
    position: relative;
}

.banner2-right-content-con .timeline-item {
    margin-top: 10px;
    position: relative;
    padding-left: 22px;
}

.banner2-right-content-con .timeline-item::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--primary--color);
    top: 8px;
}

.banner2-right-content-con .timeline-outer::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 11px;
    width: 2px;
    height: 99px;
    background-image: url(../images/doted-line3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner2-right-content-con .timeline-title {
    font-size: 14px;
    line-height: 24px;
    color: var(--secondary--color);
    font-weight: 600;
}

.banner2-right-content-con .timeline-sub {
    font-size: 12px;
    line-height: 16px;
    color: var(--secondary--color);
}

.banner2-right-content-con .progress-card {
    border-radius: 30px;
    position: relative;
    padding: 27px 27px;
    height: 328px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner2-right-content-con .progress-card * {
    position: relative;
    z-index: 1;
    gap: 30px;
}

.banner2-right-content-con .progress-wrap {
    position: relative;
    width: 236px;
    height: 154px;
    margin: 0 auto;
}

.banner2-right-content-con .progress-arc {
    width: 236px;
    height: 154px;
    border-top-left-radius: 236px;
    border-top-right-radius: 236px;
    border: 8px solid rgb(255 255 255 / 15%);
    border-bottom: none;
    position: relative;
    z-index: 1;
}

.banner2-right-content-con .progress-label {
    position: absolute;
    bottom: -30px;
    font-size: 14px;
    font-weight: 800;
    color: var(--secondary--color);
}

.banner2-right-content-con .progress-label.left {
    left: 0;
}

.banner2-right-content-con .progress-label.right {
    right: 0;
}

.banner2-right-content-con .progress-fill {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 236px;
    height: 154px;
    border-top-left-radius: 236px;
    border-top-right-radius: 236px;
    border: 8px solid var(--primary--color);
    border-bottom: none;
    clip-path: inset(0 100% 0 0);
    transform: rotate(0deg);
    transform-origin: inherit;
    z-index: 2;
    transition: clip-path 0.1s linear;
}

.banner2-right-content-con .progress-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background-color: var(--primary--color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner2-right-content-con .last-week {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary--color);
}

.banner2-right-content-con .leads-box {
    display: flex;
    padding: 22px;
    flex-direction: column;
    justify-content: center;
    background-image: url(../images/leads-box-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}

.banner2-right-content-con .leads-box .quality-title {
    font-size: 14px;
    color: var(--secondary--color);
    font-weight: 700;
    margin-bottom: 8px;
}

.banner2-right-content-con .leads-box img {
    margin-bottom: 15px;
}

.banner2-right-content-con .leads-number,
.progress-percent {
    font-size: 34px;
    color: var(--secondary--color);
    font-weight: 700;
}

.banner2-right-content-con .graph-box {
    border-radius: 30px;
    background-color: var(--primary--color);
    position: relative;
    padding: 25px;
}

/*  */
.customer-moments-con .work-cost-vector {
    top: 0;
}

/* ✅ Savings Box */
.savings-box {
    width: 477px;
    margin-top: 10px;
    padding: 14px 20px;
    border-radius: 20px;
    border: 2px dashed rgb(255 255 255 / 30%);
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* dashed border effect */

/* text styling */
.savings-box p {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.savings-box h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--primary--color);
    margin: 0;
}

/*  */
.banner3-con {
    padding-top: 77px;
}

.banner3-btn-outer {
    margin-bottom: 66px;
}

.banner3-imgz-con .gap-box {
    gap: 20px;
}

/*  */

/* NEWS AND ARTICLES SECTION */
.news-and-articles-con .article-box {
    padding: 20px 20px 38px;
    border-radius: 25px;
    background-color: rgb(255 255 255 / 10%);
}

.news-and-articles-con .article-box * {
    color: var(--secondary--color);
}

.article-box .article-inner-text {
    padding: 0 20px;
}

.news-and-articles-con .article-box figure {
    margin-bottom: 35px;
    text-align: center;

}

.news-and-articles-con .article-box figure img {
    border-radius: 25px;
}

.news-and-articles-con .article-box span {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
}

.news-and-articles-con .article-box a {
    text-decoration: none;
}

.news-and-articles-con .article-box a:hover h3 {
    color: var(--primary--color);
}

.news-and-articles-con .article-box h3 {
    margin-bottom: 20px;
}

.article-date {
    border-left: 1px solid var(--text--color);
    margin-left: 12px;
    padding-left: 12px;
}

.news-and-articles-con a.primary_btn {
    min-width: auto;
    height: auto;
    line-height: unset;
    background-color: transparent;
    text-align: center;
    color: var(--primary--color);
    padding: 0;
    text-decoration: underline !important;
}

.news-and-articles-con a.primary_btn:hover {
    color: var(--accent--color);
}

.news-and-articles-con .pagination {
    margin-top: 74px;
    margin-bottom: 0;
}

.news-and-articles-con .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.news-and-articles-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

.custom-pagination .page-link {
    width: 46px;
    height: 46px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: none;
    background: rgb(255 255 255 / 10%);
    color: var(--primary--color);
    margin: 0 10px;
    margin-left: 0;
    transition: 0.3s;
}

.custom-pagination .page-item.active .page-link,
.custom-pagination .page-item:hover .page-link {
    background: var(--accent--color);
    color: var(--secondary--color);
}

.custom-pagination .page-item:first-child .page-link,
.custom-pagination .page-item:last-child .page-link {
    background: var(--primary--color);
    color: var(--secondary--color);
    flex-shrink: 0;
    border-radius: 100%;
    font-size: 16px;
}

/* home 04 */
.index4-outer-wrapper .footer-con .middle_portion .logo-content p {
    color: var(--text--color3);
    font-weight: 400;
}

.index4-outer-wrapper .footer-con .middle_portion li a {
    color: var(--text--color3);
}

.index4-outer-wrapper .footer-con .middle_portion li i,
.footer-con .copyright p {
    color: var(--text--color3);
}

.index4-outer-wrapper .footer-con .middle_portion .email-form input,
.index4-outer-wrapper .footer-con .middle_portion .email-form .check-box label:before {
    background-color: var(--navy--color);
}

.index4-outer-wrapper .footer-con .middle_portion .email-form .check-box label a {
    color: var(--pink--color2);
}

.index4-outer-wrapper .footer-con .middle_portion .email-form .check-box label a:hover {
    color: var(--purple--color);
}

.index4-outer-wrapper .footer-con .middle_portion .email-form .check-box input:checked+label:after {
    border: solid var(--purple--color);
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -31px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
}

.index4-outer-wrapper .footer-con .middle_portion .email-form button {
    background-color: unset;
    background-image: linear-gradient(to right, var(--purple--color) 0%, var(--pink--color) 100%);
}

.index4-outer-wrapper .footer-con .middle_portion .email-form button:hover {
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--pink--color) 100%);
}

.index4-outer-wrapper .footer-con .middle_portion .email-form input:focus {
    border: 1px solid var(--pink--color);
}

.index4-outer-wrapper #button {
    background-color: var(--pink--color);
}

.index4-outer-wrapper .cta-con .cta-inner-con {
    width: 921px;
    margin: 0 auto;
}

.index4-outer-wrapper .cta-con .cta-inner-con {
    background-image: url(../images/cta4-bg-img.jpg);
    border-radius: 30px;
    padding: 110px 92px 100px;
}

.index4-outer-wrapper .cta-con .cta-inner-con::before {
    display: none;
}

.index4-outer-wrapper .primary_btn {
    min-width: 197px;
    height: 57px;
    line-height: 57px;
    background-image: linear-gradient(to right, var(--purple--color) 0%, var(--pink--color) 100%);
    transition: ease-in-out 0.6s;
}

.index4-outer-wrapper .primary_btn:hover {
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--pink--color) 100%);
    color: var(--secondary--color);
}

.index4-outer-wrapper p {
    color: var(--text--color3);
}

.index4-outer-wrapper .cta-con .cta-inner-con p {
    line-height: 28px;
}

.index4-outer-wrapper .loader {
    color: var(--pink--color);
}

.index4-outer-wrapper .loader div {
    background-color: var(--purple--color);
}

.index4-outer-wrapper .faq-con {
    background-image: url(../images/faq4-bg-img.jpg);
}

.index4-outer-wrapper .free-trial {
    font-size: 14px;
    font-weight: 500;
    color: var(--text--color4);
    margin-top: 15px;
}

.index4-outer-wrapper .faq-con .accordion-card::before,
.testimonials-con .white-box::before,
.index4-outer-wrapper .investment-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #1e202b, #7d8090, #1e202b);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.index4-outer-wrapper .faq-con .accordion-card:has(.show)::before,
.index4-outer-wrapper .investment-box:hover::before {
    background: linear-gradient(90deg, #1e202b, #8347dc, #1e202b);
}

.index4-outer-wrapper .special-text {
    color: var(--purple--color2);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4.0px;
    display: inline-block;
}

/* testimonials */
.testimonials-con .white-box {
    padding: 45px 49px;
    box-shadow: 0 9px 56px rgb(0 0 0 / 4%);
    border-radius: 25px;
    position: relative;
}

.testimonials-con .white-box::before {
    border-radius: 25px;
}

.testimonials-con .owl-carousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.testimonials-con .owl-carousel .owl-item .white-box img {
    width: auto;
    margin-bottom: 18px;
}

.testimonials-con .owl-carousel .owl-item .white-box p {
    line-height: 25px;
    margin-bottom: 21px;
}

.testimonials-con .testimonial-detail {
    gap: 16px;
}

.testimonials-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer ul {
    margin-bottom: 11px;
}

.testimonials-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer ul,
.testimonials-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer li {
    line-height: 14px;
}

.testimonials-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer ul li i {
    font-size: 13px;
    color: var(--yellow--color);
}

.testimonial-detail .designation {
    font-size: 14px;
    line-height: 17px;
}

.testimonials-con .owl-dots {
    margin-top: 18px;
    text-align: center;
}

.testimonials-con .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}

.testimonials-con .owl-dots button:focus,
.testimonials-con .owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.testimonials-con .owl-dots button.active span {
    background-image: linear-gradient(to right, var(--purple--color) 0%, var(--pink--color) 100%) !important;
    color: var(--primary--color);
    width: 18px;
    height: 18px;
}

.testimonials-con .owl-dots button span {
    background-color: #3d3d42;
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

.testimonials-con h3 {
    font-weight: 600;
    font-size: 18px;
    color: var(--secondary--color);
    margin-bottom: 4px;
}

/*  */
.index4-outer-wrapper .investment-con {
    background-image: url(../images/investment-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.index4-outer-wrapper .heading-title-con p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}

.index4-outer-wrapper .investment-box::before {
    border-radius: 25px;
}

.index4-outer-wrapper .investment-box span.plan-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.index4-outer-wrapper .investment-box h3 span {
    top: -20px;
    margin-right: 3px;
}

.index4-outer-wrapper .investment-box h3 span.per-month {
    font-weight: 500;
    position: relative;
    top: unset;
    color: var(--text--color3);
    margin-right: 0;
}

.index4-outer-wrapper .investment-box ul li i,
.index4-outer-wrapper .investment-box ul li {
    color: var(--text--color3);
}

.most-popular-tag {
    font-size: 14px;
    font-weight: 600;
    background-image: linear-gradient(to right, var(--tea--pink--color) 0%, var(--apricot--color) 100%);
    border-radius: 18px;
    padding: 3px 17px;
    width: 144px;
    text-align: center;
    top: -16px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: inline-block;
}

.three-steps-con {
    background-image: url(../images/three-steps-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.home4-outer-wrapper {
    background-image: url(../images/home4-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.index4-outer-wrapper .header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--purple--color);
    /* text-decoration: underline; */
}

.index4-outer-wrapper .header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--purple--color);
    color: var(--secondary--color);
}

.index4-outer-wrapper .header-contact .contact-btn {
    background-image: linear-gradient(to right, var(--purple--color) 0%, var(--pink--color) 100%);
    color: var(--secondary--color);
    font-weight: 700;
}

.index4-outer-wrapper .header-contact .contact-btn:hover {
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--pink--color) 100%);
    color: var(--secondary--color);
}

.index4-outer-wrapper .header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--pink--color2);
    color: var(--secondary--color);
}

.index4-outer-wrapper .header-contact li a:hover {
    text-decoration: none;
    color: var(--purple--color);
}

.index4-outer-wrapper .header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--purple--color);
}

.index4-outer-wrapper .banner-span-text {
    padding: 6px;
    min-width: 277px;
    border-radius: 23px;
    position: relative;
    background-color: rgb(0 0 0 / 30%);
    font-size: 16px;
    margin-bottom: 24px;
    letter-spacing: 1px;
    border: 2px solid rgb(255 255 255 / 15%);
}

.index4-outer-wrapper .banner-span-text::before {
    display: none;
}

.index4-outer-wrapper .banner-con p {
    font-size: 20px;
    line-height: 39px;
    margin-bottom: 39px;
}

.index4-outer-wrapper .ai-input-wrapper {
    max-width: 1110px;
    margin: auto;
}

.index4-outer-wrapper .ai-input-box {
    background: var(--navy--bg--color);
    border-radius: 30px;
    position: relative;
    padding: 34px 20px 20px;
    /* backdrop-filter: blur(10px); */
}

.index4-outer-wrapper .ai-input-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #1e202b, #8347dc, #1e202b);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;

}

.index4-outer-wrapper .ai-textarea {
    background: transparent;
    border: none;
    height: 180px;
    color: #fff;
    padding: 0;
    padding-left: 20px;
    resize: none;
}

.purple-glow {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.index4-outer-wrapper .ai-textarea:focus {
    box-shadow: none;
    outline: none;
}

.index4-outer-wrapper .btn-circle {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    font-size: 17px;
    background: var(--navy--color2);
    color: var(--text--color3);
    border: none;
}

.index4-outer-wrapper .btn-circle:hover {
    background: var(--pink--color);
    color: var(--black--color);
}

#publicBtn {
    border-radius: 15px;
    border: 2px solid #1e202b;
    padding: 10px 18px;
    font-weight: 500;
    color: var(--text--color3);
    font-size: 16px;
}

#publicBtn:focus {
    outline: none;
    box-shadow: none;
}

#publicBtn:hover {
    background-color: var(--pink--color);
    color: var(--black--color);
}

.index4-outer-wrapper .btn-send {
    width: 47px;
    background-image: linear-gradient(to right, var(--purple--color) 0%, var(--pink--color) 100%);
    height: 47px;
    border-radius: 50%;
    color: var(--secondary--color);
    border: none;
}

.index4-outer-wrapper .btn-send:hover {
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--pink--color) 100%);
}

.index4-outer-wrapper .suggestions {
    text-align: center;
}

.index4-outer-wrapper .suggestion-chip {
    display: inline-block;
    padding: 8px 14px;
    margin: 5px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    color: #ddd;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

.index4-outer-wrapper .suggestion-chip:hover {
    background: rgba(255, 255, 255, 0.2);
}

.ai-output {
    max-width: 1110px;
    margin: 20px auto;
}

.output-msg {
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 15px;
    text-align: left;
    border-radius: 12px;
    color: #fff;
    margin-bottom: 10px;
    width: fit-content;
}

.output-user {
    background: linear-gradient(45deg, #a855f7, #ec4899);
    margin-left: auto;
}

.plus-menu {
    position: absolute;
    bottom: 70px;
    left: 20px;
    background: #111;
    border-radius: 10px;
    padding: 10px;
    width: 160px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.plus-menu button {
    width: 100%;
    background: none;
    color: var(--secondary--color);
    border: none;
    text-align: left;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

.plus-menu button:hover {
    background: var(--purple--color);
    color: var(--secondary--color);
}

.index4-outer-wrapper .banner-con {
    padding-bottom: 125px;
}

.outline-text {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    margin-bottom: 14px;
}

.steps-content-con h3 {
    margin-bottom: 14px;
}

.steps-content-con p {
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 28px;
}

.index4-outer-wrapper .steps-content-con .primary_btn {
    min-width: 162px;
    height: 52px;
    line-height: 52px;
}

.three-steps-con .col-lg-6.col-md-6 {
    margin-bottom: 75px;
}

.three-steps-con .col-lg-6.col-md-6:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

.three-steps-con .var-right {
    padding-left: 65px;
    position: relative;
}

.three-steps-con .var-right::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 40px;
    width: 33px;
    height: 33px;
    background-image: url(../images/steps-circle.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.three-steps-inner-con::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background-image: url(../images/doted-line4.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.smarter-box {
    border-radius: 30px;
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 47px;
}

.smarter-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    /* border size */
    background: linear-gradient(90deg, #1e202b, #7d8090, #1e202b);

    /* magic part */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.smarter-box figure {
    margin-bottom: 40px;
}

.smart-content {
    padding: 0 15px;
    gap: 30px;
}

/*  */
.brands-con h2 {
    margin-bottom: 35px;
}

/* logos styling */
.brands-con ul li img {
    filter: grayscale(100%);
    transition: all 0.3s ease;
    opacity: 20%;
}

.brands-con ul li img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* ⭐ stars between logos */
.brands-con ul li {
    position: relative;
}

/* star AFTER each logo */
.brands-con ul li::after {
    content: "";
    background-image: url(../images/star-logo.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: -44%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* last item se star hata do */
.brands-con ul li:last-child::after {
    display: none;
}

.banner4-vector1 {
    left: 200px;
    bottom: 340px;
}

.banner4-vector2 {
    right: 200px;
    bottom: 340px;
}

/* HOME 05 PAGE STYLING */
.home5-outer-wrapper {
    background-image: url(../images/home5-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index5-outer-wrapper .header-con .navbar {
    background-color: var(--secondary--color);
    border: 1px solid var(--secondary--color);
}

.index5-outer-wrapper .header-con .navbar-light .navbar-nav .nav-link {
    color: var(--black--color);
}

.index5-outer-wrapper .header-contact .contact-btn,
.index5-outer-wrapper .header-contact .get-started-btn {
    background-color: var(--cool--color);
    color: var(--secondary--color);
    border: 1px solid transparent;
    font-weight: 700;
}

.index5-outer-wrapper .header-contact .contact-btn {
    min-width: 132px;
    background-color: transparent;
    color: var(--cool--color);
    border: 1px solid var(--cool--color);
}

.index5-outer-wrapper .header-contact .get-started-btn:hover {
    background-color: transparent;
    color: var(--cool--color);
    border: 1px solid var(--cool--color);
}

.index5-outer-wrapper .header-contact .contact-btn:hover {
    background-color: var(--cool--color);
    color: var(--secondary--color);
}

.index5-outer-wrapper .header-contact ul {
    gap: 10px;
}

.index5-outer-wrapper .header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--cool--color);
}

.index5-outer-wrapper .primary_btn {
    background-color: var(--cool--color);
    min-width: 232px;
    height: 58px;
    border: 1px solid transparent;
    line-height: 58px;
}

.index5-outer-wrapper .banner-btn-outer {
    margin-bottom: 0;
}

.index5-outer-wrapper .banner-con {
    padding-bottom: 103px;
    padding-top: 77px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}

.index5-outer-wrapper .primary_btn i {
    font-size: 14px;
}

.index5-outer-wrapper .primary_btn:hover {
    background-color: var(--secondary--color);
    color: var(--cool--color);
    border: 1px solid var(--cool--color);
}

.index5-outer-wrapper .banner-con h1 {
    color: var(--black--color);
}

.index5-outer-wrapper .footer-con {
    background-image: url(../images/footer5-bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index5-outer-wrapper .footer-con .middle_portion li,
.index5-outer-wrapper .footer-con .middle_portion li i {
    color: var(--cool--color2);
}

.index5-outer-wrapper .footer-con .middle_portion .links {
    padding-left: 0;
}

.index5-outer-wrapper .footer-con .middle_portion .email-form button {
    background-color: var(--cool--color);
}

.index5-outer-wrapper .footer-con .middle_portion .email-form button {
    width: 62px;
    height: 58px;
    line-height: 58px;
    top: 6px;
    border: 1px solid transparent !important;
    right: 6px;
}

.index5-outer-wrapper .footer-con .middle_portion .email-form input {
    padding: 24px 56px 24px 20px;
}

.index5-outer-wrapper .footer-con .middle_portion .email-form input:focus {
    border: 1px solid var(--cool--color);
}

.index5-outer-wrapper .footer-con .middle_portion .email-form button:hover {
    color: var(--secondary--color);
    background-color: transparent;
    border: 1px solid var(--secondary--color) !important;
}

.index5-outer-wrapper .footer-con .middle_portion li a:hover {
    color: var(--secondary--color);
}

.index5-outer-wrapper .footer-con .middle_portion .email-form .check-box label a {
    color: var(--cool--color);
}

.index5-outer-wrapper .footer-con .middle_portion .email-form .check-box label a:hover {
    color: var(--secondary--color);
}

.index5-outer-wrapper .footer-con .middle_portion .email-form .check-box input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -31px;
    width: 5px;
    height: 10px;
    border: solid var(--secondary--color);
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
}

.index5-outer-wrapper .footer-con .middle_portion .social-icons i:hover {
    color: var(--cool--color);
}

.index5-outer-wrapper .footer-con .copyright p {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    color: var(--secondary--color);
}

.index5-outer-wrapper .loader {
    color: var(--cool--color);
}

.index5-outer-wrapper .loader div {
    background-color: var(--cool--color);
}

/*  */

.contact-information-con .section-label {
    color: var(--primary--color);
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.contact-information-con h2 {
    margin-bottom: 20px;
}

/* Info Cards */

.contact-information-con .info-card {
    /* width: 448px; */
    display: flex;
    align-items: center;
    gap: 43px;
    background: var(--secondary--color);
    border-radius: 40px;
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    transition: ease-in-out 0.6s;
}

.contact-information-con .info-card:hover {
    transform: translateY(-2px);
}

.contact-information-con .info-icon {
    width: 86px;
    height: 86px;
    background-color: var(--primary--color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 22px;
}

.contact-information-con .info-text h3 {
    margin-bottom: 10px;
}

.contact-information-con .info-text a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding-right: 10px;
    color: var(--text--color5);
    transition: all 0.6s ease-in-out;
    border-right: 1px solid var(--text--color5);
}

.contact-information-con .info-text a:hover {
    color: var(--accent--color);
    text-decoration: none;
}

.contact-information-con .quote-card {
    background-image: url(../images/send-msg-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 45px 36px 40px;
}

.contact-information-con .quote-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact-information-con .form-label {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 9px;
}

.contact-information-con .form-control {
    border-radius: 13px;
    height: 60px;
    padding: 0 29px;
    border: 1px solid transparent;
    margin-bottom: 20px;
    font-size: 14px;
}

.contact-information-con textarea.form-control {
    height: 151px;
    border-radius: 13px;
    border: 1px solid transparent;
    padding: 22px 24px;
    resize: none;
    margin-bottom: 25px;
}

.contact-information-con .submit-btn {
    background: var(--black--color);
    color: var(--secondary--color);
    border-radius: 13px;
    height: 58px;
    font-size: 16px;
    width: 100%;
    border: none;
    font-weight: 700;
    position: relative;
}

.contact-information-con .submit-btn i {
    font-size: 14px;
}

.contact-information-con .submit-btn:hover {
    background: var(--cool--color);
    color: var(--secondary--color);
}

.contact-information-con input:focus,
.contact-information-con select:focus,
.contact-information-con textarea:focus {
    box-shadow: 0px 0px 50px rgb(74 65 236 / 15%);
    border: 1px solid var(--cool--color);
}

.contact-information-con select.form-control {
    padding: 0 30px 0 25px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 95% 27px !important;
    background-image: url(../images/dropdown-arrow2.png) !important;
}

.contact-information-con .footer-text {
    font-size: 12px;
    color: var(--secondary--color);
    text-align: center;
    margin-top: 12px;
    line-height: 16px;
}

.index5-outer-wrapper .special-text {
    color: var(--cool--color);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1.0px;
    display: inline-block;
}

.index5-outer-wrapper .contact-information-con p {
    font-size: 18px;
    color: var(--text--color5);
    line-height: 26px;
    margin-bottom: 35px;
    font-weight: 400;
}

.index5-outer-wrapper {
    color: var(--text--color5);
}

.index5-outer-wrapper #button {
    background-color: var(--cool--color);
}

/*  */
.testimonials-con2 {
    overflow: hidden;
    background-image: url(../images/testimonial2-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonials-con2 .testimonial-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    box-shadow: 2px 0px 50px rgb(0 0 0 / 3%);
    border-bottom: 2px solid var(--cool--color);
    padding: 37px 22px 35px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.testimonials-con2 .owl-carousel .owl-item img {
    width: auto !important;
    margin-bottom: 15px;
}

.testimonials-con2 .testimonial-box p {
    font-weight: 400;
    line-height: 25px;
    color: var(--text--color5);
    margin-bottom: 15px;
}

.testimonials-con2 .testimonial-box span.customer {
    font-size: 18px;
    font-weight: 600;
    color: var(--black--color);
}

.testimonials-con2 .testimonial-box span.designation {
    color: var(--text--color5);
    font-size: 14px;
}

.testimonials-con2 .owl-stage-outer {
    padding-top: 20px;
}

.testimonials-con2 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.index5-outer-wrapper .heading-title-con p {
    color: var(--text--color5);
}

.testimonials-con2 .owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    background-color: rgb(38 117 248 / 20%);
}

.testimonials-con2 .owl-theme .owl-dots .owl-dot.active span {
    width: 19px !important;
    height: 19px !important;
    background-color: var(--cool--color);
    margin-bottom: 2px;
}

.testimonials-con2 .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--cool--color);
}

.testimonials-con2 .row::before {
    content: "";
    left: 0;
    top: 0;
    /* width: 16%; */
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 100%, transparent 100%);
    z-index: 2;
}

.testimonials-con2 .row::after {
    content: "";
    right: 0;
    bottom: 0;
    height: 100%;
    /* width: 16%; */
    position: absolute;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.7) 100%, transparent 100%);
    z-index: 2;
}

/*  */
.index5-outer-wrapper .investment-box {
    background-color: var(--secondary--color);
    border-radius: 30px;
    padding: 53px 56px 60px;
    z-index: 2;
    transition: ease-in-out 0.6s;
    box-shadow: 2px 0px 50px rgb(0 0 0 / 3%);
}

.index5-outer-wrapper .investment-box figure {
    margin-bottom: 28px;
    transition: ease-in-out 0.6s;
    width: auto;
    height: auto;
    background-color: transparent;
    display: inline-block;
}

.index5-outer-wrapper .investment-box:hover figure {
    background-color: transparent;
}

.index5-outer-wrapper .investment-box span.plan-name {
    font-weight: 600;
    color: var(--black--color);
    font-size: 18px;
    margin-bottom: 13px;
}

.index5-outer-wrapper .investment-box span.starting-at {
    font-weight: 500;
    color: var(--black--color);
    font-size: 16px;
    margin-bottom: 0;
}

.index5-outer-wrapper .investment-box h3 span.per-month {
    font-weight: 500;
    position: relative;
    top: unset;
    color: var(--text--color5) !important;
    margin-right: 0;
}

.index5-outer-wrapper .investment-box h3 {
    margin-bottom: 20px;
}

.index5-outer-wrapper .investment-box h3 span {
    font-weight: 600;
    position: relative;
    top: -12px;
    margin-right: 2px;
}

.index5-outer-wrapper .investment-box p {
    font-size: 16px;
    line-height: 22px;
    color: var(--text--color5);
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
}

.index5-outer-wrapper .investment-box ul li {
    font-size: 16px;
    font-weight: 600;
    color: var(--text--color5);
    padding-left: 28px;
    margin-bottom: 2px;
}

.index5-outer-wrapper .investment-box ul li i {
    color: var(--black--color);
    position: absolute;
    left: 0;
    top: 7px;
}

.index5-outer-wrapper .investment-box ul {
    margin-bottom: 34px;
}

.index5-outer-wrapper .investment-box .primary_btn {
    height: 58px;
    min-width: 192px;
    line-height: 58px;
}

.index5-outer-wrapper .investment-box:hover figure img {
    filter: brightness(0%) invert(100%);
}

.index5-outer-wrapper .investment-box:hover {
    background-image: linear-gradient(204deg, var(--cool--color) -10% -28%, var(--black--color2) 52%);
}

.index5-outer-wrapper .investment-box:hover *,
.index5-outer-wrapper .investment-box h3 span.per-month {
    color: var(--secondary--color) !important;
}

.index5-outer-wrapper .investment-box:hover p,
.index5-outer-wrapper .investment-box:hover ul li,
.index5-outer-wrapper .investment-box:hover ul li i {
    color: var(--cool--color2) !important;
}

.index5-outer-wrapper .investment-box:hover .primary_btn {
    color: var(--cool--color) !important;
    background-color: var(--secondary--color);
}

.index5-outer-wrapper .investment-box:hover .primary_btn i {
    color: var(--cool--color) !important;
}

.index5-outer-wrapper .investment-box::before {
    display: none;
}

.index5-outer-wrapper .investment-box:hover::before {
    display: none;
}

.index5-outer-wrapper .header-con .navbar-light .navbar-nav .dropdown-menu {
    background-color: var(--secondary--color);
}

.index5-outer-wrapper .header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    color: var(--black--color);

}

.index5-outer-wrapper .header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--cool--color);
}

.index5-outer-wrapper .header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--cool--color);
    color: var(--secondary--color);
}

.index5-outer-wrapper .header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--cool--color);
    color: var(--secondary--color);
}

.about-con {
    background-image: url(../images/about-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-con .about-inner-con {
    gap: 40px;
}

.about-con .about-inner-con figure img {
    border-radius: 30px;
}

.about-con .heading-title-con h2 {
    line-height: 52px;
}

.about-con .heading-title-con h2 span {
    color: var(--cool--color3);
}

.about-con .special-text {
    font-size: 20px;
}

.powered-con .primary_btn {
    min-width: 192px;
}

.power-img1 {
    left: 249px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.power-img2 {
    right: 249px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.text-cool2 {
    color: var(--cool--color2) !important;
}

.why-choose-con {
    background-image: url(../images/why-choose-us-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-inner-con .users-details-con {
    display: flex;
    flex-direction: column;
    gap: 57px;
    margin-left: 37px;
}

.about-inner-con .user-detail-box p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--black--color);
}

.why-choose-con .choose-box {
    border-radius: 30px;
    background-color: var(--black--color2);
    padding: 46px 35px 38px;
    transition: ease-in-out 0.6s;
}

.why-choose-con .choose-box:hover {
    background-image: linear-gradient(204deg, var(--cool--color) -10% -28%, var(--black--color2) 52%);
    transform: translateY(-2px);
}

.why-choose-con .choose-box figure {
    margin-bottom: 60px;
}

.why-choose-con .col-lg-3.col-md-6 {
    padding: 0 20px;
}

.why-choose-con .choose-box p {
    color: var(--cool--color2);
    line-height: 22px;
}

/*  */
.index5-outer-wrapper .logos-con {
    padding-top: 86px;
}

.index5-outer-wrapper .logos-con ul li img {
    transition: ease-in-out 0.6s;
}

.index5-outer-wrapper .logos-con ul li:hover img {
    transform: translateY(-2px);
}

/*  */
.index5-outer-wrapper .our-work-text-box h2 {
    color: var(--black--color);
    margin-bottom: 0;
}

.index5-outer-wrapper .our-work-text-box p {
    margin-bottom: 0;
}

.index5-outer-wrapper .our-work-btn a {
    font-size: 26px;
    color: var(--black--color);
}

.index5-outer-wrapper .our-work-outer-box {
    height: 193px;
    display: grid;
    gap: 30px;
    grid-template-columns: 8.2% 89%;
    align-items: center;
    border-bottom: 2px solid rgb(0 0 0 / 5%);
}

.index5-outer-wrapper .our-work-content-box {
    display: grid;
    gap: 28px;
    grid-template-columns: 54% 33% 8%;
    align-items: center;
}

.index5-outer-wrapper .our-work-hidden-img {
    position: relative;
    transition: .3s ease-in-out;
}

.index5-outer-wrapper .our-work-outer-box:hover>figure {
    background-color: var(--light-green-color);
}

.index5-outer-wrapper .our-work-outer-box:hover h2 {
    color: var(--cool--color);
}

.index5-outer-wrapper .our-work-outer-box:hover a i {
    color: var(--cool--color);
}

.index5-outer-wrapper .our-work-btn {
    text-align: right;
}

.index5-outer-wrapper .our-work-hidden-img p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text--color5);
    margin-bottom: 0;
}

.index5-outer-wrapper .our-work-hidden-img figure {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, transform 1s ease, visibility 0.5s;
    position: absolute;
    top: -120px;
    left: 50%;
    z-index: 10;
    transform: translateX(0);
    transition: .3s ease-in-out;
}

.index5-outer-wrapper .our-work-outer-box:hover .our-work-hidden-img figure {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
}

.index5-outer-wrapper .our-work-main-con .heading-title-con span.special-text {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 24px;
    border-bottom: 2px solid rgb(0 0 0 / 5%);
}

/*  */
.index5-outer-wrapper .banner-bottom-con {
    padding: 0 80px;
    gap: 25px;
}

.index5-outer-wrapper .banner-bottom-con .bottom-box1 {
    background-image: url(../images/banner-bottom-img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 325px;
    padding: 25px;
    width: 267px;
}

.index5-outer-wrapper .banner-bottom-con .bottom-box2 {
    background-image: url(../images/banner-bottom-img4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    width: 267px;
    height: 265px;
    padding: 33px 25px;
    text-align: left;
}

.index5-outer-wrapper .banner-bottom-con .bottom-box1 img {
    margin-bottom: 30px;
}

.index5-outer-wrapper .banner-bottom-con .bottom-box1 p {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
}

.index5-outer-wrapper .banner-bottom-con .bottom-box2 span {
    line-height: 31px;
    font-weight: 600;
}

.index5-outer-wrapper .banner-bottom-con .bottom-box3 {
    background-color: var(--black--color);
    border-radius: 30px;
    width: 267px;
    height: 325px;
    padding: 35px 12px 12px;
    text-align: left;
}

.index5-outer-wrapper .banner-bottom-con .bottom-box3 span {
    margin-bottom: 16px;
    margin-left: 18px;
}

.index5-outer-wrapper .banner-bottom-con .bottom-box3 p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-left: 18px;
    color: var(--cool--color2);
    margin-bottom: 15px;
}

.index5-outer-wrapper .banner-bottom-con .bottom-box4 {
    background-image: url(../images/banner-bottom-img6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 411px;
    height: 426px;
    padding: 38px 38px;
    border-radius: 30px;
    text-align: left;
}

.index5-outer-wrapper .banner-bottom-con .bottom-box4 p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 15px;
}

.index5-outer-wrapper .banner-bottom-con .bottom-box4 ul li {
    font-size: 14px;
    font-weight: 700;
    color: var(--black--color);
    display: inline-block;
    padding: 3px 17px;
    background-color: var(--secondary--color);
    border-radius: 16.5px;
    margin-right: 5px;
}

.index5-outer-wrapper .user-box {
    width: 286px;
    height: 64px;
    background-color: rgb(255 255 255 / 30%);
    border-radius: 32px;
    border: 1px solid var(--secondary--color);
    margin: 0 auto 20px;
}

.index5-outer-wrapper .user-box .imgz-wrap {
    margin-right: 19px;
    align-items: center;
}

.index5-outer-wrapper .banner-con .user-text .counter,
.index5-outer-wrapper .banner-con .user-text .alphabet,
.index5-outer-wrapper .banner-con .user-text sup {
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
}

.index5-outer-wrapper .banner-con .user-text sup {
    top: 0;
    color: var(--black--color);
}

.index5-outer-wrapper .banner-con .user-text .span-text {
    font-size: 13px;
    font-weight: 500;
    color: var(--black--color);
    line-height: 13px;
}

.index5-outer-wrapper .user-box img {
    margin-left: -22px;
    border: 2px solid var(--secondary--color);
    border-radius: 100%;
    width: 51px;
    height: 51px;
}

.marketing-expert {
    right: -140px;
    top: 26px;
}