/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Voicera
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header-con
3. Banner  /.banner-con
4. How it Works  /.how-it-works-con
5. Why Choose Us  /.why-choose-us-con
6. Recent Projects  /.recent-projects-con
7. Pricing  /.pricing-plans-con
8. Multiple Language /.multiple-language-con
9. Testimonial  /.testimonial-con
10. Faq  /.faq-con
11. Footer  /.footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

 #  --primary--color: #3cb0f2;
 #  --secondary--color: #ffffff;
 #  --accent--color: #7d64f8;
 #  --purple--color: #8e7af0;
 #  --text--color: #616161;
 #  --grey--color: #b6b6b6;
 #  --dark--grey--color: #909090;
 #  --black--color: #000000;
 #  --yellow--color: #ffc045;
 #  --light--blue--color: #ebf7fe;
 #  --light--grey--color: #f2f2f2;
 #  --light--purple--color: #f3f1fd;
 #  --black--family--color: #0f0f0f;
 #  --grey--family--color: #f8f8f8;

*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: "Archivo", sans-serif;
Heading: "Archivo", sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Archivo", sans-serif;
}

:root {
    --primary--color: #3cb0f2;
    --secondary--color: #ffffff;
    --accent--color: #7d64f8;
    --purple--color: #8e7af0;
    --text--color: #616161;
    --grey--color: #b6b6b6;
    --dark--grey--color: #909090;
    --black--color: #000000;
    --yellow--color: #ffc045;
    --light--blue--color: #ebf7fe;
    --light--grey--color: #f2f2f2;
    --light--purple--color: #f3f1fd;
    --black--family--color: #0f0f0f;
    --grey--family--color: #f8f8f8;
}

figure {
    margin-bottom: 0;
}

h1 {
    font-size: 80px;
    line-height: 81px;
    font-weight: 700;
    color: var(--black--color);
    margin-bottom: 32px;
}

h2 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 700;
    color: var(--black--color);
    letter-spacing: 0.4px;
}

h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: var(--black--color);
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black--color);
}

h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black--color);
}

h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black--color);
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text--color);
    word-break: break-word;
}

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text--color);
}

.special-text {
    color: var(--accent--color);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: 0.8px;
    font-weight: 600;
}

.primary_btn {
    font-size: 16px;
    min-width: 201px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: var(--secondary--color);
    background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%);
    transition: all 0.8s ease-in-out;
}

.primary_btn:hover {
    color: var(--secondary--color);
    background-image: linear-gradient(to left, var(--primary--color) 0%, var(--purple--color) 100%);
}

/* .primary_btn i {
    font-size: 12px;
    margin-left: 14px;
    transition: all 0.8s ease-in-out;
    color: var(--secondary--color);
} */
.secondary_btn {
    font-size: 16px;
    min-width: 181px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: var(--black--color);
    background-color: var(--secondary--color);
}

.secondary_btn:hover {
    color: var(--secondary--color);
    background-image: linear-gradient(to left, var(--primary--color) 0%, var(--purple--color) 100%);
}

.elementary_btn {
    font-size: 16px;
    min-width: 181px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: var(--secondary--color);
    background-color: var(--black--color);
}

.elementary_btn:hover {
    color: var(--secondary--color);
    background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%);
}


html {
    scroll-behavior: smooth;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top {
    padding-top: 138px;
}

.padding-bottom {
    padding-bottom: 140px;
}

.heading-title-con {
    margin-bottom: 46px;
}


.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.text-black {
    color: var(--black--color);
}

.background-none {
    background-image: none !important;
}

body {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: var(--text--color);
}

/* special classes ends here */
/* Home Page */

/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: var(--black--color);
    font-weight: 500;
    padding: 10px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--accent--color);
    /* text-decoration: underline; */
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 5;
    padding: 0;
    margin-top: 23px;
}

.header-con .navbar {
    padding: 0;
    /* background-color: rgb(0 0 0 / 10%); */
    /* border-radius: 36px; */
    /* border: 1px solid rgb(255 255 255 / 10%); */
}


.header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--accent--color);
    transition: ease-in-out 0.6s;
}

.header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--accent--color);
}

