/** Custom CSS **/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a,
a:hover {
    text-decoration: none;
    transition: 0.2s all;
    cursor: pointer;
}

a {
    text-decoration: none !important;
    color: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Neue Montreal';
    font-weight: 400;
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

/**====================================
Common Styles
====================================**/
/* ******Font sizes ******* */
/* ************************ */
h1 {
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    color: #6A56E5;
}

h2 {
    font-size: 54px;
    font-weight: 500;
    line-height: 1.3;
    color: #1C1757;
}

h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    color: #6A56E5;
}

h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    color: #1C1757;
}

h6 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}
.fs-22{
    font-size: 22px;
    line-height: 1.3;
    color:#26253B;
}
.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
    line-height: 1.2;
}
.fs-36{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
}
/* ****** Colors ******* */
/* ******************* */
.extradark-violet {
    color: #2A0661;
}

.dark-ash {
    color: #26253B;
}

.btn-bg-violet {
    z-index: 1;
    position: relative;
    background-color: #6A56E5;
    color: white;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.btn-bg-violet::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(106, 86, 229);
    background: linear-gradient(90deg, rgba(106, 86, 229, 1) 0%, rgba(252, 121, 252, 1) 100%);
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: -1;
}

.btn-bg-violet:hover::after {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.btn-bg-violet:hover {
    color: white;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 4px 15px rgba(111, 84, 221, 0.25);
}

/* ****** Styles ******* */
/* ******************* */
.container {
    max-width: 1420px;
    padding: 0 30px;
}

.common-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nav-bttn {
    padding: 9px 25px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100px;
    margin: 5px;

}


.lg-bttn {
    width: 300px;
    height: 66px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.swipe_bttn {
    width: 185px;
    height: 55px;
    border-radius: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1C1757;
    z-index: 1;
    position: relative;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.swipe_bttn span {
    background-color: #F5F4FD;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.swipe_bttn::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(106, 86, 229);
    background: linear-gradient(90deg, rgba(106, 86, 229, 1) 0%, rgba(252, 121, 252, 1) 100%);
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: -1;
}

.swipe_bttn:hover::after {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.swipe_bttn:hover {
    color: white;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 4px 15px rgba(111, 84, 221, 0.25);
}

.swipe_bttn:hover span svg path {
    fill: #FC79FC;
    transition: 0.3s ease-in-out;
}

.carousal_section .carousal_head .swipe_bttn {
    width: 196px;
    height: 70px;
    background-color: #F5F4FD;
    font-size: 24px;
    justify-content: start;
    padding-left: 16px;
}

.carousal_section .carousal_head .swipe_bttn span {
    background-color: #2A0661;
    width: 45px;
    height: 45px;
    margin-left: 0;
    margin-right: 13px;
}

.carousal_section .carousal_head .swipe_bttn:hover span svg path {
    fill: #6A56E5;
}

.carousal_section .carousal_head .swipe_bttn:hover span {
    background-color: white;
    transition: 0.3s ease-in-out;
}

/**====================================
Header
====================================**/
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-content .navbar {
    padding: 35px 0;
}

.header-content .container {
    display: flex;
}

.header-content .collapse {
    display: flex;
    justify-content: end;
}

.header-content .navbar-brand figure {
    max-width: 277px;
}

.header-content .nav-bttns {
    border: 2px solid #FC79FC;
    margin-left: 22px;
    border-radius: 100px;
    box-shadow: 0px 2px 15px 0px rgba(252, 121, 252, 0.75);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(252, 121, 252, 0.75);
    -moz-box-shadow: 0px 2px 15px 0px rgba(252, 121, 252, 0.75);
}

.header-content .navbar-nav .nav-item {
    padding: 0 16px;
}

.header-content .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    font-weight: 500;
    color: #26253B;
    position: relative;
}

.header-content .navbar-nav .nav-item .nav-link::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #6A56E5;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease-in-out;

}

.header-content .navbar-nav .nav-item .nav-link:hover {
    color: #6A56E5;
    transition: 0.3s ease-in-out;
}

.header-content .navbar-nav .menu-item.current-menu-item .nav-link::after {
    width: 80%;
}

@media (max-width:991px){
    .header-content .navbar-nav .menu-item.current-menu-item .nav-link::after {
       width: 100%;
}
}

.header-content .navbar-nav .nav-item .nav-link:hover::after {
    width: 80%;
    transition: 0.3s ease-in-out;
}

.trail-btn {
    border: 1px solid #26253B;
    margin-right: 32px;
    transition: 0.3s ease-in-out;
}

.trail-btn:hover {
    color: #6A56E5;
    border-color: #6A56E5;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 4px 15px rgba(111, 84, 221, 0.25);
}

/**====================================
Page Content Unavailable
====================================**/
.page-content-unavailable {
    margin-top: 150px;
    margin-bottom: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-content-unavailable .text-gradient {
    line-height: 2;
}

/**====================================
Banner
====================================**/
.banner-section {
    padding: 200px 0 160px;
    background-image: url('../images/banner-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1352px) and (min-width: 992px) {
    .banner-section {
        padding: 160px 0 130px;
    }
}

@media (min-width:991px) {
    .banner-section .container {
        margin-top: 20px;
    }
}

.person-logo {
    width: 75px;
    transition: 0.3s ease-in-out;
}

.person-logo:hover {
    scale: 1.1;
    transition: 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .banner-section .banner-col-text {
        padding-top: 45px;
    }

}

.banner-section .banner-col-text p {
    margin-top: 20px;
    line-height: 1.7;
}

.banner-section .banner-col-image .toolbar-image {
    position: relative;
    z-index: 0;
    margin-right: 60px;
}

.banner-section .banner-col-image .toolbar-image figure {
    max-width: 472px;
    position: relative;
}

.banner-section .banner-col-image .toolbar-image figure::before,
.banner-section .banner-col-image .toolbar-image figure::after {
    position: absolute;
    content: '';
    max-width: 281px;
    width: 100%;
    height: 281px;
    left: -133px;
    top: -54px;
    background-image: url('../images/Ellipse1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    mix-blend-mode: color-burn;
    z-index: -1;
}

.banner-section .banner-col-image .toolbar-image figure::after {
    max-width: 209px;
    height: 209px;
    right: -100px;
    top: 201px;
    left: auto;
    background-image: url('../images/Ellipse2.png');
}

.play-pause-btn.banner-button::before {
    display: none;
}

.banner-content .row .section-right {
    display: flex;
    align-items: center;
}

@media(max-width: 991px) {
    .banner-content .row .section-right {
        justify-content: center;
    }

    .person-logo-wrapper {
        display: none;
    }

    .banner-title-text br {
        display: none;
    }

    .banner-title-text {
        margin-bottom: 16px;
        display: inline-block;
    }
}

@media(max-width: 1400px) {
    .banner-content .row .section-right {
        align-items: baseline;
    }
}


.takeoff_arrow {
    width: 13px;
    margin-left: 15px;
    transition: 0.3s ease-in-out;

}

.playbutton-text {
    background-color: #6557de;
    padding: 10px 15px;
}

.playbutton-text span {
    color: white;
    font-weight: 500;
}

@media (max-width: 575px) {
    .playbutton-text span {
        font-size: 14px;
    }
}

#playPauseBtn2 {
    background: none;
    box-shadow: none;
}

.banner-bttns a+a {
    margin-left: 30px;
}

.banner_trans_button {
    background-color: #f1eeff;
    border: 1px solid #6A56E5;
    color: #6A56E5;
    transition: 0.3s ease-in-out;
}

.banner_trans_button svg path {
    stroke: #6A56E5;
    transition: 0.3s ease-in-out;
}

.banner_trans_button:hover {
    background-color: #6A56E5;
    border: 1px solid #6A56E5;
    color: white;
    box-shadow: 0px 4px 15px rgba(111, 84, 221, 0.25);
    transition: 0.3s ease-in-out;
}

.banner_trans_button:hover svg path {
    stroke: white;
    transition: 0.3s ease-in-out;

}

.lg-bttn:hover .takeoff_arrow {
    scale: 1.1;
    transition: 0.3s ease-in-out;
}

.floating_logo figure {
    width: 69px;
}

.floating_logo {
    position: fixed;
    left: 2%;
    bottom: 18%;
    z-index: 20;
}

/**====================================
Video Section
====================================**/
.video-container {
    position: relative;
}

.unmute-button,
.mute-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
    z-index: 10;
    background: transparent;
}

.mute-button {
    display: none;
}

.unmute-button img,
.mute-button img {
    width: 30px;
    height: auto;
}

.hide {
    display: none !important;
}

/**====================================
Web Accessibility
====================================**/
.web_accessibility {
    padding: 65px 0;
}

@media (max-width: 575) {
    .web_accessibility {
        padding: 40px 0;
    }

}

.web_accessibility .web_contents h3 {
    padding-bottom: 40px;
}

.web_accessibility .web_contents h5 {
    font-size: 29px;
    line-height: 1.6;
}

.web_accessibility .web_contents .web_col_text {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

/**====================================
Usability
====================================**/
.usability_section {
    padding: 155px 0;
    background-image: url('../images/light_gradient_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.usability_section .usability_contents h2 {
    padding-bottom: 80px;
}

.usability_section .usability_contents .points_content ul li p {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.7;
    color: #1C1757;
    padding-left: 57px;
}

.usability_section .usability_contents .points_content ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    overflow: hidden;
}

.usability_section .usability_contents .points_content ul li {
    position: relative;
    flex: 1 1 45%;
    padding-bottom: 30px;
}

.usability_section .usability_contents .points_content ul li::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 25px;
    height: 25px;
    z-index: 20;
    background-image: url('../images/tick.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.usability_section .usability_contents .points_content ul li::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 30px;
    width: 1px;
    height: 100%;
    background-color: #D0C9ED;
}

/**====================================
Carousal Section
====================================**/
.carousal_section .carousal_content .item {
    padding: 55px 42px 45px 60px;
    background: #F5F4FD;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 440px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.carousal_section .carousal_content .item:hover {
    border: 1px solid #6A56E5;
    transition: 0.3s ease-in-out;
}

.carousal_section .carousal_content .item:hover h5 {
    color: #6A56E5;
    transition: 0.3s ease-in-out;
}

.carousal_section .carousal_content .owl-carousel {
    margin-top: 90px;
}

.carousal_section .carousal_content .item .item_content h5 {
    padding-bottom: 20px;
    transition: 0.3s ease-in-out;
}

.carousal_section .carousal_content .item .item_content p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #1C1757;
}

.carousal_section .carousal_content .item .item_content .item_text_content {
    margin-bottom: 30px;
}

.carousal_section .carousal_content .item .item_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/**====================================
Benefits section
====================================**/
.benefits_section {
    padding: 200px 0;
}

.benefits_section .benefits_content {
    padding: 80px 145px;
    background-image: url('../images/benefits_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.benefits_section .benefits_content .star_points {
    display: flex;
    justify-content: end;
}

.benefits_section .benefits_content .star_points .star_text {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 32px;
    color: #1C1757;
}

.benefits_section .benefits_content .star_points .star_content {
    padding: 16px 0;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #c8d7ff; */
    position: relative;
    /* mix-blend-mode: color-burn; */
}

.benefits_section .benefits_content .star_points .star_content::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #c8d7ff;
    mix-blend-mode: color-burn;

}

.benefits_section .benefits_content .star_points .star_content:last-child {
    border-bottom: 0;
}

/**====================================
Plan section
====================================**/
.plan_section {
    background-color: #F6F5FF;
    padding: 160px 0;
}

.plan_section .plan_content h2 {
    padding-bottom: 30px;
}

.plan_section .plan_content p {
    line-height: 1.7;
    color: #8882AF;
}

.plan_section .plan_form .form-container .input-group {
    margin-bottom: 50px;
    text-align: left;
}

.input-group input {
    color: black !important;
}

.input-group input,
.input-group input::placeholder {
    color: #8882AF;
    font-size: 24px !important;
    font-weight: 400 !important;
}

.plan_section .plan_form .form-container .input-group input {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    padding-bottom: 20px;
    background: transparent;
}

.plan_section .plan_form .form-container .input-group input:focus {
    border-color: #007bff;
}

.plan_section .plan_form .form-container .submit_bttn {
    background-color: white;
    color: #2A0661;
    width: 202px;
    height: 69px;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan_section .plan_form .form-container .submit_bttn span svg path {
    stroke: #2A0661;
    transition: 0.3s ease-in-out;
}

.plan_section .plan_form .form-container .submit_bttn span svg {
    width: 13px;
}

.plan_section .plan_form .form-container .submit_bttn::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(106, 86, 229);
    background: linear-gradient(90deg, rgba(106, 86, 229, 1) 0%, rgba(252, 121, 252, 1) 100%);
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: -1;
}

.plan_section .plan_form .form-container .submit_bttn:hover::after {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.plan_section .plan_form .form-container .submit_bttn:hover {
    color: white;
    transition: 0.3s ease-in-out;
}

.plan_section .plan_form .form-container .submit_bttn:hover span svg path {
    stroke: white;
    transition: 0.3s ease-in-out;
}

.plan_section .plan_form .form-container .submit_bttn:hover span svg {
    width: 16px;
}

/**====================================
Footer
====================================**/
footer {
    background: #080131;
    background-image: radial-gradient(circle at 33% 116%, #210648, transparent 36%), radial-gradient(circle at 77% -3%, #210648, transparent 32%);
    padding: 130px 0 75px;
}

footer .footer_content .footer_logo_content .footer_logo figure {
    max-width: 334px;
}

footer .footer_content .footer_logo_content p {
    padding-top: 60px;
    color: #7B71A9;
}

footer .footer_content .footer_logo_content .social_logos {
    margin-top: 40px;
    gap: 38px;
}

footer .footer_content .footer_logo_content .social_logos a svg path {
    transition: 0.3s ease-in-out;
}

footer .footer_content .footer_logo_content .social_logos a:hover svg path {
    fill: #9470ff;
}

footer .footer_content .footer_link_content .footer_link {
    padding: 0 10px;
}

footer .footer_content .footer_link_content .footer_link h6 {
    color: white;
    margin-bottom: 40px;
}

footer .footer_content .footer_link_content .footer_link a {
    line-height: 30px;
    padding: 15px 0;
    color: #7B71A9;
}

footer .footer_content .footer_link_content .footer_link a:hover {
    color: #6F54DD;
}

footer .footer_content .footer_bottom {
    margin-top: 80px;
}

footer .footer_content .footer_bottom .line {
    width: 100%;
    height: 1px;
    background-color: #483c7a;
}

footer .footer_content .footer_bottom p {
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    color: #7B71A9;
    margin-top: 30px;
}

footer .footer_content .footer_logo_content p {
    width: 76%;
}

/**====================================
Feature page styles
====================================**/
.heading1 {
    font-size: 76px;
    font-weight: bold;
    line-height: 1.13;
}

.heading2 {
    font-size: 54px;
    font-weight: 500;
    line-height: 1.27;
}

.feature-banner {
    padding: 193px 0 180px;
    background-image: url(../images/feature_gradient.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-text-gradient {
    background: #6A56E5;
    background: linear-gradient(to top left, #6A56E5 33%, #FC79FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    max-width: 858px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.banner-para {
    max-width: 796px;
    text-align: center;
    margin-bottom: 80px;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.75;
    margin: 0 auto;
    color: #26253B;
}

.featured-para {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.75;
    color: #26253B;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}

video {
    width: 100%;
    display: block;
    cursor: pointer;
    border-radius: 28px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    /* Adjust button size */
    cursor: pointer;
    transition: opacity 0.3s ease;
}

/* ==================================== */
.play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 107px;
    height: 107px;
    background: rgb(0 0 0 / 24%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.play-pause-btn-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.play-pause-btn-inner .playbutton-text {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .play-pause-btn-inner .playbutton-text {
        left: unset;
        top: 100%;
        transform: unset;
    }
}

@media (max-width: 575px) {
    .play-pause-btn-inner .playbutton-text {
        left: unset;
        top: 100%;
        transform: unset;
        padding: 4px 8px;
    }
}

.play-pause-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.play-pause-btn.hidden {
    opacity: 0;
    pointer-events: none;
}

.play-pause-btn::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 17px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 9px solid transparent;
    margin-left: 4px;
}
/* =================================== */

.hide {
    opacity: 0;
    pointer-events: none;
}

.clr-dark-violet {
    color: #2A0661;
}

.profile-cus {
    padding-top: 180px;
}

.profile-cus h2 {
    margin-bottom: 10px;
    text-align: center;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 70px;
}

.card {
    width: calc(33.33% - 24px);
    padding: 35px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
}

.card:hover {
    transform: translateY(-5px);
}

.profile-cus .card .icon {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px;
}

.profile-cus .card .card-text-wrapper {
    max-width: 198px;
}

.purple .icon {
    background-color: #947CFF;
    box-shadow: 4px 4px 10px 3px rgba(148, 124, 255, 0.5);

}

.pink .icon {
    background-color: #CE84F1;
    -webkit-box-shadow: 4px 4px 10px 3px rgba(206, 132, 241, 0.5);
    -moz-box-shadow: 4px 4px 10px 3px rgba(206, 132, 241, 0.5);
    box-shadow: 4px 4px 10px 3px rgba(206, 132, 241, 0.5);
}

.blue .icon {
    background-color: #7092F8;
    -webkit-box-shadow: 4px 4px 10px 3px rgba(112, 146, 248, 0.5);
    -moz-box-shadow: 4px 4px 10px 3px rgba(112, 146, 248, 0.5);
    box-shadow: 4px 4px 10px 3px rgba(112, 146, 248, 0.5);
}

.red .icon {
    background-color: #E78586;
    -webkit-box-shadow: 4px 4px 10px 3px rgba(231, 133, 134, 0.5);
    -moz-box-shadow: 4px 4px 10px 3px rgba(231, 133, 134, 0.5);
    box-shadow: 4px 4px 10px 3px rgba(231, 133, 134, 0.5);
}

.green .icon {
    background-color: #77C78F;
    -webkit-box-shadow: 4px 4px 10px 3px rgba(119, 199, 143, 0.5);
    -moz-box-shadow: 4px 4px 10px 3px rgba(119, 199, 143, 0.5);
    box-shadow: 4px 4px 10px 3px rgba(119, 199, 143, 0.5);
}

.profile-cus .card h3 {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
}

.profile-cus .card p {
    font-size: 13px;
    color: #555;
    text-align: left;
}

.profile-cus .purple {
    background-color: #E8E3FF;
}

.profile-cus .pink {
    background-color: #F8E9FF;
}

.profile-cus .blue {
    background-color: #E3EAFF;
}

.profile-cus .red {
    background-color: #FFF2F2;
}

.profile-cus .green {
    background-color: #E3FDEA;
}


.profile-cus.purple h3 {
    color: #947CFF;
}

.profile-cus .pink h3 {
    color: #CE84F1;
}

.profile-cus .blue h3 {
    color: #7092F8;
}

.profile-cus .red h3 {
    color: #E78586;
}

.profile-cus .green {
    color: #77C78F;
}

.profile-cus .purple:hover {
    border: 1px solid #947CFF;
}

.profile-cus .pink:hover {
    border: 1px solid #CE84F1;
}

.profile-cus .blue:hover {
    border: 1px solid #7092F8;
}

.profile-cus .red:hover {
    border: 1px solid #E78586;
}

.profile-cus .green:hover {
    border: 1px solid #77C78F;
}

.tab_feature {
    padding: 140px 0;
    background-image: url(../images/Feature_tab_gradient.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.tab_feature .tabs-container {
    width: 100%;
    max-width: 100%;
    background: transparent;
    padding: 20px;
    border-radius: 20px;
}

/* Tabs */
.tab_feature .tabs {
    min-height: 98px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 18px;
    border-radius: 100px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(180, 180, 246, 0.5);
    -moz-box-shadow: 5px 5px 15px 5px rgba(180, 180, 246, 0.5);
    box-shadow: 5px 5px 15px 5px rgba(180, 180, 246, 0.5);
}

.tab_feature .tab {
    flex: 1;
    text-align: center;
    padding: 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #555;
    position: relative;
    z-index: 2;
    color: #2A0661;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 300ms ease;
    cursor: pointer;
}

.tab_feature .tab.active {
    color: white;
}

.tab_feature .indicator {
    max-height: 62px;
    height: 100%;
    position: absolute;
    background: #673ab7;
    border-radius: 30px;
    transition: left 300ms ease, width 300ms ease;
    z-index: 1;
}

/* Tab Content */
.tab_feature .tab-content {
    margin-top: 20px;
    padding: 15px;
    background: transparent;
    border-radius: 10px;
    margin-top: 100px;
}

.tab_feature .tab-body {
    display: flex;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    justify-content: space-between;
}

.tab_feature .tab-body.active {
    display: flex;
    opacity: 1;
}

.tab_feature .tab img {
    margin-right: 6px;
}

.tab_feature .tab .light-icon {
    display: none;
    /* Hide light icon by default */
}

.tab_feature .tab.active .light-icon {
    display: inline-block;
    /* Show light icon when active */
}

.tab_feature .tab.active .dark-icon {
    display: none;
    /* Hide dark icon when active */
}

.gradient-text-tab {
    background: linear-gradient(to right, #6A56E5 0%, #FC79FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mic-wrapper {
    width: 64px;
    height: 64px;
    position: relative;
    margin-left: 20px;
}

.mic-wrapper img {
    width: 64px;
    height: 64px;
    position: relative;
    z-index: 1;
}

.pulse-ring {
    content: '';
    width: 64px;
    height: 64px;
    background: white;
    border: 5px solid white;
    border-radius: 50%;
    position: absolute;
    animation: pulsate infinite 1.5s;
    opacity: .5;
    top: 15%;
}

.pulse-ring.delay {
    animation-delay: 1s;
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3, 1.3);
        opacity: 0;
    }
}

.clr-violet {
    color: #6A56E5;
}

.tab-text-part p {
    font-size: 20px;
    line-height: 1.75;
    max-width: 481px;
}

.tab-points li span {
    font-size: 26px;
    color: #7571CC;
    font-weight: normal;
    margin-right: 40px;
}

.tab-points {
    max-width: 100%;
    width: 100%;
    margin-top: 22px;
}

.tab-points li {
    display: flex;
    padding: 22px 0;
    border-bottom: 1px solid rgba(106, 86, 229, 0.5);
}

.tab-points li:last-child {
    border-bottom: none;
}

.mt-30 {
    margin-top: 30px;
}

.tab-content .tab-video-part {
    max-width: 45%;
    position: relative;
    width: 100%;
    margin-left: 30px;
}

.tab-video-part video {
    height: 100%;
}

.tab-video-part .video-container {
    margin-top: 0;
}

.tab-content .tab-text-part {
    width: 51%;
}

.additional-feature {
    padding: 180px 0;
}

.additional-feature h2 {
    max-width: 657px;
    text-align: center;
    margin: auto;
    margin-bottom: 80px;
}

.additional-feature .icon {
    width: 78px;
    height: 78px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.additional-feature .card-wrapper {
    max-width: 292px;
}

.additional-feature .feature-contact {
    padding: 79px 114px;
    margin-top: 180px;
    border-radius: 5px;
}

.additional-feature .feature-contact {
    background-image: url(../images/contact-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-contact .contact-text {
    max-width: 489px;
    margin-right: 150px;
}

.contactbtn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactbtn-wrapper .swipe_bttn span {
    background-color: #2A0661;
    width: 45px;
    height: 45px;
    margin-left: 0;
    margin-right: 13px;
}

.contactbtn-wrapper .swipe_bttn {
    width: 274px;
    height: 70px;
    background-color: #F5F4FD;
    font-size: 24px;
    justify-content: start;
    padding-left: 16px;
}


/**====================================
Demo page styles
====================================**/
.heading6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}

.demo-form {
    background-image: url(../images/demoform-bg.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
    width: 100%;
    display: flex;
    margin-top: 113px;
}

.demo-form .form-section {
    padding: 70px 75px 48px 56px;
    position: relative;
    background: #FBFAFF;
    border: 1px solid #8F7EDB;
    box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 9px;
    border-radius: 0 0 10px 10px !important;
}

.demo-form .form-btn {
    width: 32%;
    margin-right: 4%;
}

.demo-form .form-sections {
    width: 64%;
}

.demo-form .form-btn ul li button {
    padding: 25px;
    margin-bottom: 24px;
    background: #6A56E5;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    color: white;
    position: relative;
    cursor: pointer;
    width: 100%;
    border: unset;
}

.demo-form .form-btn ul li button.active {
    background: linear-gradient(90deg, rgba(106, 86, 229, 1) 0%, rgba(177, 77, 252, 1) 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.4s ease-in-out;
}


.demo-form .form-btn ul li button img {
    width: 20px;
    height: 27px;
    object-fit: contain;
    margin-right: 16px;
}

.demo-form .animated-icon {
    position: relative;
}

.animated-icon {
    width: 55px;
    height: 55px;
}

.demo-form .form-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.animated-icon img {
    width: 55px;
    height: 55px;
    position: relative;
    z-index: 1;
}

.animated-icon .pulse-ring {
    content: '';
    width: 55px;
    height: 55px;
    background: #E9E6FB;
    border: 5px solid #E9E6FB;
    border-radius: 50%;
    position: absolute;
    animation: pulsate infinite 1.5s;
    opacity: .5;
    top: 0;
}

.form-section .form-data {
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: 15px;
    padding-right: 25px;
    margin-right: 20px;
    margin-top: 25px;
    padding-left: 10px;
}

.form-section .form-data::-webkit-scrollbar {
    width: 15px;
}

.form-section .form-data::-webkit-scrollbar-track {
    background: #E8E3FF;
    border-radius: 2px;
}

.form-section .form-data::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(106, 86, 229, 1) 0%, rgba(177, 77, 252, 1) 100%);
    border-radius: 2px;
}

.form-section .form-data::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(106, 86, 229, 1) 0%, rgba(177, 77, 252, 1) 100%);
}

.form-section .form-data {
    display: flex;
    flex-direction: column;
}


.form-data label {
    font-size: 17px;
    color: #26253B;
    margin-bottom: 8px;
}

.form-data textarea {
    height: 85px;
}

.form-data .custom-select {
    width: 100%;
    padding: 10px;
    height: 46px;
    font-size: 18px;
}

.form-data .custom-select {
    color: #6A56E5;
    background-color: white;
    border: 1px solid #B4AFD3;
    font-weight: 500;
    border-radius: 5px;
}

.form-data input,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 24px;
    border: 1px solid #B4AFD3;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
    height: 46px;
    color: #26253B;
    font-size: 16px;
}

.form-data input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    border: 1px solid #8F7CFF;
}

.custom-select {
    appearance: none;
    background: url('../images/Arrow Down.svg') no-repeat right 15px center;
    background-size: 16px;
}

.form-data textarea {
    resize: none;
}

/* Two Column Layout */
.form-data .form-row {
    display: flex;
    gap: 23px;
}

.form-data .form-group {
    flex: 1;
}

/* Section Headers */
.form-data h3 {
    color: #1C1757;
    margin-top: 32px;
    margin-bottom: 24px;
}

.form-data .form-inner {
    max-height: 100%;
    height: 100%;
}

.upload-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #a09cad;
    background: white;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    height: 46px;
}

.upload-btn img {
    width: 18px;
    height: 18px;
}

/* Date Input */
.date-input {
    position: relative;
    width: 100%;
}

.calendar-icon {
    position: absolute;
    right: 10px;
    top: 35%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-inner .submit-btn {
    max-width: 230px;
    height: 46px;
    font-size: 18px;
    color: white;
    font-weight: 400;
    display: flex;
    background: #6A56E5;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 0;
    width: 100%;
}

.form-section {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.form-section.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.active-arrow {
    width: 21px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.demo-form .form-btn ul li button.active .active-arrow {
    display: block;
}

.form-section .form-label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.form-section .form-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.form-section .heading6 {
    display: flex;
    flex-direction: column;
}

.form-section .checkbox-group {
    background: #f4f0ff;
    padding: 16px;
    margin-top: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}

.form-section .checkbox-label {
    display: flex;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}

.form-section .checkbox-label input {
    margin-top: 5px;
    margin-right: 8px;
    width: 15px;
    height: 15px;
    accent-color: #6A56E5;
    border: 1px solid #6A56E5 !important;
}

.form-detail2 label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    padding: .5em .25em;
    margin: 0 .25em;
    transition: all .2s ease-in-out;
    z-index: 100;
    color: rgba(0, 0, 0, 0.7) !important;
}

.questions label {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
}

.form-data .field {
    position: relative;
    margin-top: 16px;
    display: flex;
    width: 100%;
}

.form-detail2 input,
textarea {
    margin-bottom: 0 !important;
    background: #FBFAFF !important;
}

.form-detail2 .field {
    margin-bottom: 24px;
}

.form-detail2 .populated-input label,
.form-detail2 .focus-active label {
    top: 0;
    background: #FBFAFF;
    font-size: 15px;
    color: #26253B !important;
}

.form-detail2 .checkbox-label {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
}

.form-detail2 .populated-input input,
.form-detail2 .focus-active input {
}


.demo-form .accordion-container {
    max-width: 100%;
    margin: 0 auto;
}

.demo-form .accordion-item {
    margin-bottom: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.demo-form .accordion-header {
    cursor: pointer;
    position: relative;
    padding: 25px;
    background: #6A56E5;
    border-radius: 10px 10px 10px 10px;
    font-size: 20px;
    font-weight: 500;
    color: white;
    z-index: 10;
}

.demo-form .accordion-item {
    border-radius: 10px;
}

.demo-form .accordion-header.active {
    background: linear-gradient(90deg, rgba(106, 86, 229, 1) 0%, rgba(177, 77, 252, 1) 100%);
    border-radius: 10px 10px 0 0;
}

.demo-form .accordion-header::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url('../images/accordian-plus.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
}

.demo-form .accordion-header.active::after {
    background-image: url('../images/accordian-minus.svg');
    height: 2px;
}

.demo-form .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    background-color: white;
    transform: translateY(-100%);
    opacity: 0;
}

.demo-form .accordion-content .accordion-content-inner {
    height: 100%;
}

.demo-form .accordion-item.active .accordion-content {
    max-height: 1000px;
    transform: translateY(0);
    opacity: 1;
}

.demo-form .accordion-header img {
    margin-right: 16px;
}


.accordion-container .form-section {
    transform: translateY(0px);
    border-radius: 0px;
}

.forms-demo-banner .demo-form-mobile {
    display: none;
}

.owl-carousel-tab {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.owl-carousel-tab .owl-stage {
    display: flex;
    width: 100% !important;
}

.owl-carousel-tab .owl-item {
    flex: 0 0 auto;
    width: auto;
    float: none;
}

/* Additional styles to ensure proper layout */
.owl-carousel-tab .item {
    width: 100%;
}

/* Ensure carousel container has proper width */
.features-section .container {
    overflow: hidden;
    width: 100%;
}

/* Add some basic styling for the carousel navigation */
.owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: -20px;
    max-width: 96px;
    gap: 12px;
    right: 5%;
}

.owl-prev,
.owl-next {
    background: none !important;
    border: none !important;
}

.owl-carousel-tab .owl-nav button span {
    display: none !important;
    /* Hides the default arrows */
}

/* Ensure carousel items have equal height */
.owl-carousel-tab .owl-stage-outer {
    overflow: hidden;
}

.owl-carousel-tab .owl-prev {
    background: url("../images/owl-previous.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 42px !important;
    height: 42px !important;
}

.owl-carousel-tab .owl-next {
    background: url("../images/owl-next.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 42px !important;
    height: 42px !important;
}

.text-carousal h3 {
    font-size: 29px;
    font-weight: 500;
    line-height: 1.38;
}

.italic-20 {
    font-size: 20px;
    font-style: italic;
    line-height: 1.75;
    color: #26253B;
}

.text-carousal p {
    margin-top: 24px;
}

.text-carousal span {
    font-size: 20px;
    font-weight: 500;
    margin-top: 32px;
    display: flex;
    color: #2A0661;
}

.text-carousal h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 24px;
    color: #6A56E5;
}

.faq-banner h1 {
    max-width: 582px !important;
}

.faq {
    background-image: url(../images/faq-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
    width: 100%;
    display: flex;
    margin-top: 113px;
}

.small-faq {
    margin-top: 0;
}

.faq .accordion-header {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
    background: rgba(246, 244, 253, 0.5) !important;
    border-radius: 5px 5px 0 0;
    padding: 0;
}

.small-faq .accordion-header {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
    background: rgba(246, 244, 253, 0.5) !important;
    border-radius: 5px 5px 0 0;
    padding: 0;
}

.faq .accordion-header .accordion-button.collapsed {
    color: #5B4281;
}

.small-faq .accordion-header .accordion-button.collapsed {
    color: #5B4281;
}

.faq .accordion-container {
    width: 100%;
}

.small-faq .accordion-container {
    width: 100%;
}

.faq .accordion-header .accordion-button {
    color: #6A56E5;
    line-height: 30px;
    padding: 25px;
    font-size: 20px;
    font-weight: 500;
}

.small-faq .accordion-header .accordion-button {
    color: #6A56E5;
    line-height: 30px;
    padding: 25px;
    font-size: 20px;
    font-weight: 500;
}

.accordion-button {
    padding: 0;
    background: transparent;
    border: none;
    background-color: transparent !important;
    box-shadow: none !important;
}


.faq .accordion-body {
    color: #2A0661 !important;
    font-size: 18px;
    padding: 7px 40px 52px 40px;
    background: rgba(246, 244, 253, 0.5) !important;
}

.small-faq .accordion-body {
    color: #2A0661 !important;
    font-size: 18px;
    padding: 7px 40px 52px 40px;
    background: rgba(246, 244, 253, 0.5) !important;
}

.accordion {
    background: rgba(246, 244, 253, 0.5) !important;
    background-color: transparent !important;
}

.accordion .accordion-item {
    background: rgba(246, 244, 253, 0.5) !important;
    background-color: transparent !important;
    border: 0;
}

.demo-form .accordion-content {
    background: transparent;
}

.accordion-body ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 40px;
    color: #2A0661;
}

.accordion-body ul li {
    list-style: disc;
    margin-bottom: 10px;
    color: #2A0661;
}

/* Ensure bullets (dots) are black */
.accordion-body ul li::marker {
    color: black;
}

.faq .accordion-item {
    box-shadow: none;
    margin-bottom: 12px !important;
    border-radius: 5px !important;
}

.small-faq .accordion-item {
    box-shadow: none;
    margin-bottom: 12px !important;
    border-radius: 5px !important;
}

.faq .accordion-body p:first-child {
    margin-top: 0;
}

.small-faq .accordion-body p:first-child {
    margin-top: 0;
}

.faq .accordion-body p {
    margin-top: 24px;
}

.small-faq .accordion-body p {
    margin-top: 24px;
}

.faq .accordion-body a:hover {
    color: #6A56E5;
}

.small-faq .accordion-body a:hover {
    color: #6A56E5;
}

.faq .accordion-header::after {
    display: none;
}

.small-faq .accordion-header::after {
    display: none;
}

.faq .accordion-header.active::after {

    display: none;
}

.small-faq .accordion-header.active::after {

    display: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-minus.svg) !important;
    height: 2px;
}

.accordion-button::after {
    background-image: url(../images/faq-plus.svg) !important;
}

.plugin-wrapper span {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 700;
}

.plugin.code-snippet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #bbb8fc42;
    border-radius: 4px;
    padding: 12px 16px;
    position: relative;
    margin: 8px 0;
    max-width: 664px;
    width: 100%;
}

.plugin.code-snippet pre {
    margin: 0;
    font-family: monospace;
    font-size: 14px;
    color: #333;
    overflow-x: auto;
    width: 100%
}

.plugin.code-snippet code {
    display: block;
    white-space: pre-wrap;
    font-size: 16px;
    font-size: 13px;
    font-weight: 700;
    color: #00000096;
}

.copy-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #6c757d;
    padding: 6px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.copy-btn:hover {
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}

.copy-btn:active {
    transform: scale(0.95);
}

.copy-btn.copied {
    color: #28a745;
}

.error-code {
    font-size: 150px;
    font-weight: bold;

    margin: 0;
    text-align: center;
}

.banner-404 .banner-text-gradient {
    width: 100%;
    max-width: 100%;
}

/* Error message */
.error-message {
    font-size: 20px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

/* Home button */
.home-button {
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #6A56E5;
    /* siteorange */
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    transition: background 0.3s ease;
    margin: 0 auto;
}

.home-button:hover {
    background-color: #6A56E5;
    color: white;
    /* siteblue */
}

.banner-404 {
    padding: 250px 0;
    background-image: url(../images/feature_gradient.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

/**====================================
Support Ticketing
====================================**/

.support-ticketing {
    padding-top: 200px;
    padding-bottom: 100px;
    background-image: url(../images/feature_gradient.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.support-ticketing .wpsc-shortcode-container {
    background-color: white !important;
    border: 1px solid #8F7EDB;
    box-shadow: 5px 5px 50px 0px rgba(143, 126, 219, 0.2);
    border-radius: 17px;
}

#wpsc-container select {
    background-position: right 10px center;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.support-ticketing #wpsc-container input[type=text],
.support-ticketing #wpsc-container textarea,
.support-ticketing #wpsc-container select {
    border: 1px solid #B4AFD3 !important;
    background-color: white !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #26253B !important;
}

.support-ticketing #wpsc-container input[type=text],
.support-ticketing #wpsc-container select {
    max-height: 46px !important;
    min-height: 46px !important;
}

.support-ticketing #wpsc-container input[type=text]:focus,
.support-ticketing #wpsc-container textarea:focus {
    border: 1px solid #B4AFD3 !important;
}

.support-ticketing .wpsc-body {
    padding: 70px;
    border-radius: 50px;
}

.support-ticketing .wpsc-tff .name {
    font-weight: 500;
    color: #1C1757;
    font-size: 18px;
}

.support-ticketing .wpsc-tff .extra-info {
    font-size: 13px;
    margin-bottom: 8px;
}

.text-gradient {
    background: #6A56E5;
    background: linear-gradient(to top left, #6A56E5 33%, #FC79FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.support-ticketing h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}

.support-ticketing .category,
.support-ticketing .priority {
    width: 50% !important;
}

.support-ticketing .wpsc-ct-actions {
    display: flex;
    margin-top: 20px;
    gap: 17px;
}

.support-ticketing .wpsc-button.normal {
    width: 200px;
    height: 52px;
    border-radius: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px !important;
    background: rgb(106, 86, 229);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.support-ticketing .wpsc-button::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(106, 86, 229, 1) 0%, rgba(252, 121, 252, 1) 100%);
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: -1;
}

.support-ticketing .wpsc-button:hover {
    color: white !important;
    border: 0 !important;
}

.support-ticketing .wpsc-button:hover::after {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.support-ticketing .wpsc-button.primary {
    background: rgb(106, 86, 229);
    background-color: rgb(106, 86, 229) !important;
}

/* Postcode suggestion list */
.postcodeWrapper {
    position: relative;
}

.postcode-suggestions-list {
    position: absolute;
    border: 1px solid #6A56E5;
    border-radius: 10px;
    z-index: 101;
    background-color: white;
    top: 85px;
    max-height: 55vh;
    overflow: auto;
    padding: 10px 20px;

    box-shadow: 0px 0px 10px 0px #bdb5f7;
    -webkit-box-shadow: 0px 0px 10px 0px #bdb5f7;
    -moz-box-shadow: 0px 0px 10px 0px #bdb5f7;
}

.postcode-suggestions-list::-webkit-scrollbar {
    width: 8px;
}

.postcode-suggestions-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.postcode-suggestions-list::-webkit-scrollbar-thumb {
    background: #6A56E5;
    border-radius: 10px;
}

.postcode-suggestions-list::-webkit-scrollbar-thumb:hover {
    background: #4e3bbd;
}

.personal-details-list {
    top: 50px;
}

.postcode-suggestions-list li {
    padding: 10px 0px;
    font-size: 18px;
    border-bottom: 1px solid #cacbda;
    color: #201D33;
}

.postcode-suggestions-list li:last-child {
    border-bottom: none;
}

.postcode-suggestions-list li:hover {
    color: #6A56E5;
    cursor: pointer;
}

/* ====================================
Terms and Conditions
===================================== */
.terms-and-conditions {
    padding: 238px 0 135px;
    background-image: url(../images/feature_gradient.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.terms-and-conditions .terms-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.terms-inner-wrapper h1.text-gradient {
    text-align: center !important;
}

.terms-tab-wrapper {
    display: flex;
    gap: 45px;
    padding-top: 140px;
}

.terms-tab-list {
    width: 100%;
    max-width: 465px;
    border-right: 1px solid #ccc;
    padding: 32px;
    border-radius: 10px;
    box-shadow: 2px 0px 19px 0px rgba(106, 86, 229, 0.23);
    height: fit-content;
}

.terms-tab-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-tab-list ul li {
    padding: 16px 0;
    cursor: pointer;
    text-decoration: underline;
    border-bottom: 1px solid #DBD6F8;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #1C1757;
}

.terms-tab-list ul li:first-child {
    padding-top: 0;
}

.terms-tab-list ul li.active,
.terms-tab-list ul li:hover {
    color: #6A56E5;
}

.terms-tab-content {
    display: none;
    flex-grow: 1;
    padding: 20px;
    max-width: 800px;
    width: 100%;
    color: #1C1757;
    border-radius: 10px;
}

.terms-tab-content.active {
    display: block;
}

.terms-tab-content h6, .terms-tab-content p {
    color: #6A56E5;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}

.terms-tab-wrapper .terms-tab-content p {
    color: #1C1757;
    font-weight: 400;
}

.terms-tab-content h6 {
    padding-bottom: 16px;
    border-bottom: 1px solid #DBD6F8;
}

.terms-tab-content ul li h6 {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #1C1757;
}

.terms-tab-content ul li {
    list-style: none;
}

.terms-tab-content ul li p {
    font-weight: 400;
}

.terms-tab-content ul {
    padding: 0;
    margin: 0;
}

.terms-tab-head {
    max-width: 400px;
}

.terms-accordion-header {
    display: none;
    font-weight: bold;
    padding: 10px;
    background: #f0f0f0;
    cursor: pointer;
    border-top: 1px solid #ddd;
    border-radius: 5px;
}

.terms-accordion-body {
    display: none;
}

.terms-accordion-body.active {
    display: block;
}

/**====================================
Pricing Page
====================================**/
.pricing-section {
    padding: 168px 0 80px;
    background-image: url(../images/feature_gradient.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.pricing-section .pricing-inner-wrapper h1, .pricing-section .pricing-inner-wrapper p, .pricing-section .pricing-inner-wrapper .subtitle {
    max-width: 710px;
    margin: 0 auto;
    text-align: center;

}

.pricing-section .pricing-inner-wrapper p {
    padding: 24px 0 16px 0;
    font-size: 20px;
}

.pricing-section .pricing-inner-wrapper .subtitle {
    max-width: 800px;
    padding: 0 0 56px 0;
    font-size: 18px;
    font-weight: bold
}

.pricing-inner-wrapper .inner-pricing-cards .pricing-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-inner-wrapper .inner-pricing-cards .tab-content-month-year {
    display: none;
    max-width: 100%;
}

.pricing-inner-wrapper .inner-pricing-cards .tab-content-month-year.active {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.pricing-btn-wrapper .tab-toggle {
    position: relative;
    width: fit-content;
    border: 1px solid #ccc;
    border-radius: 37px;
    display: flex;
    padding: 14px;
    gap: 0;
    overflow: hidden;
}

.pricing-btn-wrapper .tab-toggle .tab-btn span {
    color: #FC79FC;
    font-weight: 700;
    font-size: 0.9em;
}

.pricing-btn-wrapper .tab-toggle .tab-btn.active span {
    color: #F6D32F;
}

.pricing-btn-wrapper .tab-toggle .tab-btn.active {
    color: #fff;
}

.pricing-btn-wrapper .tab-toggle .tab-btn {
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
    padding: 0px 16px;
    font-weight: 500;
    border-radius: 37px;
    cursor: pointer;
    color: #333;
    transition: color 0.3s ease;
    font-size: 1.5rem;
    white-space: nowrap;
}

.pricing-btn-wrapper .tab-toggle .glider {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    background: #6A56E5;
    border-radius: 37px;
    z-index: 1;
    transition: all 0.4s ease;
}

.pricing-help-section {
    padding: 80px 0 150px 0;
}

.pricing-help-section .pricing-help-inner-wrapper {
    display: flex;
    gap: 150px;
}

.pricing-help-section .pricing-help-inner-wrapper .pricing-ask-away {
    width: 40%;
    row-gap: 32px;
    display: flex;
    flex-direction: column;
}

.pricing-help-section .pricing-help-inner-wrapper .pricing-help-accordian {
    width: 60%;
}

.pricing-contact-section {
    background-color: #F6F5FF;
    padding: 160px 0;
}

.contact-pricing-text p {
    max-width: 64%;
    font-size: 20px;
    color: #8882AF;
    font-weight: regular;
    padding-top: 30px;
}

.form-container-pricing .form-container-inner {
    width: 100%;
}

.form-container-pricing .form-container-inner .form-group {
    margin-bottom: 24px;
    position: relative;
}

.form-container-pricing .form-container-inner .form-group .form-input {
    width: 100%;
    padding: 16px 0;
    font-size: 24px;
    color: black;
    background: transparent;
    border: none;
    border-bottom: 1px solid #A5A1C3;
    transition: all 0.3s ease;
}

.form-container-pricing .form-container-inner .form-group .email-inputs {
    border-bottom: 1px solid #6F54DD;
}

.form-container-pricing .form-container-inner .form-group .form-input:focus {
    border-bottom-color: #6366f1;
}

.form-container-pricing .form-container-inner .form-group .form-input:focus+.form-label,
.form-container-pricing .form-container-inner .form-group .form-input:valid+.form-label {
    top: -20px;
    font-size: 12px;
    color: #6366f1;
}

.form-container-pricing .form-container-inner .form-group .form-label {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 24px;
    color: #8882AF;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-container-pricing .form-container-inner .submit-btn {
    background: white;
    color: #2A0661;
    border: none;
    padding: 14px 26px;
    border-radius: 100px;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.form-container-pricing .form-container-inner .submit-btn:hover {
    background: linear-gradient(90deg, rgba(106, 86, 229, 1) 0%, rgba(252, 121, 252, 1) 100%);
    transition: 0.3s ease-in-out;
}

.form-container-pricing .form-container-inner .submit-btn:active {
    transform: translateY(0);
}

.form-container-pricing .form-container-inner .arrow {
    transition: transform 0.3s ease;
}

.form-container-pricing .form-container-inner .submit-btn:hover .arrow {
    transform: translateX(4px);
}

.pricing-cards-content .pricing-sector {
    width: 98px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E4E3FF;
    border-radius: 3px;
}

.pricing-cards-contents-list {
    padding-top: 40px;
    display: flex;
    row-gap: 19px;
}

.pricing-cards-contents-list .pricing-cards-content {
    padding: 32px;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.65) 3%, rgba(174, 168, 255, 0.31) 75%);
    border: 1px solid #D6D9FD;
    border-radius: 10px;
}

.pricing-cards-contents-list .spricing-medium {
    background: #FFFFFF;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.65) 3%, rgba(174, 168, 255, 0.53) 75%);
}

.pricing-cards-contents-list .spricing-large {
    background: #FFFFFF;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.65) 3%, rgba(174, 168, 255, 0.72) 42%);
}

.pricing-cards-contents-list .spricing-custom {
    background: #6A56E5;
    background: linear-gradient(158deg, rgba(106, 86, 229, 1) 0%, rgba(42, 6, 97, 0.99) 74%);
}

.pricing-cards-contents-list .spricing-custom .pricing-head h3, .pricing-cards-contents-list .spricing-custom .pricing-amount-listing p, .pricing-cards-contents-list .spricing-custom .pricing-head h3 span {
    color: white;
}

.pricing-cards-contents-list .spricing-custom .pricing-features-listing ul li p {
    color: #D1C9FF;
}

.pricing-cards-contents-list .spricing-custom .pricing-features-listing h6 {
    color: #E6E2FF;
}

.pricing-cards-content .pricing-sector h6 {
    font-size: 16px;
    color: #5551BE;
    letter-spacing: 3px;
    font-weight: 500;
}

.pricing-cards-content .pricing-head h3 {
    font-weight: 500;
    line-height: 1.5;
    color: #6A56E5;
    padding-top: 22px;
    padding-bottom: 10px;
}

.pricing-cards-content .pricing-head h3 span {
    font-size: 24px;
    font-weight: 400;
    color: #747DAD;
}

.pricing-cards-content .pricing-amount-listing p {
    font-size: 18px;
    font-weight: 400;
    color: #4D4A73;
    text-align: left;
    padding: 18px 0 16px 0;
    margin: 0;
}

.pricing-cards-content .pricing-amount-listing p span {
    font-weight: 600;
}

.pricing-cards-content .pricing-amount-listing .pricing-subtitle {
    padding: 0 0 16px 0;
}

.pricing-cards-content .pricing-amount-listing .pricing-subtitle p {
    font-size: 18px;
    font-weight: 400;
    color: #747DAD;
    text-align: left;
    padding: 0;
    margin: 0;
}

.pricing-cards-content .pricing-common-btn a {
    padding: 15px 25px 15px 16px;
    color: white;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(106, 86, 229, 1) 0%, rgba(252, 121, 252, 1) 100%);
    border-radius: 6px;
    width: fit-content;
    display: inline-block;
}

.pricing-help-section .pricing-ask-away p {
    font-size: 20px;
    font-weight: 400;
}

.pricing-help-section .pricing-help-inner-wrapper .pricing-help-accordian ul li {
    font-size: 16px;
}

.pricing-cards-content .pricing-common-btn a:hover {
    background: #6A56E5;
}

.spricing-custom .pricing-common-btn a {
    padding: 15px 32px;
    color: #5238B4;
    background: #FFFFFF;
    background: linear-gradient(113deg, rgba(255, 255, 255, 1) 4%, rgba(231, 226, 255, 0.82) 70%, rgba(231, 226, 255, 0.68) 100%);
    box-shadow: -1px 6px 24px 1px rgba(42, 6, 97, 0.75);
    -webkit-box-shadow: -1px 6px 24px 1px rgba(42, 6, 97, 0.75);
    -moz-box-shadow: -1px 6px 24px 1px rgba(42, 6, 97, 0.75);
}

.spricing-custom .pricing-common-btn a:hover {
    color: white;
}

.pricing-cards-content .pricing-features-listing h6 {
    color: #584C86;
    font-weight: 500;
    padding-top: 28px;
    padding-bottom: 21px;
    font-size: 18px;
}

.pricing-cards-content .main-pricing-features li {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.pricing-cards-content .main-pricing-features li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    padding: 0;
    max-width: 100%;
    margin: 0;
    color: #7265A2;
    text-align: left;
}

.pricing-cards-content .main-pricing-features li .pricing-icon-tick img {
    width: 12px;
    height: 7px;
}

.pricing-cards-content .main-pricing-features li .pricing-icon-tick {
    padding: 5px 3px 6px 3px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9DCFF;
}

.spricing-medium .main-pricing-features li .pricing-icon-tick {
    background: #C8C5FD;
}

.spricing-large .main-pricing-features li .pricing-icon-tick {
    background: #B3AEF8;
}

.spricing-custom .main-pricing-features li .pricing-icon-tick {
    background: #5743D5;
}

.pricing-cards-content .main-pricing-features {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.spricing-medium .pricing-sector {
    background-color: #B9B3F9;
}

.spricing-large .pricing-sector {
    background: #FCEA94;
    background: linear-gradient(89deg, rgba(252, 234, 148, 0.91) 3%, rgba(191, 138, 32, 0.95) 52%);
}

.spricing-large .pricing-sector h6 {
    color: #26253B;
}

.spricing-custom .pricing-sector {
    background-color: #F2CEFD;
}

.spricing-custom .pricing-sector h6 {
    color: #AC66F0;
}

.pricing-cards-contents-list .pricing-cards-contents-items .pricing-cards-content:hover {
    box-shadow: 1px -1px 36px -1px rgba(189, 178, 255, 0.44);
    -webkit-box-shadow: 1px -1px 36px -1px rgba(189, 178, 255, 0.44);
    -moz-box-shadow: 1px -1px 36px -1px rgba(189, 178, 255, 0.44);
}

.pricing-cards-content .main-pricing-features li:hover {
    box-shadow: none;
}

.pricing-section .prcing-ai-contenst {
    padding: 24px 0;
    border-bottom: 1px solid #DFDDFF;
}

.pricing-section .prcing-ai-contenst p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #A5A1C3;
}

.pricing-section .prcing-ai-contenst p sup {
    color: red;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    top: -0.21rem;
}

/**====================================
statement
====================================**/
.statement-banner-section {
    padding: 180px 0 150px 0;
    background-image: url(../images/feature_gradient.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.statement-banner-section .statement-inner-wrapper h1 {
    padding-bottom: 147px;
}

.statement-banner-section .statement-outer-wrapper {
    row-gap: 80px;
}

.statement-outer-wrapper .statement-text-wrapper h5 {
    color: #6A56E5;
    border-bottom: 1px solid #DBD6F8;
    max-width: 668px;
}

.statement-outer-wrapper .statement-text-wrapper p {
    color: #26253B;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 613px;
}

.statement-dark {
    color: #26253B;
}

.statement-outer-wrapper .statement-support-wrapper {
    padding: 42px 66px 42px 42px;
    background: #FFFFFF;
    background: linear-gradient(356deg, rgba(255, 255, 255, 0.6) 8%, rgba(214, 217, 253, 0.89) 100%);
    border-radius: 10px;
    margin-left: 50px;
}

.statement-text-wrapper.pt-40 {
    padding-top: 40px;
}

.statement-outer-wrapper .statement-list-wrapper li::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: black;
    border-radius: 100px;
}

.statement-outer-wrapper .statement-list-wrapper {
    max-width: 498px;
}

.statement-outer-wrapper .statement-list-wrapper li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 18px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
    color: #26253B;
}

.statement-outer-wrapper .statement-list-wrapper li:last-child {
    padding-bottom: 0;
}

.statement-list-wrapper li span {
    font-weight: 500;

}

.statement-outer-wrapper .col-12 .statement-text-wrapper p {
    max-width: 100%;
}

/* ================video Banner======== */
.video-section {
    padding: 100px 0;
    background-image: url(../images/Feature_tab_gradient.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-col-text .banner-bttns{
    gap: 20px;
    display: flex;
}

.banner-col-text .banner-bttns #banner-bttn1 a,#banner-bttn2 a{
    margin: 5px;
}
.banner-col-text .banner-bttns #banner-bttn1,#banner-bttn2 {
    padding-top: 0;
    width: fit-content;
    border: 2px solid #FC79FC;
    border-radius: 100px;
    box-shadow: 0px 2px 15px 0px rgba(252, 121, 252, 0.75);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(252, 121, 252, 0.75);
    -moz-box-shadow: 0px 2px 15px 0px rgba(252,121,252,0.75);
}

.banner-col-text .banner-btns-wrapper {
    display: flex;
    align-items: center;
    gap: 23px;
    margin-top: 50px;
}

.banner-col-text .banner-btns-wrapper .banner-bttn-Two a {
    background: transparent;
}

.banner-col-text .banner-btns-wrapper .banner-bttn-Two a:hover {
    background: #6A56E5;
}

.additional-feature .feature-contact .contactbtn-wrapper .swipe_bttn {
    margin: 5px;
}

.additional-feature .feature-contact .contactbtn-wrapper {
    height: fit-content;
    border: 2px solid #FC79FC;
    border-radius: 100px;
    box-shadow: 0px 2px 15px 0px rgba(252, 121, 252, 0.75);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(252, 121, 252, 0.75);
    -moz-box-shadow: 0px 2px 15px 0px rgba(252, 121, 252, 0.75);
}

.additional-feature .feature-contact {
    align-items: center;
}

/* ==============banner video section========== */
.banner-section .video-sections .video-container {
    background: rgba(115, 125, 253, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid white;
    border-radius: 13px;
    box-shadow: 10px 23px 44px 0px rgba(115, 125, 253, 0.75);
    -webkit-box-shadow: 10px 23px 44px 0px rgba(115, 125, 253, 0.75);
    -moz-box-shadow: 10px 23px 44px 0px rgba(115, 125, 253, 0.75);
    position: relative;
    z-index: 10;
}

.banner-section .video-sections .video-container video {
    border-radius: 13px;
    z-index: 5;
    position: relative;
}
 .banner-section .video-sections .shape-img-one{
    position: absolute;
    max-width: 209px;
    height: 209px;
    right: -19px;
    top: 151px;
    background: #FFFFFF;
    background: linear-gradient(44deg, rgba(255, 255, 255, 0) 70%, rgba(106, 86, 229, 0.85) 100%);
    border-radius: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
    z-index: 1;
 }
 .banner-section .video-sections .shape-img-two{
    position: absolute;
    max-width: 281px;
    width: 100%;
    height: 281px;
    left: 8px;
    top: -31px;
    background: #FFFFFF;
    background: linear-gradient(336deg, rgb(255 255 255 / 0%) 53%, rgba(245, 170, 255, 0.92) 100%);
    border-radius: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
 }
 .banner-section .video-sections{
    position: relative;

 }
 /* ===================Recruitment =================== */
 .recruitment-banner-section{
    background-size: cover;
    padding-bottom: 100px;
 }
 .inner-main-wrapper-recruitment-banner{
    position: relative;
 }
 .recruitment-banner-section h1{
    max-width: 1130px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 5;
 }
 .recruitment-text{
    font-size:20px;
    line-height: 1.5;
    font-weight:400;
    color: #26253B;
    max-width: 1119px;
    margin: 0 auto;
    text-align:center;
    padding-top: 32px;
    position: relative;
    z-index: 3;
 }
 .recruitment-banner-section .recruitment-icons1,
 .recruitment-banner-section .recruitment-icons2,
 .recruitment-banner-section .recruitment-icons3,
 .recruitment-banner-section .recruitment-icons4{
    position: absolute;
 }
  .recruitment-banner-section .icon-container {
    position: relative;
    display: inline-block;
    }

    .recruitment-inner{
        padding-top: 150px;
        position: relative;
        z-index: 5;
    }
    .recruitment-inner .recruitment-inner-warpper{
    padding-top: 86px;
    }
    .recruitment-inner-warpper p{
    text-align: left;
    max-width: 540px;
    margin: 0;
    }
    .recruitment-inner .recruitment-img{
    max-width: 575px;
    height: 100%;
    width: 100%;
    }
    .recruitment-inner .recruitment-img-wrapper{
    width: 100%;
    height: 100%;
    text-align: right;
    }
    .recruitment-gradient-img{
    position: absolute;
    top: 24%;
    right: 0;
    z-index: 1;
    max-width: 1238px;
    width: 100%;
    height: 100%;
    }
    .recruitment-inner-right-warpper{
    position: relative;
    }
    .recruitment-hiring-section .recruitment-hiring-left-wrapper figure img{
        width: 100%;
        height: 100%;
        max-width: 372px;
    }
    .recruitment-hiring-section .recruitment-hiring-left-wrapper figure{
        padding-top: 42px;
    }
    .recruitment-hiring-right-wrapper{
        max-width: 539px;
    }
    .recruitment-hiring-right-wrapper h5{
        color: #6A56E5;
    }
    .recruitment-hiring-right-wrapper ul{
        padding: 48px 0;
    }
    .recruitment-hiring-right-wrapper ul li span{
        color: #1C1757;
        font-size: 26px;
        line-height: 1.3;
    }
    .recruitment-hiring-right-wrapper ul li{
        gap: 32px;
        display: flex;
        align-items: center;
    }
    .recruitment-hiring-right-wrapper ul{
        gap: 32px;
    }
    .recruitment-gradient-section{
        padding: 75px 0 156px 0;
    }
    .recruitment-gradient-section .recruitment-gradient-inner{
        background-image: url(../images/recruitment-gradient-banner.png);
        background-position: top;
        background-repeat: no-repeat;
        padding: 120px 30px;
        background-size: cover;
        border-radius: 10px;
    }
    .recruitment-gradient-section .recruitment-gradient-inner h2{
        padding-bottom: 40px;
    }
    .recruitment-gradient-btn-wrapper a img{
        width: 100%;
        height: 100%;
        max-width: 45px;
    }
    .recruitment-gradient-btn-wrapper a span{
        color: #2A0661;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.2;
    }
    .recruitment-gradient-btn-wrapper a{
        padding:20px 12px 20px 36px;
        background: #F5F4FD;
        border-radius: 50px;
        display: flex;
        align-items: center;
        gap: 10px;
        width: fit-content;
    }
    .recruitment-gradient-btn-wrapper a:hover{
        background: linear-gradient(180deg, #E6D5FF 0%, #C5E0FF 100%);
    }
    .recruitment-gradient-inner .recruitment-gradient-btn-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 50px 0;
    }
    .recruitment-gradient-inner .recruitment-gradient-btn-wrapper1{
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .recruitment-gradient-inner .recruitment-gradient-btn-wrapper1 #banner-bttn1 a{
        margin: 5px;
    }
    .recruitment-gradient-inner .recruitment-gradient-btn-wrapper1 #banner-bttn1{
        padding-top: 0;
        width: fit-content;
        border: 2px solid #FC79FC;
        border-radius: 100px;
        box-shadow: 0px 2px 15px 0px rgba(252, 121, 252, 0.75);
        -webkit-box-shadow: 0px 2px 15px 0px rgba(252, 121, 252, 0.75);
        -moz-box-shadow: 0px 2px 15px 0px rgba(252,121,252,0.75);
    }
    .recruitment-gradient-section .recruitment-gradient-inner h2{
        max-width: 613px;
        margin: 0 auto;
        text-align: center;
    }
    .recruitment-video-sections .recruitment-video-inner{
        padding: 80px;
        background: #F0F0FE;
        background: linear-gradient(25deg, rgba(240, 240, 254, 1) 0%, rgba(224, 230, 254, 1) 100%);
        border-radius: 10px;
    }
    .recruitment-video-wrapper h4{
        color: #6A56E5;
    }
    .recruitment-video-wrapper .recruitment-video-content{
        gap: 30px;
        display: flex;
        flex-direction: column;
    }
    .recruitment-video-inner h2{
        position: relative;
    }
    .recruitment-video-wrapper .row{
        row-gap: 50px;
        padding-top: 70px;
    }
    .recruitment-border-bottom{
        border-bottom: 1px solid #ACA5E2;
        padding-bottom: 80px;
    }
    .recruitment-video-inner h2::before{
            content: '';
            position: absolute;
            right:0;
            bottom: 10%;
            transform: translateY(-50%);
            width: 85%;
            height: 1px;
            background: #ACA5E2;
            border-radius: 2px;
}
.recruitment-video-sections .video-sections .video-container{
    background: rgba(115, 125, 253, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid white;
    border-radius: 13px;
    box-shadow: 10px 23px 44px 0px rgba(115, 125, 253, 0.75);
    -webkit-box-shadow: 10px 23px 44px 0px rgba(115, 125, 253, 0.75);
    -moz-box-shadow: 10px 23px 44px 0px rgba(115, 125, 253, 0.75);
    position: relative;
    z-index: 10;
}
.recruitment-video-sections .video-sections .video-container video{
    border-radius: 12px;
}
/**====================================
Responsive
====================================**/
@media(min-width:991px) {
    .additional-feature .feature-contact .contactbtn-wrapper {
        margin-left: 22px;
    }
}
@media (max-width:1700px) {
    .recruitment-banner-section .recruitment-icons4 {
        bottom: 8%;
        right: 11%;
    }
}
@media (max-width:1600px) {
    .recruitment-video-inner h2::before {
        bottom: 12%;
        width: 56%;
    }
    h1 {
        font-size: 90px;
    }

    .banner-section .banner-col-image .toolbar-image figure::after {
        max-width: 181px;
        height: 169px;
        right: -91px;
    }

    .banner-section .banner-col-image .toolbar-image figure::before {
        max-width: 244px;
        height: 241px;
    }

    .banner-section .banner-col-image .toolbar-image {
        margin-right: 85px;
    }

    .banner-section .banner-col-text p br {
        display: none;
    }

    br {
        display: none;
    }

    .web_accessibility .web_contents h3 br,
    h1 br,
    .carousal_head h2 br,
    .plan_section .plan_content p br {
        display: block;
    }

    .header-content .nav-bttns {
        margin-left: 0;
    }

    .benefits_section .benefits_content {
        padding: 80px 100px;
    }
}

@media(max-width:1500px) {
    footer .footer_link_content>:last-child a {
        word-break: break-all;
    }
}

@media (max-width:1300px) {
    .recruitment-hiring-right-wrapper{
        max-width: 100%;
    }
    .recruitment-inner{
        padding-top: 120px;
    }
    .recruitment-banner-section .recruitment-icons4 {
        bottom: -3%;
    }
    .recruitment-banner-section .recruitment-icons2 {
        right: 13%;
        top: 10%;
    }
    .recruitment-banner-section .recruitment-icons1 {
        top: 10%;
        left: 9%;
    }
    .tab_feature .tabs {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 20px;
        width: 100%;
    }

    /* Hide scrollbar in Chrome, Safari, and Webkit-based browsers */
    .tab_feature .tabs::-webkit-scrollbar {
        display: none;
    }

    .tab_feature .tab {
        flex: 0 0 auto;
        /* Change from flex: 1 to flex: 0 0 auto */
        min-width: 200px;
        /* Set a minimum width for each tab */
    }

    .terms-and-conditions, .statement-banner-section {
        padding: 180px 0 100px;

    }

    .pricing-contact-section {
        padding: 120px 0;
    }

    .statement-banner-section .statement-inner-wrapper h1 {
        padding-bottom: 100px;
    }

    .statement-banner-section .statement-outer-wrapper {
        row-gap: 60px;
    }
}

@media (max-width:1250px) {
    .pricing-cards-contents-list .pricing-cards-content {
        padding: 25px;
    }
}

@media (max-width:1199px) {
    .fs-36 {
         font-size: 30px;
    }
    .recruitment-border-bottom {
        padding-bottom: 50px;
    }
    .recruitment-video-wrapper .row {
        row-gap: 30px;
        padding-top: 50px;
    }
    .recruitment-video-sections .recruitment-video-inner {
         padding: 60px;
    }
    .recruitment-gradient-section {
         padding: 60px 0 120px 0;
    }
    .recruitment-gradient-section .recruitment-gradient-inner {
        padding: 100px 20px;
    }
    .recruitment-gradient-inner .recruitment-gradient-btn-wrapper {
        gap: 20px;
        padding: 30px 0;
    }

    .recruitment-gradient-btn-wrapper a {
         padding: 15px 12px 15px 16px;
    }
    .recruitment-gradient-btn-wrapper a span {
         font-size: 20px;
    }
    .recruitment-inner{
        padding-top: 100px;
    }
    .recruitment-banner-section{
        padding-bottom: 80px;
    }
    .plugin-wrapper span {
        margin-right: 15px;
    }

    .plugin-wrapper {
        flex-direction: column;
        align-items: start !important;
    }

    .demo-form {
        padding: 40px;
    }

    .demo-form .form-section {
        padding: 40px;
    }

    .form-section .form-data {
        margin-right: 0px;

    }

    .tab-content .tab-video-part {
        max-width: 100%;
        margin-top: 40px;
        margin-left: 0;
    }

    .tab-points {
        max-width: 100%;
    }

    .tab-text-part p {
        max-width: 100%;
    }

    .tab-content .tab-text-part {
        width: 100%;
    }

    .tab_feature .tab-body.active {
        flex-direction: column;
    }

    .card {
        padding: 14px;
    }

    .profile-cus .card .icon {
        margin-right: 16px;
        height: 52px;
    }

    h1 {
        font-size: 70px;
    }

    .banner-section .banner-col-image .toolbar-image {
        margin-right: 45px;
    }

    .banner-section .banner-col-image .toolbar-image figure::before {
        max-width: 190px;
        height: 201px;
        left: -87px;
        top: -41px;
    }

    .banner-section .banner-col-image .toolbar-image figure::after {
        max-width: 181px;
        height: 169px;
        right: -73px;
        top: 120px;
    }

    .lg-bttn {
        width: 260px;
        height: 66px;
    }

    .trail-btn {
        margin-right: 10px;
    }

    .header-content .navbar-nav .nav-item {
        padding: 0 5px;
    }

    .header-content .navbar-brand figure {
        max-width: 225px;
    }

    .header-content .navbar-nav .nav-item .nav-link {
        font-size: 18px;
    }

    .benefits_section .benefits_content {
        padding: 80px 60px;
    }

    .benefits_content h2 br {
        display: none;
    }

    footer .footer_content .footer_logo_content p {
        width: 100%;
    }

    .terms-and-conditions {
        padding: 140px 0 80px;

    }

    .terms-tab-wrapper {
        padding-top: 100px;
    }

    .pricing-help-section .pricing-help-inner-wrapper {
        gap: 50px;
    }

    .pricing-contact-section {
        padding: 100px 0;
    }

    .pricing-help-section {
        padding: 100px 0;
    }

    .statement-banner-section .statement-inner-wrapper h1 {
        padding-bottom: 80px;
    }

    .statement-banner-section .statement-outer-wrapper {
        row-gap: 40px;
    }

    .statement-outer-wrapper .statement-support-wrapper {
        padding: 35px;
    }

    h5 {
        font-size: 28px;
    }

    .pricing-cards-contents-list .pricing-cards-content {
        padding: 20px;
    }

    .pricing-cards-content .main-pricing-features {
        gap: 13px;
    }

    .pricing-cards-contents-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pricing-section {
        padding: 120px 0 60px;
    }

    .video-section {
        padding: 80px 0;
    }
}

@media (max-width:991px) and (min-width:575px) {
    .web_accessibility {
        padding: 0;
        padding-top: 40px;
    }
}

@media (max-width:1200px) {
    .play-pause-btn img {
        width: 92px !important;
        height: 92px !important;
    }
}

@media (max-width:991px) {
    .recruitment-gradient-section .recruitment-gradient-inner h2{
        padding-bottom: 30px;
    }
    .fs-36 {
         font-size: 24px;
    }
    .recruitment-border-bottom {
        padding-bottom: 40px;
    }
      .recruitment-video-wrapper .row {
        row-gap: 20px;
        padding-top: 40px;
    }
     .recruitment-video-sections .recruitment-video-inner {
         padding: 40px;
    }
    .recruitment-gradient-section {
         padding: 50px 0 90px 0;
    }
    .recruitment-gradient-section .recruitment-gradient-inner h2 {
        max-width: 100%;
        margin: 0;
    }
    .recruitment-gradient-btn-wrapper a img {
        max-width: 40px;
    }
    .recruitment-gradient-inner .recruitment-gradient-btn-wrapper {
        gap: 8px;
        padding: 20px 0;
    }
    .recruitment-gradient-btn-wrapper a span {
        font-size: 16px;
    }
    .recruitment-gradient-section .recruitment-gradient-inner {
        padding: 80px 20px;
    }
    .fs-22 {
        font-size: 18px;
    }
    .recruitment-hiring-right-wrapper ul li span {
         font-size: 20px;
    }
    .recruitment-hiring-section .recruitment-hiring-left-wrapper figure {
         padding-top: 20px;
    }
    .recruitment-hiring-section .recruitment-hiring-left-wrapper figure img{
        max-width: 100%;
    }
    .recruitment-hiring-right-wrapper{
      padding-top: 20px;
    }
    .recruitment-hiring-right-wrapper ul {
      padding: 30px 0;
    }
    .recruitment-hiring-right-wrapper ul {
     gap: 22px;
    }
    .recruitment-inner .recruitment-inner-warpper {
      padding-top: 0px;
    }
    .recruitment-inner{
        padding-top: 80px;
    }
    .recruitment-banner-section .recruitment-icons3 {
        top: 0%;
        left: 0%;
    }
    .recruitment-inner .recruitment-img {
      max-width: 100%;
      padding-top: 20px;
    }
    .recruitment-banner-section{
        padding-bottom: 60px;
    }
    .recruitment-text{
      font-size:18px;
    }
    .support-ticketing {
        padding-top: 150px;
        padding-bottom: 80px;
    }

    .form-section .checkbox-group {
        flex-direction: column;
    }

    .forms-demo-banner .demo-form {
        display: none;
    }

    .forms-demo-banner .demo-form-mobile {
        display: block;
    }

    .form-data .form-row {
        flex-direction: column;
        gap: 0;
    }

    .form-data label {
        font-size: 16px;
    }

    .heading6 {
        font-size: 20px;
    }

    .form-section {
        display: block !important;
        opacity: 1 !important;
    }

    .pulse-ring {
        top: 10%;
    }

    .tab_feature .tab-content {
        margin-top: 80px;
    }

    .additional-feature {
        padding: 140px 0;
    }

    .contactbtn-wrapper {
        justify-content: start;
        margin-top: 30px;
    }

    .feature-contact .contact-text {
        max-width: 100%;
        margin-right: 0px;
    }

    .additional-feature .feature-contact {
        flex-direction: column;
    }

    .card {
        width: calc(50% - 24px);
    }

    .additional-feature .card-wrapper {
        max-width: 100%;
        margin-top: 30px;
    }

    .feature-banner {
        padding: 140px 0 140px;
    }

    .heading1 {
        font-size: 60px;
        font-weight: bold;
        line-height: 1.13;
    }

    .profile-cus {
        padding-top: 140px;
    }

    .additional-feature .feature-contact {
        padding: 67px 70px;
        margin-top: 140px;
    }

    h2 {
        font-size: 50px;
    }

    footer .footer_content .footer_link_content .footer_link h6 {
        margin-bottom: 10px;
    }

    footer .footer_content .footer_link_content .footer_link a {
        padding: 8px 0;
    }

    .carousal_section .carousal_content .item {
        padding: 35px 35px 35px 35px;
    }

    .banner-col-image {
        justify-content: center !important;
    }

    .web_contents h2 {
        padding-bottom: 50px;
    }

    .banner-section {
        padding: 140px 0 80px;
    }

    .usability_section {
        padding: 60px 0 120px;
    }

    .header-content .navbar-brand figure {
        max-width: 250px;
    }

    .banner-section .banner-content .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .collapse-from-right {
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        height: 100%;
        left: auto;
        background-color: #ccc8f3;
        z-index: 1000;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: right 0.3s ease;
        padding: 165px 30px 30px;
    }

    .collapse-from-right.show {
        right: 0;
        width: 100%;
        transition: right 0.3s ease;
    }

    .navbar-toggler {
        position: relative;
        z-index: 1046;
        height: 40px;
        width: 52px;
        border: 0 !important;
    }

    .navbar-brand {
        position: relative !important;
        z-index: 1046 !important;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0 !important;
    }

    .bugur_line_one,
    .bugur_line_two,
    .bugur_line_three {
        display: block;
        width: 28px;
        height: 2px;
        border-radius: 100px;
        margin-bottom: 6px;
        margin-top: 6px;
        background-color: #6A56E5 !important;
        transition: transform 0.3s ease;
    }

    .open .bugur_line_one {
        transform: rotate(45deg) translate(5px, 3px);
    }

    .open .bugur_line_two {
        opacity: 0;
    }

    .open .bugur_line_three {
        transform: rotate(-45deg) translate(8px, -6px);
    }

    .header-social-logo {
        position: relative;
        z-index: 1999;
    }

    .navbar-opened {
        overflow-y: hidden;
    }

    .header-content .collapse {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .navbar-nav {
        width: 100%;
    }

    .header-content .navbar-nav .nav-item .nav-link:hover::after {
        width: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 25px !important;
        padding: 25px 20px;
        border-bottom: 1px solid white;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        background-color: white;
    }

    .nav-bttns {
        margin-top: 35px !important;
        flex-direction: column;
    }

    .nav-bttns a {
        width: 210px;
        display: flex;
        justify-content: center;
    }

    .nav-bttns a+a {
        margin-top: 25px;
    }

    .carousal_head {
        flex-direction: column;
        gap: 40px;
    }

    .usability_section .usability_contents .points_content ul li {
        flex: 1 1 100%;
    }

    .benefits_section {
        padding: 120px 0;
    }

    .floating_logo {
        bottom: 8%;
    }

    .carousal_section .carousal_content .owl-carousel {
        margin-top: 70px;
    }

    .benefits_section .benefits_content {
        padding: 60px 60px;
    }

    .plan_section {
        padding: 120px 0;
    }

    .plan_section .plan_form .form-container .input-group {
        margin-bottom: 40px;
    }

    .plan_section .plan_content p br {
        display: none;
    }

    .plan_form {
        margin-top: 30px;
    }

    .footer_link_content {
        flex-wrap: wrap;
        justify-content: center !important;
        row-gap: 20px;
    }

    footer .footer_content .footer_link_content .footer_link {
        padding: 0 20px;
    }

    footer .footer_content .footer_link_content .footer_link a,
    footer .footer_content .footer_link_content .footer_link h6 {
        text-align: center;
    }

    footer .footer_content .footer_logo_content .social_logos {
        justify-content: center;
    }

    .terms-tab-list {
        display: none;
        max-width: 100%;
    }

    .terms-tab-content {
        display: block;
        padding: 0;
        max-width: 100%;
    }

    .terms-accordion-header {
        display: block;
        margin-bottom: 5px;
    }

    .terms-accordion-body {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 0 0 10px 10px;
    }

    .terms-tab-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .terms-tab-head {
        max-width: 100%;
    }

    .terms-and-conditions, .statement-banner-section {
        padding: 110px 0 60px;
    }

    .terms-tab-wrapper {
        padding-top: 80px;
    }

    .pricing-help-section .pricing-help-inner-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .pricing-help-section .pricing-help-inner-wrapper .pricing-ask-away, .pricing-help-section .pricing-help-inner-wrapper .pricing-help-accordian {
        width: 100%;
    }

    .form-container-pricing {
        padding-top: 30px;
    }

    .pricing-contact-section {
        padding: 80px 0;
    }

    .pricing-help-section {
        padding: 50px 0;
    }

    .statement-outer-wrapper .statement-support-wrapper {
        margin-left: 0;
    }

    .statement-outer-wrapper .statement-list-wrapper {
        max-width: 100%;
    }

    .statement-outer-wrapper .statement-text-wrapper p {
        max-width: 100%;
    }

    .statement-banner-section .statement-inner-wrapper h1 {
        padding-bottom: 60px;
    }

    .statement-banner-section .statement-outer-wrapper {
        row-gap: 30px;
    }

    .statement-outer-wrapper .statement-support-wrapper {
        padding: 30px;
    }

    h5 {
        font-size: 26px;
    }

    h3 {
        font-size: 30px;
    }

    .pricing-cards-content .pricing-features-listing h6 {
        padding-top: 24px;
    }

    .pricing-cards-content .pricing-amount-listing p {
        max-width: 100%;
    }

    .additional-feature .feature-contact {
        align-items: flex-start;
    }

    .play-pause-btn img {
        width: 80px !important;
        height: 80px !important;
    }
}

@media (max-width:767px) {
    .recruitment-video-wrapper .recruitment-video-content {
         gap: 16px;
    }
    .fs-36 {
         font-size: 20px;
    }
      .recruitment-border-bottom {
        padding-bottom: 30px;
    }
    .recruitment-video-wrapper .row {
        row-gap: 20px;
        padding-top: 30px;
    }
     .recruitment-video-sections .recruitment-video-inner {
         padding: 30px;
    }
     .recruitment-gradient-section {
         padding: 40px 0 80px 0;
    }
    .recruitment-gradient-inner .recruitment-gradient-btn-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .recruitment-gradient-section .recruitment-gradient-inner {
        padding: 60px 20px;
    }
    .fs-22 {
        font-size: 16px;
    }
     .recruitment-hiring-right-wrapper ul li span {
         font-size: 18px;
    }
     .recruitment-inner{
        padding-top: 60px;
    }
      .recruitment-banner-section{
        padding-bottom: 40px;
     }
    .recruitment-banner-section .recruitment-icon1 {
          max-width: 30px;
    }
    .support-ticketing .wpsc-body {
        padding: 40px;
    }

    .support-ticketing .category,
    .support-ticketing .priority {
        width: 100% !important;
    }

    .plugin-wrapper span {
        font-size: 16px;
    }

    .faq {
        padding: 40px;
        margin-top: 70px;
    }

    .demo-form .form-section {
        padding: 20px;
    }

    .forms-demo-banner .form-top {
        padding: 0 20px;
    }

    .demo-form {
        margin-top: 60px;
    }

    .demo-form {
        padding: 80px 30px;
    }

    .forms-demo-banner .container {
        padding: 0px;
    }

    .plan_section {
        padding: 80px 0;
    }

    .tab_feature .tabs {
        padding: 15px;
        min-height: 75px;
    }

    .tab_feature .tab {
        font-size: 18px;
    }

    .additional-feature h2 {
        margin-bottom: 40px;
    }

    .pulse-ring {
        top: 6%;
    }

    .tab_feature .tab-content {
        margin-top: 60px;
    }

    .featured-para {
        font-size: 18px;
    }

    .banner-para {
        font-size: 18px;
    }

    .heading2 {
        font-size: 35px;
        font-weight: 500;
        line-height: 1.27;
    }

    .heading1 {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.13;
    }

    .container {
        padding: 0 20px;
    }

    .tab_feature .tabs-container {
        padding: 0px;
    }

    .additional-feature .feature-contact {
        padding: 40px;
        margin-top: 80px;
    }

    .additional-feature {
        padding: 80px 0;
    }

    .tab_feature {
        padding: 80px 0;
    }

    .profile-cus {
        padding-top: 80px;
    }

    .feature-banner {
        padding: 140px 0 80px;
    }

    .profile-cus .card .card-text-wrapper {
        max-width: 100%;
    }

    .owl-carousel.owl-drag .owl-item {
        display: flex;
        justify-content: center;
    }

    .footer_logo_content a,
    .footer_logo_content p,
    .footer_logo_content .social_logos {
        justify-content: center;
        display: flex;
        text-align: center;
    }

    .lg-bttn {
        width: 237px;
    }

    .fs-20 {
        font-size: 18px;
    }

    .terms-and-conditions, .statement-banner-section {
        padding: 110px 0 60px 0;
    }

    .terms-tab-wrapper {
        padding-top: 40px;
    }

    .pricing-contact-section {
        padding: 60px 0;
    }

    .pricing-help-section {
        padding: 30px 0;
    }

    .statement-banner-section .statement-inner-wrapper h1 {
        padding-bottom: 40px;
    }

    h5 {
        font-size: 22px;
    }

    .statement-outer-wrapper .statement-text-wrapper p {
        font-size: 16px;
    }

    h3 {
        font-size: 26px;
    }

    .pricing-cards-content .pricing-features-listing h6 {
        padding-top: 20px;
    }

    .pricing-cards-content .pricing-amount-listing p {
        font-size: 16px;
    }

    .pricing-cards-content .pricing-common-btn a {
        font-size: 16px;
    }

    .pricing-btn-wrapper .tab-toggle .tab-btn {
        font-size: 18px;
    }

    h2 {
        font-size: 36px;
    }

    .banner-section .banner-col-image .toolbar-image figure::after {
        right: -63px;
    }

    .video-section {
        padding: 60px 0;
    }
}

@media (max-width:575px) {
     .recruitment-gradient-section .recruitment-gradient-inner h2{
        padding-bottom: 20px;
    }
     .recruitment-video-sections .recruitment-video-inner {
         padding: 20px;
    }
    .recruitment-gradient-section {
         padding: 30px 0 50px 0;
    }
    .recruitment-gradient-inner .recruitment-gradient-btn-wrapper1 #banner-bttn1 a {
        height: 50px;
    }
    .recruitment-gradient-btn-wrapper a img {
        max-width: 30px;
    }
    .recruitment-gradient-section .recruitment-gradient-inner {
        padding: 40px 15px;
    }
    .fs-22 {
        font-size: 14px;
    }
   .recruitment-hiring-right-wrapper ul li span {
         font-size: 16px;
    }
    .recruitment-inner{
        padding-top: 30px;
    }
    .recruitment-text{
      font-size:16px;
    }
    .support-ticketing h1 {
        font-size: 36px;
    }

    .support-ticketing {
        padding-top: 130px;
        padding-bottom: 60px;
    }

    .support-ticketing .wpsc-button.normal {
        width: 100%;
    }

    .support-ticketing .wpsc-ct-actions {
        flex-direction: column;
    }

    .support-ticketing .wpsc-body {
        padding: 31px 15px;
    }

    .support-ticketing #wpsc-container input[type=text],
    .support-ticketing #wpsc-container textarea,
    .support-ticketing #wpsc-container select {
        font-size: 14px !important;
    }

    .support-ticketing #wpsc-container input[type=text],
    .support-ticketing #wpsc-container select {
        max-height: 42px !important;
        min-height: 42px !important;
    }

    .faq-banner .head-wrapper {
        padding: 0 20px;
    }

    .faq-banner .container {
        padding: 0px;
    }

    .faq {
        padding: 20px;
        margin-top: 40px;
    }

    .accordion-button::after {
        width: 15px;
        background-size: contain;
    }

    .faq .accordion-body {
        font-size: 16px;
    }

    .plugin.code-snippet code {
        font-size: 13px;
    }

    .plugin.code-snippet {
        padding: 12px 8px;
    }

    .plugin.code-snippet {
        align-items: flex-start;
    }

    .faq .accordion-header button {
        padding: 15px;
    }

    .faq .accordion-body {
        padding: 7px 20px 52px 21px;
    }

    .form-data h3 {
        color: #1C1757;
        margin-top: 20px;
        margin-bottom: 14px;
    }

    .form-section .form-data {
        margin-right: 0px;
    }

    .form-data input,
    textarea {
        height: 39px;
    }

    .form-section .form-data::-webkit-scrollbar {
        width: 10px;
    }

    .form-inner .submit-btn {
        max-width: 180px;
    }

    .demo-form .accordion-item {
        margin-bottom: 20px;
    }

    .demo-form {
        margin-top: 35px;
    }

    .demo-form {
        padding: 20px;
    }

    .tab_feature .tab img {
        max-width: 20px;
        max-height: 23px;
    }

    .tab-points li span {
        margin-right: 20px;
    }

    .fs-20 {
        font-size: 16px;
    }

    .tab_feature .indicator {
        max-height: 52px;
    }

    .tab_feature .tab {
        font-size: 16px;
    }

    .banner-para {
        font-size: 16px;
    }

    .featured-para {
        font-size: 16px;
    }

    .tab-text-part p {
        font-size: 16px;
    }

    .plan_section {
        padding: 60px 0;
    }

    .tab_feature .tab-content {
        margin-top: 40px;
    }

    .additional-feature h2 {
        margin-bottom: 20px;
    }

    .additional-feature .feature-contact {
        padding: 30px;
        margin-top: 40px;
    }

    .additional-feature {
        padding: 60px 0;
    }

    .tab_feature {
        padding: 60px 0;
    }

    .profile-cus {
        padding-top: 60px;
    }

    .feature-banner {
        padding: 120px 0 60px;
    }

    .pulse-ring {
        top: 0%;
    }

    .profile-cus .card .card-text-wrapper {
        max-width: 100%;
    }

    .card {
        width: 100%;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 32px;
        line-height: 1.3;
    }

    h3 {
        font-size: 31px;
    }

    .footer_link_content {
        row-gap: 30px;
    }

    footer .footer_content .footer_bottom {
        margin-top: 50px;
    }

    .banner-bttns {
        flex-direction: column;
        row-gap: 20px;
    }

    .banner-bttns a+a {
        margin-left: 0;
    }

    .banner-section {
        padding: 140px 0 80px;
    }

    .web_accessibility .web_contents h5 {
        font-size: 22px;
        line-height: 1.5;
    }

    br {
        display: none !important;
    }

    .web_accessibility .web_contents h3 {
        padding-bottom: 30px;
    }

    .web_accessibility {
        padding: 0;
        padding-top: 0px;
    }

    .usability_section {
        padding: 80px 0 80px;
    }

    .usability_section .usability_contents h2 {
        padding-bottom: 50px;
    }

    .usability_section .usability_contents .points_content ul li {
        padding-bottom: 20px;
    }

    .usability_section .usability_contents .points_content ul li p {
        font-size: 20px;
        line-height: 1.5;
        padding-left: 37px;
    }

    .usability_section .usability_contents .points_content ul li::before {
        width: 20px;
        height: 20px;
    }

    .usability_section .usability_contents .points_content ul li::after {
        left: 9px;
        top: 27px;
    }

    .web_contents h2 {
        padding-bottom: 40px;
    }

    .carousal_section .carousal_content .owl-carousel {
        margin-top: 60px;
    }

    .benefits_section {
        padding: 80px 0;
    }

    .benefits_section .benefits_content {
        padding: 30px 30px;
    }

    .benefits_section .benefits_content .star_points .star_text {
        font-size: 23px;
        line-height: 1.3;
        margin-left: 20px;
    }

    .plan_section {
        padding: 80px 0;
    }

    .input-group input,
    .input-group input::placeholder {
        font-size: 20px !important;
    }

    .plan_section .plan_form .form-container .input-group {
        margin-bottom: 20px;
    }

    .plan_section .plan_form .form-container .submit_bttn {
        width: 180px;
        height: 60px;
    }

    footer {
        padding: 80px 0 75px;
    }

    .banner-col-text h1 br {
        display: block !important;
    }


    .header-content .navbar-brand figure {
        max-width: 230px;
    }

    footer .footer_content .footer_logo_content .footer_logo figure {
        max-width: 280px;
    }

    footer .footer_content .footer_logo_content p {
        padding-top: 30px;
    }

    .floating_logo figure {
        width: 60px;
    }

    .terms-and-conditions, .statement-banner-section {
        padding: 100px 0 60px 0;
    }

    .terms-tab-wrapper {
        padding-top: 30px;
    }

    .pricing-contact-section {
        padding: 40px 0;
    }

    .pricing-help-section {
        padding: 40px 0;
    }

    .statement-banner-section .statement-inner-wrapper h1 {
        padding-bottom: 30px;
    }

    .statement-outer-wrapper .statement-list-wrapper li {
        font-size: 16px;
    }

    .statement-outer-wrapper .statement-support-wrapper {
        padding: 20px;
    }

    h5 {
        font-size: 20px;
    }

    .pricing-cards-content .pricing-features-listing h6 {
        padding-top: 18px;
    }

    .pricing-cards-content .main-pricing-features li p {
        font-size: 14px;
    }

    .pricing-cards-content .pricing-amount-listing p, .pricing-section .prcing-ai-contenst p sup, .pricing-section .prcing-ai-contenst p {
        font-size: 14px;
    }

    .pricing-cards-contents-list .pricing-cards-content {
        max-width: 100%;
    }

    .video-section {
        padding: 40px 0;
    }

    .banner-col-text .banner-bttns {
        margin-top: 30px;
    }

    .play-pause-btn::before {
        border-left: 13px solid #333;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .play-pause-btn img {
        width: 50px !important;
        height: 50px !important;
    }

    .banner-col-text .banner-btns-wrapper {
        flex-direction: column;
        margin-top: 30px;
        align-items: baseline
    }

    .banner-col-text .banner-btns-wrapper .banner-bttns {
        margin-top: unset;
    }
}

@media (max-width:375px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    h3 {
        font-size: 27px;
    }

    .collapse-from-right {
        padding: 115px 30px 30px;
    }

    .web_contents h2 {
        padding-bottom: 30px;
    }

    .header-content .navbar-brand figure {
        max-width: 190px;
    }

    .container {
        padding: 0 20px;
    }

    .banner-section {
        padding: 150px 0 80px;
    }

    .person-logo {
        width: 55px;
    }

    .carousal_section .carousal_head .swipe_bttn {
        font-size: 22px;
    }

    .carousal_section .carousal_content .owl-carousel {
        margin-top: 50px;
    }

    .benefits_section .benefits_content .star_points .star_text {
        font-size: 22px;
    }

    footer .footer_content .footer_logo_content .footer_logo figure {
        max-width: 250px;
    }

    footer .footer_content .footer_link_content .footer_link h6 {
        margin-bottom: 10px;
    }

    footer .footer_content .footer_link_content .footer_link a {
        line-height: 1.4;
    }

    footer .footer_content .footer_bottom {
        margin-top: 40px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 22px !important;
    }

    .banner-section .banner-col-image .toolbar-image figure::after {
        max-width: 132px;
        right: -52px;
    }

    .footer_link_content {
        row-gap: 20px;
    }

    .play-pause-btn {
        width: 30px;
        height: 30px;
    }

    .play-pause-btn::before {
        border-left: 9px solid #333;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }
}



/* ==========Blogs Pages ======= */
.banner-blogs{
    padding: 207px 0 100px;
    background-image: url(../images/feature_gradient.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover  ;
}
.blogs-inner-section{
    display: flex;
    width: 100%;
    gap: 24px;
    padding-top: 33px;
}
.blogs-inner-section .blogs-left-contents,.blogs-inner-section .blogs-right-contents{
    width: 100%;
}
.blogs-inner-section .blogs-left-contents{
    max-width: 788px;
    border-radius: 13px;
    border: 1px solid #B4AFD3;
    height: fit-content;
}
.blogs-inner-section .blogs-left-contents .main-img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
}
.blogs-inner-section .blogs-left-contents .right-img-wrapper:hover img{
    scale: 1.05;
    transition: all 0.3s ease-in-out;
}
.blogs-inner-section .blogs-right-contents{
    max-width: 551px;
}
 .right-img-wrapper{
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.blogs-left-contents .blogs-items{
    padding:24px 24px 35px 24px;
    position: relative;
}
.blogs-left-contents .blogs-items a h5{
    max-width: 530px;
}
.blogs-left-contents .blogs-items .blogs-main-text{
    max-width: 658px;
    font-size: 20px;
    color: #26253B;
    font-weight: 400;
    padding-top: 12px;
}
.blogs-left-contents .blogs-items .buttons-blog-wrapper,.blogs-left-contents .blogs-items .time-blog-wrapper{
    display: flex;
    align-items: center;
}
.blogs-left-contents .blogs-items .buttons-blog-wrapper{
    justify-content: space-between;
    padding-top: 28px;
}
.blogs-left-contents .blogs-items .buttons-blog-wrapper .button-wrapper p{
    padding: 8px 8px 8px 8px;
    border: 1px solid #B4AFD3;
    border-radius: 100px;
}
.blogs-items .buttons-blog-wrapper .button-wrapper{
    gap: 8px;
    display: flex;
}
.blogs-right-contents .time-blog-wrapper .time-text{
    font-size: 16px;
    color: #6E69AC;
    font-weight: 400;
}
 .blogs-items .buttons-blog-wrapper .time-blog-wrapper span,.blogs-items .buttons-blog-wrapper .button-wrapper p{
    font-size: 18px;
    color: #6E69AC;
    font-weight: 400;
 }
 .blogs-items .buttons-blog-wrapper .button-wrapper p:hover{
    background-color: #6E69AC;
    color: white;
 }
.blogs-items .buttons-blog-wrapper .time-blog-wrapper span:first-child{
    padding-right: 8px;
}
.blogs-items .buttons-blog-wrapper .time-blog-wrapper span:last-child{
    padding-left: 8px;
}
.blogs-left-contents .blogs-items .ab-arrows{
    position: absolute;
    top: 35px;
    right: 22px;
    width: 100%;
    max-width: 16px;
}
.blogs-right-contents ul li .blogs-left-contents{
    display: flex;
    max-width: 100%;
}
.blogs-right-contents ul li .blogs-left-contents .blogs-items{
    padding: 18px;
}
.blogs-right-contents ul li .blogs-left-contents .blogs-items a h5{
    font-size: 24px;
    max-width: 277px;
}
.blogs-right-contents ul li .blogs-left-contents .blogs-items .buttons-blog-wrapper{
    padding-top: 10px;
}
.blogs-right-contents ul li .blogs-left-contents,.blogs-right-contents ul li .blogs-left-contents .blogs-items,.blogs-right-contents ul li .blogs-left-contents .right-img-wrapper{
    width: 100%;
}
.blogs-right-contents ul li .blogs-left-contents .right-img-wrapper{
    max-width: 206px;
}
.blogs-right-contents ul li  .right-img-wrapper{
        border-radius: 10px 0 0 10px;
}
.blogs-right-contents .blogs-left-contents .blogs-items .ab-arrows{
    top: 25px;
    max-width: 12px;
}
.blogs-right-contents ul{
    gap: 22px;
    display: flex;
    flex-direction: column;
    padding-top:15px;
}
.blog-filter-section{
    padding-bottom: 156px;
}
.blog-filter-section .blogs-inner-section .blogs-left-contents {
    max-width: 100%;

}
.blogs-left-contents{
    background-color: #ffffff;
}
.blog-filter-section .blogs-inner-section{
    display: block;
    padding:48px;
    background-color: #F5F4FD;
    border-radius: 32px;
}
.blog-filter-section .blogs-inner-section .main-filter-heading h5{
    padding-bottom: 48px;
}
.blog-filter-section .blogs-inner-section .blogs-left-contents .blogs-items .blogs-main-text{
    font-size: 18px;

}
.blog-filter-section .blogs-inner-section .blogs-items .buttons-blog-wrapper .button-wrapper p{
    font-size: 16px;
}
.blog-filter-section .blogs-inner-section .blogs-left-contents .blogs-items .time-blog-wrapper{
    justify-content: space-between;
}
.blog-filter-section .blogs-inner-section .blogs-left-contents .blogs-items .time-blog-wrapper span {
    font-size: 18px;
    color: #6E69AC;
    font-weight: 400;
}
.blog-filter-section .blogs-left-contents .ab-arrows-two{
    position: absolute;
    top: 24px;
    right: 24px;
    width: 100%;
    max-width: 40px;
    z-index: 20;
    display: none;
}
.blog-filter-section .blogs-left-contents{
    position: relative;
}
.blogs-left-contents .right-img-wrapper a{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.blogs-left-contents .right-img-wrapper:hover ~ .ab-arrows-two{
  display: block;
}
 .blogs-inner-section .blogs-left-contents .right-img-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    background: linear-gradient(153deg, rgba(255, 255, 255, 0.05) 47%, rgba(133, 141, 249, 0.85) 95%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    z-index: 10;
}
.blogs-inner-section .blogs-left-contents .right-img-wrapper{
    position: relative;
}
.blog-filter-section .blogs-inner-section .blogs-left-contents .right-img-wrapper{
    max-height: 400px;
}
 .blogs-inner-section .blogs-left-contents .right-img-wrapper:hover::after {
    opacity: 1;
}
.blog-filter-section .blogs-inner-section .blog-filter-row{
    row-gap: 24px;
}
.pagination-wrapper{
    display: flex;
    justify-content: center;
    gap: 16px;
}
.blog-filter-row div .blogs-left-contents{
    height: 100%;;
}
.filter-apply-button{
    padding: 8px;
    border: 1px solid #B4AFD3;
    border-radius: 100px;
    background: unset;
    color: #6E69AC;
}
.filter-apply-button:hover{
    background: #6e69ac;
    color: #ffffff;
    border: 1px solid #B4AFD3;
}
.pagination-wrapper .page-numbers.current{
    background: #6A56E5;
    /* padding: 10px 10px; */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex
;
    justify-content: center;
    color: #ffffff;
    align-items: center;
}
.pagination-wrapper .page-numbers{
    background: #ffffff;
    /* padding: 10px 10px; */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex
;
    justify-content: center;
    color: #1C1757;
    align-items: center;
}
.pagination-wrapper .prev.page-numbers, .next.page-numbers{
    background: #ffffff;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    width: fit-content;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #1C1757;
    align-items: center;
}
.pagination-wrapper .prev.page-numbers::before {
    content: "←";
    font-size: 16px;
    margin-right: 10px; /* adds space between text and arrow */
}

.pagination-wrapper .next.page-numbers::after {
    content: "→";
    font-size: 16px;
    margin-left: 10px; /* adds space between text and arrow */
}
.blog-filter-section .blogs-inner-section .blog-filters form .row .filter-category:first-child {
    position: relative;
}

.blog-filter-section .blogs-inner-section .blog-filters form .row .filter-category:first-child::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 28px;
    background: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 10px;
    z-index: 9999;
}

.blog-filter-section .blogs-inner-section .blog-filters form .row .search-input {
    position: relative;
}

.blog-filter-section .blogs-inner-section .blog-filters form .row .search-input::after {
     content: "";
    position: absolute;
    top: 9px;
    right: 23px;
    background: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    z-index: 9999;
}


#category-filter option[disabled]{
    color:#B4AFD3;
}
#category-filter {
    color: #B4AFD3;
}
/* Typed text color */
#blog-search {
    color: #1c1757;
}

/* Placeholder text color (cross-browser) */
#blog-search::placeholder {
    color: #B4AFD3;
    opacity: 1; /* Ensure consistent appearance */
}

/* Optional for better browser support */
#blog-search::-webkit-input-placeholder {
    color: #B4AFD3;
}
#blog-search:-moz-placeholder {
    color: #B4AFD3;
}
#blog-search::-moz-placeholder {
    color: #B4AFD3;
}
#blog-search:-ms-input-placeholder {
    color: #B4AFD3;
}
.blogs-right-contents ul li .blogs-left-contents .right-img-wrapper a img{
    object-fit: cover;
}
    .main-filter-heading .blog-filters #blog-filter-form .row{
    justify-content: space-between;
}
.post-categories, .post-tags {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.post-categories p, .post-tags p{
    padding: 8px 8px 8px 8px;
    border: 1px solid #B4AFD3;
    border-radius: 100px;
    width: fit-content;
}
.term-label {
    display: inline-block;
    padding: 8px;
    border: 1px solid #B4AFD3;
    border-radius: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #f9f9f9;
    font-size: 14px;
}

.clear-all-filters{
    padding: 8px 8px 8px 8px;
    border: 1px solid #B4AFD3;
    border-radius: 100px;
    margin-top: 30px;
}
.clear-all-filters:hover{
    background-color: #6E69AC;
    color: white;
}


/**====================================
Responsive
====================================**/
@media(min-width:991px) {
    .additional-feature .feature-contact .contactbtn-wrapper {
        margin-left: 22px;
    }
}
@media (max-width:1300px) {
    .banner-blogs {
      padding: 190px 0 90px;
    }
    .blogs-left-contents .blogs-items .time-blog-wrapper,.blogs-items .buttons-blog-wrapper .button-wrapper {
         width: 100%;
    }
    .buttons-blog-wrapper{
        flex-direction: column;

    }
    .blogs-left-contents .blogs-items .buttons-blog-wrapper{
        gap: 20px;
    }
    .blogs-left-contents .blogs-items .ab-arrows {
        top: 8px;
    }
}
@media (max-width:1199px) {
    .blog-filter-section .blogs-inner-section .blogs-items .buttons-blog-wrapper .button-wrapper p {
        font-size: 12px;
    }
    .banner-blogs {
        padding: 160px 0 70px;
    }
    .blogs-inner-section .blogs-left-contents,
    .blogs-inner-section .blogs-right-contents,
    .blogs-left-contents .blogs-items a h5,
    .blogs-left-contents .blogs-items .blogs-main-text
    ,.blogs-right-contents ul li .blogs-left-contents .blogs-items a h5  {
        max-width: 100%;
    }
    .buttons-blog-wrapper{
        flex-direction: row;
    }
    .blogs-left-contents .blogs-items .buttons-blog-wrapper {
        gap: 0px;
    }
        .blogs-left-contents .blogs-items .time-blog-wrapper, .blogs-items .buttons-blog-wrapper .button-wrapper {
        width:unset;
    }
    .blogs-inner-section{
        flex-direction: column;
    }
}
@media (max-width:991px) {
    .blog-filter-section .blogs-inner-section {
        padding: 20px;
    }
    .banner-blogs {
        padding: 130px 0 50px;
    }
}
@media (max-width:767px) {
    .blog-filter-section .blogs-inner-section {
        padding: 20px;
    }
    .blog-filter-section .blogs-inner-section .blogs-left-contents .blogs-items .time-blog-wrapper span {
      font-size: 16px;
    }
    .blog-filter-section .blogs-inner-section .blogs-left-contents .blogs-items .blogs-main-text {
      font-size: 16px;
    }
    .blogs-inner-section {
        padding-top: 18px;
    }
    .banner-blogs {
        padding: 100px 0 50px;
    }
    .blogs-left-contents .blogs-items .blogs-main-text{
        font-size: 18px;
    }
    .blogs-left-contents .blogs-items .time-blog-wrapper, .blogs-items .buttons-blog-wrapper .button-wrapper {
        width: 100%;
    }
    .blogs-left-contents .blogs-items .buttons-blog-wrapper  {
        flex-direction: column;
        gap: 20px;
    }
    .blog-filter-section .blogs-inner-section .blog-filters form .row{
        row-gap: 16px;
    }
}
@media (max-width:625px){
    .blogs-left-contents .blogs-items {
          padding: 16px;
    }
    .blogs-right-contents ul li .right-img-wrapper {
        border-radius: 10px 10px 0 0;
    }
    .blogs-right-contents ul li .blogs-left-contents .right-img-wrapper{
        max-width: 100%;
    }
    .blogs-right-contents ul li .blogs-left-contents {
        flex-direction: column;
    }
}
@media (max-width:575px) {
    .blog-filter-section .blogs-left-contents .ab-arrows-two,.blog-filter-section .blogs-left-contents .blog-arrow-link-two {
          max-width: 30px;
    }
    .blog-filter-section .blogs-left-contents .blog-arrow-link-two {
        position: absolute;
        top: 12px;
        right: 12px;
    }
    .blogs-items .buttons-blog-wrapper .button-wrapper {
         gap: 2px;
    }
    .blogs-left-contents .blogs-items .buttons-blog-wrapper {
        gap: 12px;
    }
    .blogs-left-contents .blogs-items .buttons-blog-wrapper {
         padding-top: 14px;
    }
    .blogs-left-contents .blogs-items .blogs-main-text{
        font-size: 16px;
    }
    .blogs-items .buttons-blog-wrapper .time-blog-wrapper span, .blogs-items .buttons-blog-wrapper .button-wrapper p {
        font-size: 14px;
    }
}
@media (max-width:375px) {
    .blog-filter-section .blogs-inner-section .blogs-items .buttons-blog-wrapper .button-wrapper p {
        font-size: 10px;
    }
}


/* ==============Blog Single Page ========= */
.blog-single-page-banner{
    padding: 207px 0 100px;
    background-image: url(../images/feature_gradient.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover  ;
}
.blog-single-wrapper .blog-single-links-section .blog-single-link,.blog-single-wrapper .blog-single-links-section .blog-single-share-btn{
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog-single-wrapper .blog-single-links-section .blog-single-link span,
.blog-single-wrapper .blog-single-links-section .blog-single-share-btn span,
.blog-single-wrapper .single-blog-person-details .person-details span,
.blog-single-wrapper .single-blog-page-post p,
.blog-single-wrapper .blog-single-next-pre-btns a span{
    font-size: 20px;
    font-weight: 500;
    color: #26253B;
}
.blog-single-wrapper .blog-single-links-section .blog-single-link .insights-color{
    color: #6A56E5;
}
.blog-single-wrapper .blog-single-links-section .blog-single-share-btn{
    padding:15px 25px;
    border: 1px solid #26253B;
    border-radius: 100px;
    width: fit-content;
}
.blog-single-wrapper .blog-single-links-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #A5A1C3;
}
.blog-single-page-banner .blog-single-wrapper h2{
    max-width: 953px;
    padding:48px 0;
}
.blog-single-wrapper .single-blog-person-details{
    display: flex;
    align-items: center;
    gap: 16px;

}
.blog-single-wrapper .single-blog-person-details .person-details span.date-time-details{
    font-size: 18px;
    color: #8882AF;
}
.blog-single-wrapper .single-blog-person-details .person-details{
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog-single-wrapper .single-blog-person-details img{
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 50%;
}
.blog-single-wrapper .blog-single-banner-image{
    border-radius: 13px;
    overflow: hidden;
    margin-top: 33px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.blog-single-wrapper .blog-single-banner-image .single-banner-img{
    max-width: 1360px;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.blog-single-wrapper .blog-single-banner-image .site-main-icons{
    position: absolute;
    top:65px;
    left: 37px;
    max-width: 72px;
    width: 100%;
    height: fit-content;
}
.blog-single-wrapper .blog-single-banner-image:hover .single-banner-img{
    scale: 1.05;
    transition: all 0.3s ease-in-out;
}
.blog-single-wrapper .single-blog-page-post{
    display: flex;
    flex-direction: column;
    gap:30px;
    padding: 60px 0;
}
.blog-single-wrapper .single-blog-page-post p{
    font-weight: 400;
}
.blog-single-wrapper .blog-single-next-pre-btns a{
    padding: 15px 25px;
    border-radius: 100px;
    display: inline-block;
    background: #F5F4FD;
    width: fit-content;
    gap:8px;
    display: flex;
}
.blog-single-wrapper .blog-single-next-pre-btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #A5A1C3;
    padding-bottom: 30px;
}
.blog-single-wrapper .blog-single-next-pre-btns .blog-single-next-btn img{
    transform: rotate(180deg);
}
.blog-single-wrapper .blog-single-next-pre-btns a:hover{
    background: #6A56E5;
    color: white;
}
/* ===================social icons=========== */
      .blog-single-links-section .share-container {
            position: relative;
            display: inline-block;
        }

        .blog-single-share-btn:hover .single-btn1 {
            transform: rotate(180deg);
        }
        .blog-single-links-section .share-container .social-icons {
            position: absolute;
            right: 100%;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            gap: 15px;
            margin-right: 20px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        .blog-single-links-section .share-container:hover .social-icons {
            opacity: 1;
            visibility: visible;
            transform: translateY(-50%) translateX(0);
        }

       .blog-single-links-section .share-container .social-icon {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            font-size: 20px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            transform: translateX(30px) scale(0.8);
            animation: slideIn 0.5s ease forwards;
        }
       .blog-single-links-section .share-container .social-icon:nth-child(1) {
            background: linear-gradient(45deg, #3b5998, #4c70ba);
            animation-delay: 0.1s;
        }

        .blog-single-links-section .share-container .social-icon:nth-child(2) {
            background: linear-gradient(45deg, #e4405f, #fd1d1d, #fcb045);
            animation-delay: 0.2s;
        }

       .blog-single-links-section .share-container .social-icon:nth-child(3) {
            background: linear-gradient(45deg, #0077b5, #0099d4);
            animation-delay: 0.3s;
        }

       .blog-single-links-section .share-container .social-icon:hover {
            transform: translateX(0) scale(1.1) translateY(-3px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        }

        @keyframes slideIn {
            to {
                transform: translateX(0) scale(1);
            }
        }
        .blog-single-wrapper .blog-single-next-pre-btns a:hover span{
            color: white;
        }
            .blog-single-links-section .share-container .social-icon svg,    .blog-single-links-section .share-container .social-icon img{
                max-width: 45px;
                width: 100%;

            }


@media (max-width:1300px) {
    .blog-single-page-banner {
      padding: 190px 0 90px;
    }}
@media (max-width:991px) {
    .blog-single-wrapper .blog-single-banner-image .site-main-icons {
        top: 31px;
        left: 30px;
        max-width: 30px;
    }
    .blog-single-wrapper .single-blog-page-post {
        gap: 20px;
        padding: 40px 0;
    }
    .blog-single-page-banner .blog-single-wrapper h2 {
        max-width:100%;
        padding: 36px 0;
    }
    .blog-single-page-banner{
        padding: 130px 0 50px;
    }}
@media (max-width:767px) {
    .blog-single-wrapper .single-blog-person-details img {
        max-width: 60px;
        width: 100%;
        height: 100%;
    }
    .blog-single-wrapper .blog-single-next-pre-btns {
       padding-bottom: 20px;
    }
    .blog-single-wrapper .single-blog-page-post {
        gap: 15px;
        padding: 30px 0;
    }
    .blog-single-wrapper .single-blog-person-details .person-details span.date-time-details {
        font-size: 14px;
    }
    .blog-single-wrapper .blog-single-links-section {
          padding-bottom: 22px;
    }
    .blog-single-page-banner .blog-single-wrapper h2 {
          padding: 22px 0;
    }
    .blog-single-wrapper .blog-single-links-section .blog-single-share-btn,
    .blog-single-wrapper .blog-single-next-pre-btns a {
         padding: 10px 18px;
    }
    .blog-single-links-section .share-container .social-icon {
        width: 30px;
        height: 30px;
    }
    .blog-single-links-section .share-container .social-icon svg{
        width: 18px;
        height: 18px;
    }
    .blog-single-wrapper .blog-single-links-section .blog-single-link span, .blog-single-wrapper .blog-single-links-section .blog-single-share-btn span, .blog-single-wrapper .single-blog-person-details .person-details span, .blog-single-wrapper .single-blog-page-post p {
        font-size: 16px;
    }
    .blog-single-wrapper .blog-single-links-section .blog-single-share-btn img{
        width: 20px;
    }
    .blog-single-links-section .share-container .social-icons {
        gap: 4px;
        margin-right: 6px;
    }
     .blog-single-next-pre-btns a span {
      font-size: 16px;
    }
    .blog-single-wrapper .blog-single-next-pre-btns a img{
        width: 20px;
    }
    .blog-single-page-banner{
        padding: 100px 0 50px;
    }
}
@media (max-width:625px){
    .blog-single-wrapper .blog-single-banner-image {
         margin-top: 20px;
    }
}
@media (max-width:575px) {
    .contactbtn-wrapper .swipe_bttn {
        width: 234px;
        font-size: 18px;
    }
    .blog-single-wrapper .single-blog-person-details img {
        max-width: 80px;
        width: 100%;
        height: 100%;
    }
    .blog-single-wrapper .single-blog-person-details{
        flex-direction: column;

    }
    .blog-single-wrapper .blog-single-links-section {
        align-items: start;
        gap:12px;
        flex-direction: column;
    }
    .blog-single-links-section .share-container .social-icons {
         left: 100%;
         right: unset;
         margin-right: 0;
         margin-left: 8px;
    }
}