.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: 20px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border-radius: 20px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 12px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* color: var(--e-global-color-very-dark-black-mostly-violet); */
    border-radius: 10px;
}

.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(--accent--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

/* HEADER SECTION */
/* BACK TO TOP BUTTON */
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background-color: var(--primary--color);
    color: white;
    cursor: pointer;
    width: 80px;
    height: 80px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    border-radius: 0;
}

.header-contact .contact-btn {
    min-width: 151px;
    background-color: var(--black--color);
    color: var(--secondary--color);
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    width: 100%;
    text-decoration: none;
    z-index: 1;
    border-radius: 100px;
}

.header-contact .contact-btn:hover {
    background-image: linear-gradient(to left, var(--primary--color) 0%, var(--purple--color) 100%);
    color: var(--secondary--color);
    /* box-shadow: 0px 10px 20px rgb(0 0 0 / 15%); */
}


.header-contact {
    margin-left: 11%;
}

.header-con ul li:first-child {
    margin-right: 12px;
}

.header-contact .free-trial-btn {
    min-width: 111px;
    background-color: var(--secondary--color);
    color: var(--black--color);
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    width: 100%;
    text-decoration: none;
    z-index: 1;
    border-radius: 100px;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.header-contact .free-trial-btn:hover {
    text-decoration: none;
    color: var(--secondary--color);
    background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%);
}

/* Header */

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--accent--color);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    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: #fff;
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
    /* color: rgb(61, 176, 242); */
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(61 176 242 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        /* box-shadow: 0 0 0 0 rgb(20 8 45 / 40%) */
        box-shadow: 0 0 0 0 rgb(61 176 242 / 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: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent--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(--accent--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);
    }
}

/* Footer */

.footer-con {
    background-color: var(--black--color);
    padding-top: 78px;
}

.footer-con .middle_portion {
    padding: 75px 0 75px;
}


.footer-con .middle_portion .footer-logo {
    margin-bottom: 24px;
    display: inline-block;
}

.footer-con .middle_portion .logo-content p {
    color: var(--grey--color);
    font-size: 14px;
    line-height: 24px;
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion p {
    margin-right: -15px;
}

.footer-con .middle_portion h5 {
    margin-bottom: 19px;
    color: var(--secondary--color);
}

.footer-con .middle_portion .links {
    padding-left: 75px;
}

.footer-con .middle_portion .links li {
    margin-bottom: 7px;
}

.footer-con .middle_portion .links li i {
    font-size: 10px;
    top: 0;
    position: relative;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li a {
    font-size: 14px;
    line-height: 14px;
    padding-left: 14px;
    font-weight: 400;
    text-decoration: none;
    color: var(--grey--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li:hover i {
    color: var(--purple--color);
}

.footer-con .middle_portion .links li:hover a {
    color: var(--purple--color);
}

.footer-con .middle_portion .links {
    padding-left: 75px;
}

.footer-con .middle_portion .contact .text {
    position: relative;
    margin-bottom: 9px;
    padding-left: 31px;
    display: inline-block;
}

.footer-con .middle_portion .contact a,
.footer-con .middle_portion .contact p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--grey--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .contact i {
    font-size: 14px;
    left: 0;
    top: 6px;
    position: absolute;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .contact li:hover a,
.footer-con .middle_portion .contact li:hover p,
.footer-con .middle_portion .contact li:hover i {
    color: var(--purple--color);
}

.footer-con .middle_portion .icon {
    padding-left: 45px;
}

.footer-con .middle_portion .icon h5 {
    margin-bottom: 20px;
}

.footer-con .middle_portion .social-icons li {
    display: inline-block;
    margin: 0 3px;
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

.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 .social-icons i {
    font-size: 14px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 100%;
    text-align: center;
    color: var(--secondary--color);
    background-color: var(--black--color);
    border: 1px solid rgb(255 255 255 / 20%);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons a:hover i {
    color: var(--secondary--color);
    background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%);
    border: 1px solid transparent;
}

.footer-con .copyright p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    padding: 20px 0;
    text-align: center;
    color: var(--grey--color);
    background-color: var(--black--family--color);
}

.footer-con .cta-con {
    padding-bottom: 78px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.footer-con .cta-con .right-cta-con figure {
    margin-left: 76px;
}

.footer-con .cta-con .right-cta-con .primary_btn {
    margin-right: 14px;
}

.footer-con .cta-con .left-cta-con h2 {
    margin-bottom: 10px;
}

.footer-con .cta-con .left-cta-con p {
    font-weight: 400;
}

.footer-vector1 {
    left: 0;
    top: 106px;
}

.footer-vector2 {
    right: 0;
    bottom: 179px;
}

/* BANNER SECTION */
.home_banner_outer {
    position: relative;
    background-color: var(--secondary--color);
    background-image: url(../images/banner-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 1173px;
    z-index: 1;
}

.home_banner_outer.sub-banner-outer-wrpper {
    height: 659px;
    background-position: bottom;

}

.banner-inner-con,
.sub-banner-inner-con {
    padding-top: 113px;
}

.banner-inner-con p,
.sub-banner-inner-con p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: var(--black--color);
    margin-bottom: 35px;
}

.banner-inner-con .primary_btn {
    margin-right: 12px;
}

.vector4 {
    right: 201px;
    top: 278px;
}

.vector3 {
    right: 184px;
    top: 144px;
}

.vector1 {
    left: 212px;
    top: 160px;
}

.vector2 {
    left: 330px;
    top: 398px;
}

.banner-images-con img {
    border-radius: 30px;
    text-align: center;
}

.banner-inner-con,
.sub-banner-inner-con {
    padding-bottom: 50px;
}

/* 


.banner-images-con figure.bnr-img3 {
    padding-top: 43px;
}

.banner-images-con figure.bnr-img4 {
    position: relative;
    padding-top: 19px;
}

.banner-images-con figure.bnr-img5 {
    position: absolute;
    right: 352px;
    bottom: 0;
}

.banner-images-con figure.bnr-img5 img {
    border-radius: 30px;
}


.banner-images-con figure.bnr-img6 {
    padding-top: 52px;
    position: relative;
} */

/* BANNER SEC IMAGES NEW CSS */
.banner-images-con figure.bnr-img1,
.banner-images-con figure.bnr-img5 {
    place-self: flex-end;
}

.banner-images-con {
    display: flex;
    justify-content: space-between;
    gap: 0;
    flex-wrap: nowrap;
}

.banner-images-con figure {
    margin: 0;
    position: relative;
}

/* Set consistent styling for images */
.banner-images-con img {
    border-radius: 30px;
    display: block;
}

/* Gaps for first 3 images */
.banner-images-con figure.bnr-img1 {
    margin-right: 50px;
}

.banner-images-con figure.bnr-img2 {
    margin-right: 50px;
}

/* Optional: Add padding if needed on bnr-img3 */
.banner-images-con figure.bnr-img3 {
    padding-top: 46px;
}

/* Remove gap between next 3 images */
.banner-images-con figure.bnr-img4,
.banner-images-con figure.bnr-img5,
.banner-images-con figure.bnr-img6 {
    margin-right: 0;
}

/* Overlap bnr-img4 over bnr-img5 */
.banner-images-con figure.bnr-img4 {
    right: -57px;
    /* top: -47px; */
    /* overlap by 47px */
    z-index: 2;
}

.banner-images-con figure.bnr-img5 {
    right: -37px;
}

/* Overlap bnr-img6 over bnr-img5 */
.banner-images-con figure.bnr-img6 {

    padding-top: 73px;
    /* overlap by 37px */
    z-index: 1;
}

/* BANNE CHAT BOX CSS */
.chat-input {
    display: flex;
    align-items: center;
    background: var(--secondary--color);
    border-radius: 25px;
    padding: 8px 6px 8px 12px;
    max-width: 282px;
    width: 100%;
    position: absolute;
    right: 10%;
    bottom: 20%;
    z-index: 2;
}

.chat-input i {
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
    color: var(--dark--grey--color);
}

.chat-input i.fa-paper-plane {
    color: var(--secondary--color);
    font-size: 12px;
}

.chat-input input {
    border: none;
    outline: none;
    background: var(--grey--family--color);
    padding: 10px 6px 10px 13px;
    height: 34px;
    border-radius: 17px;
    flex: 1;
    font-size: 13px;
    color: var(--black--color);
}

.chat-input input::placeholder {
    color: var(--black--color);
    font-size: 13px;
}

.chat-input .send-btn {
    background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%) !important;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    position: absolute;
    right: 14px;
}

.chat-input .send-btn:hover {
    background-image: linear-gradient(to left, var(--primary--color) 0%, var(--purple--color) 100%) !important;
}

/* audio box */
.audio-box button i {
    width: 47px;
    height: 47px;
    background-color: var(--black--color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--secondary--color);
}

.audio-box {
    display: flex;
    align-items: center;
    background: var(--secondary--color);
    border-radius: 25px;
    padding: 11px 20px 11px 12px;
    max-width: 304px;
    width: 100%;
    position: absolute;
    left: 17%;
    bottom: 10%;
    z-index: 2;
}

.audio-box span {
    color: var(--black--color);
    font-size: 14px;
}

.audio-box button:focus,
.audio-box button:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}

/* USER BOX */
.user-box {
    background: var(--secondary--color);
    border-radius: 25px;
    padding: 5px 12px 5px 8px;
    max-width: 238px;
    width: 100%;
    position: absolute;
    left: -2%;
    bottom: 67%;
    z-index: 2;
}

.user-box .user-text span.counter,
.user-box .user-text sup,
.user-box .user-text span.alphabet {
    font-size: 16px;
    font-weight: 700;
    top: unset;
    color: var(--black--color);
}

.user-box .user-text span.span-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--black--color);
}

.user-box .user-text {
    padding-left: 11px;
}

.user-box img {
    margin-left: -20px;
    border: 2px solid var(--secondary--color);
    border-radius: 100%;
}

/* FAQ SECTION */
.faq-con .faq_content .heading-title-con span {
    margin-bottom: 14px;
}

.faq-con .faq_content .heading-title-con h2 {
    margin-bottom: 0;
}

.faq-con h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Teko", sans-serif;
}

.faq-con .accordion-card {
    margin-bottom: 25px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--secondary--color);
    box-shadow: 2px 2px 29px rgb(0 0 0 / 3%);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card .btn-link h6 {
    color: var(--accent--color);
    font-weight: 600;
}

.faq-con .accordion-card h6 img {
    position: absolute;
    top: 14px;
    margin: 0 auto;
    left: 20px;
}

.faq-con .accordion-card .collapsed h6 {
    color: var(--black--color);
    font-weight: 600;
    white-space: inherit;
    word-break: break-word;
}

.faq-con .accordion-card:has(.btn-link) {
    border: 1px solid var(--accent--color);

}

.faq-con .accordion-card:has(.collapsed) {
    border: 1px solid var(--secondary--color);
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 21px 37px 21px 70px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 37px 20px 70px;
}

.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: 10px;
    white-space: inherit;
    word-break: break-word;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f062";
    font-size: 16px;
    top: 19px;
    right: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--accent--color);
}

.faq-con .accordion-card .collapsed:before {
    content: "\f061";
    color: var(--black--color);
}

/* TESTIMONIAL SECTION */
.testimonials-con {
    background-image: url(../images/testimonial-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonials-con .white-box {
    padding: 45px 49px;
    background-color: var(--secondary--color);
    box-shadow: 0 9px 56px rgb(0 0 0 / 4%);
    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(--primary--color) 0%, var(--purple--color) 100%) !important;
    color: var(--primary--color);
    width: 18px;
    height: 18px;
}

.testimonials-con .owl-dots button span {
    background-color: #e3d6d2;
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

.testimonials-con h6 {
    font-weight: 700;
    margin-bottom: 4px;
}

.element2 {
    top: 210px;
    left: 117px;
}

.element1 {
    bottom: 115px;
    right: 145px;
}

/* MULTIPLE LANGUAGE BOX */
.multiple-language-con .language-box {
    background-color: var(--secondary--color);
    border-radius: 15px;
    width: 153px;
    padding: 25px 20px 20px;
    box-shadow: 0 9px 56px rgb(0 0 0 / 4%);
    text-align: center;
    border: 1px solid transparent;
    transition: 0.6s ease-in-out;
}

.multiple-language-con .owl-item,
.multiple-language-con .item {
    border-radius: 15px;
}

.multiple-language-con .language-box:hover {
    border: 1px solid var(--accent--color);
    border-radius: 15px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.multiple-language-con .owl-carousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 54px;
}

.multiple-language-con .owl-carousel .owl-item img {
    width: auto;
}

.multiple-language-con .language-box figure {
    margin: 0 auto 15px;
    text-align: center;
}

.multiple-language-con .language-box figure img {
    text-align: center;
    margin: 0 auto;
}

.multiple-language-con .language-box span {
    color: var(--black--color);
}

.multiple-language-con .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.multiple-language-con .owl-carousel .owl-nav button i {
    font-size: 18px;
}

.multiple-language-con .owl-carousel .owl-nav button i:hover {
    color: var(--accent--color);
}

.multiple-language-con .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -35px;
    top: 41%;
    color: var(--black--color);
}

.multiple-language-con .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -35px;
    top: 41%;
    color: var(--black--color);
}

.multiple-language-con .owl-carousel .owl-nav button:focus,
.multiple-language-con .owl-carousel .owl-nav button:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

/* .multiple-language-con .owl-carousel .owl-nav button {
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    border: none;
    background-color: var(--navy--family--color);
} */

/* Owl Carousel Fix for Firefox and Keep Arrows */
/* Prevent extra right margin in Firefox */
.multiple-language-con .owl-carousel .owl-stage {
    display: flex !important;
    flex-wrap: nowrap;
}

/* Optional: ensure items don’t overflow in Firefox */
.multiple-language-con .owl-carousel .owl-stage-outer {
    overflow: hidden;
}



/* PRICING PLAN SECTION */
.pricing-plan-con {
    background-image: url(../images/pricing-plan-bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-plan-con .pricing-box {
    background-color: var(--secondary--color);
    padding: 46px 45px;
    border-radius: 25px;
    transition: ease-in-out 0.6s;
    box-shadow: 0 9px 56px rgb(0 0 0 / 4%);
    border: 1px solid transparent;
}

.pricing-plan-con .pricing-box p {
    margin-bottom: 18px;
    line-height: 22px;
}

.pricing-plan-con ul {
    margin-bottom: 28px;
}

.pricing-plan-con ul li {
    padding-left: 30px;
    margin-bottom: 7px;
    color: var(--black--color);
    font-weight: 400;
}

.pricing-plan-con ul li:last-child {
    margin-bottom: 0;
}

.pricing-plan-con ul li i {
    color: var(--black--color);
    position: absolute;
    left: 0;
    top: 4px;
}

.generic-price span.starting-at {
    font-size: 16px;
    margin-bottom: 4px;
    color: var(--black--color);
    font-weight: 500;
}

.generic-price sup {
    font-size: 24px;
    top: -14px;
    color: var(--accent--color);
}

.generic-price span.price-text {
    font-size: 54px;
    line-height: 60px;
    color: var(--accent--color);
    font-weight: 600;
}

.generic-price span.per-month {
    font-size: 24px;
    color: var(--text--color);
}

.generic-price {
    margin-bottom: 16px;
}

.pricing-box:hover .generic-price span.price-text,
.pricing-box:hover .generic-price sup,
.pricing-box:hover ul li i {
    color: var(--primary--color);
}

.pricing-box:hover .generic-price span.per-month {
    color: var(--black--color);
}

.pricing-box:hover {
    transform: translateY(-4px);
    box-shadow: 2px 3px 48px rgb(0 0 0 / 10%);
    border: 1px solid var(--accent--color);
}

.pricing-plan-con .element3 {
    right: 207px;
    top: 79px;
}

.pricing-plan-con .element4 {
    left: 39%;
    bottom: 127px;
}

.pricing-plan-con .plan-content figure img {
    margin-bottom: 30px;
}

.pricing-plan-con .elementary_btn {
    min-width: 151px;
    height: 48px;
    line-height: 48px;
}

.pricing-plan-con .pricing-box:hover .elementary_btn {
    background-image: linear-gradient(to left, var(--primary--color) 0%, var(--purple--color) 100%);
}

.pricing-plan-con .pricing-box:hover .elementary_btn:hover {
    background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%);
}

.pricing-plan-con .heading-title-con p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 28px;
}

.pricing-grid-con {
    display: grid;
    grid-template-columns: 374px 374px;
    gap: 38px;
}

.pricing-plan-con .heading-title-con ul li {
    padding-left: 30px;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 18px;
}

.pricing-plan-con .heading-title-con h2 {
    margin-bottom: 17px;
}

/* WHY CHOOSE US SECTION */
.why-choose-us-con {
    background-image: url(../images/whychoose-us-bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-us-con .choose-box {
    background-color: var(--secondary--color);
    padding: 40px 37px 27px;
    border-radius: 25px;
    transition: ease-in-out 0.6s;
    box-shadow: 0 9px 56px rgb(0 0 0 / 4%);
    border: 1px solid transparent;
}

.why-choose-us-con .choose-box img {
    margin-bottom: 26px;
}

.why-choose-us-con .choose-box h5 {
    font-weight: 600;
    margin-bottom: 13px;
}

.why-choose-us-con .choose-box p {
    margin-bottom: 14px;
}

.why-choose-us-con .choose-box a {
    font-size: 13px;
    color: var(--black--color);
}

.why-choose-us-con .choose-box:hover {
    transform: translateY(-4px);
    box-shadow: 2px 3px 48px rgb(0 0 0 / 10%);
    border: 1px solid var(--accent--color);
}

.why-choose-us-con .choose-box:hover a {
    color: var(--accent--color);
}

.why-choose-us-con .choose-box:hover a:hover {
    color: var(--primary--color);
}

.why-choose-us-con .row {
    margin-bottom: 50px;
}

.element6 {
    top: 118px;
    right: 114px;
}

.element5 {
    bottom: 142px;
    left: 161px;
}

/* HOW IT WORKS SECTION */
.how-it-works-con .lower-side span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    height: 71px;
    border-radius: 100%;
    background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%);
    font-size: 28px;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 23px;
}

.how-it-works-con .upper-side {
    padding: 36px 37px 0;
    border-radius: 25px;
    margin-bottom: 35px;
}

.how-it-works-con .upper-side.blue {
    background-color: var(--light--blue--color);
}

.how-it-works-con .upper-side.grey {
    background-color: var(--light--grey--color);
}

.how-it-works-con .upper-side.purple {
    background-color: var(--light--purple--color);
}

/* PROJECTS SECTION */
.voice-card {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.voice-card img.img-fluid.voice {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.voice-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 25px;
}

.voice-card .wave-icon {
    position: absolute;
    top: 33px;
    left: 32px;
}

.voice-card .play-btn {
    /* font-size: 30px; */
    /* color: var(--secondary--color); */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 5;
}

.voice-card .caption {
    color: var(--secondary--color);
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    position: absolute;
    bottom: 34px;
    left: 32px;
    right: 32px;
    margin: 0 auto;
}

.recent-projects-con .col-lg-12 {
    padding: 0;
    margin-bottom: 30px;
}

.recent-projects-con .row {
    margin-bottom: 60px;
}

/* SUB BANNER SECTION */
/* breadcrumb */

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--accent--color);
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.breadcrumb {
    background-color: transparent;
    padding: 19px 25px;
    min-width: 221px;
    /* border: 1px solid rgb(255 255 255 / 35%); */
    transition: ease-in-out 0.6s;
    border-radius: 26.5PX;
    justify-content: center;
    background-color: var(--secondary--color);

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--black--color);
}

.breadcrumb-item a:hover {
    color: var(--primary--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--black--color);
    content: "/";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    padding: 0 14px;
    font-weight: 600;
}

.sub-banner-inner-con h1 {
    margin-bottom: 29px;
}

.sub-banner-inner-con p {
    margin-bottom: 38px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

/* SERVICES PAGE */
.why-choose-us-con .col-lg-3.col-md-6 {
    margin-bottom: 30px;
}

.why-choose-us-con .col-lg-3.col-md-6:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

/*  */
/* TEAM SECTION */
.our-team-con {
    background-image: url(../images/team-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.our-team-con .team-box .designation {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}

.our-team-con .team-box figure {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    /* transition: ease-in-out 1s; */
}

.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 {
    background-color: var(--accent);
    transform: translateY(-2px);
}

.our-team-con .team-box ul li i {
    width: 44px;
    height: 44px;
    background-image: linear-gradient(to left, var(--accent--color) 0%, var(--primary--color) 100%);
    line-height: 44px;
    color: var(--secondary--color);
    border-radius: 100%;
    transition: ease-in-out 0.5s;
}

.our-team-con .team-box h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.our-team-con .team-box ul li i:hover {
    background-image: linear-gradient(to right, var(--accent--color) 0%, var(--primary--color) 100%);
}

.our-team-con .team-box {
    transition: ease-in-out 0.6s;
    padding-bottom: 20px;
}

.our-team-con .team-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.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;
}

/* ABOUT COMPANY SECTION */
.about-our-company-con {
    background-image: url(../images/abt-company-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.about-our-company-con .white-box {
    border: 1px solid transparent;
    transition: ease-in-out 0.6s;
    padding: 55px;
    background-color: var(--secondary--color);
    box-shadow: 0 9px 56px rgb(0 0 0 / 4%);
    border-radius: 25px;
}

.about-our-company-con .vm-content {
    padding-left: 22px;
}

.about-our-company-con .white-box .vm-content p {
    font-size: 18px;
    line-height: 27px;
}

.about-our-company-con .white-box:hover {
    transform: translateY(-4px);
    box-shadow: 2px 3px 48px rgb(0 0 0 / 10%);
    border: 1px solid var(--accent--color);
}

.about-our-company-con .white-box:hover h4 {
    color: var(--accent--color);
}

.element7 {
    top: 64px;
    right: 116px;
}

.element8 {
    bottom: 87px;
    left: 179px;
}

/*  */
/* ABOUT US PAGE */
.about-us-con .about-us-img-con,
.abt-right-imgz-con {
    gap: 35px;
}

.about-us-con .about-us-img-con img {
    border-radius: 30px;
    transition: ease-in-out 0.6s;
}

.about-us-con .about-us-img-con img:hover {
    transform: translateY(-6px);
}

.about-us-con .about-us-img-con .abt-img2 {
    padding-left: 30px;
    padding-top: 50px;
}

.about-us-con .about-us-content-con {
    padding-left: 25px;
}

.about-us-con .about-us-content-con h2 {
    margin-bottom: 18px;
}

.about-us-con .about-us-content-con p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.about-us-con .about-us-content-con ul {
    margin-bottom: 32px;
}

.about-us-con .about-us-content-con ul li {
    font-size: 18px;
    font-weight: 500;
    color: var(--black--color);
    line-height: 27px;
    padding-left: 30px;
    margin-bottom: 8px;
}

.about-us-con .about-us-content-con ul li i {
    color: var(--black--color);
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
}

/*  */
/* CONTACT INFO SECTION */

.contact-info-box {
    transition: ease-in-out 0.6s;
    padding: 40px 37px 40px;
    background-color: var(--secondary--color);
    box-shadow: 0 9px 56px rgb(0 0 0 / 4%);
    border-radius: 25px;
    border: 1px solid transparent;
}

.contact-info-con .contact-info-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--accent--color);
}

.contact-info-con .contact-info-box figure {
    margin-bottom: 27px;
    transition: ease-in-out 0.5s;
}

.contact-info-con .contact-info-box h5 {
    margin-bottom: 11px;
    font-weight: 600;
    transition: ease-in-out 0.5s;
}

.contact-info-con .contact-info-box:hover h5 {
    color: var(--accent--color);
}

.contact-info-con .contact-info-box p {
    line-height: 26px;
    font-weight: 500;
}

.contact-info-con .contact-info-box a {
    color: var(--text--color);
    font-weight: 500;
    align-self: flex-start;
}

.contact-info-con .contact-info-box a:hover {
    color: var(--primary--color);
}

.contact-form-con {
    background-image: url(../images/contact-form-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form-con #contactpage span.error {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
    padding-left: 14px;
    color: var(--primary--color);
    text-align: left;
}

.contact-form-con form ul li {
    float: left;
    width: 32%;
    margin-right: 28px;
    margin-bottom: 30px;
}

.contact-form-con form ul li:nth-child(3) {
    margin-right: 0;
}

.contact-form-con form ul li input {
    width: 100%;
    padding: 11px 30px;
    background-color: var(--secondary--color);
    height: 58px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    color: var(--text--color);
    border-radius: 29px;
    box-shadow: 0 9px 56px rgb(0 0 0 / 4%);
}

.contact-form-con form ul li input::placeholder,
.contact-form-con form ul li textarea::placeholder {
    color: var(--text--color);
}

.contact-form-con form ul li:last-child {
    width: 100%;
}

.contact-form-con form ul li textarea {
    height: 150px;
    padding: 20px 30px;
    background-color: var(--secondary--color);
    border: none;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: var(--text--color);
    float: left;
    /* border: 2px solid transparent; */
    border-radius: 15px;
    box-shadow: 0 9px 56px rgb(0 0 0 / 4%);
}

.contact-form-con form ul li textarea::placeholder {
    color: var(--text--color);
}

.contact-form-con form ul li:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
}

.contact-form-con form ul li input:focus-visible,
.contact-form-con form ul li textarea:focus-visible {
    border: none;
    outline: none;

}

.contact-form-con form ul li input:focus,
.contact-form-con form ul li textarea:focus {
    border: 1px solid var(--accent--color);
    box-shadow: 0 1px 8px rgb(60 176 242 / 40%);
}

button.primary_btn {
    border: none;
    box-shadow: none;
    cursor: pointer;
}

/* map section */
.contact-map-con iframe {
    height: 546px;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    margin-bottom: -8px;
    pointer-events: none;
    border-radius: 0;
    border: none;
}

.contact-map-con iframe:hover {
    filter: none;
}

/* PRIVACY POLICY PAGE */
.privacy-policy-content-con .main-container {
    padding: 0 15px;
}

.privacy-policy-content-con h2 {
    margin-bottom: 25px;
}

.privacy-policy-content-con h4 {
    margin-bottom: 18px;
}

.privacy-policy-content-con p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
}

/* 404 page styling start here */
.coming-soon-con,
.error-section {
    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-image: linear-gradient(to right, rgba(60, 176, 242, 0.2) 0%, rgba(125, 100, 248, 0.2) 100%); */
    background-image: url(../images/banner-bg-img.png);
    /* color: rgb(60, 176, 242);
    color: rgb(125, 100, 248); */
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 30px;
    color: var(--black--color);
}

.error-con h2 i {
    font-size: 130px;
    line-height: 140px;
    color: var(--accent--color);
}

.error-con h4 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 18px;
    color: var(--black--color);
}

.error-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    color: var(--text--color);
}

.error-con .primary_btn {
    min-width: 220px;
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 35px;
}

.coming-soon-con h1 {
    margin-bottom: 30px;
    font-size: 85px;
    line-height: 95px;
    text-transform: uppercase;
    color: var(--black--color);
}

.coming-soon-con h3 {
    margin-bottom: 20px;
    font-size: 34px;
    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 13px;
    min-height: 133px;
    min-width: 133px;
    /* background-color: var(--accent--color); */
    background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%);
    padding: 20px 16px;
    color: var(--secondary--color);
    font-size: 22px;
    font-weight: 400;
    border-radius: 20px;
}

.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: 60px;
    line-height: 65px;
    border-radius: 10px;
    font-weight: 600;
}

.compaign_countdown {
    margin: 0 auto;
    width: 70%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    background-image: url(../images/banner-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login-form .login-form-title {
    margin-bottom: 40px;
}

.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: var(--secondary--color);
}

.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    color: var(--black--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: 100px;
    background: transparent;
    color: var(--text--color);
    border: 1px solid rgb(24 26 23 / 10%);
}

.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--accent--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: none;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
    color: var(--secondary--color);
    background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%);
    transition: all 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
    color: var(--secondary--color);
    background-image: linear-gradient(to left, var(--primary--color) 0%, var(--purple--color) 100%);
}

.login-form .login-card .forgot-password {
    color: var(--primary--color);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
}

.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 18px;
    color: var(--accent--color);
    text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
}

.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}

.login-form .form_style::placeholder {
    color: var(--createform-border-color);
    opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
    color: var(--createform-border-color);
}

.login-form .form_style::-ms-input-placeholder {
    color: var(--text--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;
}

.owl-item,
.item,
.owl-stage {
    display: flex;
}

.inner-pricing-col {
    display: flex;
}