.navbar.main-header-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    color: #fff;
}
.main-header-div .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-header-div .logo img {
    width:130px;
    min-height: 60px;
}
.main-header-div .nav-links {
    list-style: none;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    height: 49px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    margin-bottom: 0;
}

.main-header-div .li-active {
    background: rgba(255, 255, 255, 0.1);
    border: 0.5px solid;
    border-image-source: linear-gradient(119.46deg, rgba(255, 255, 255, 0.58) -2.39%, rgba(0, 0, 0, 0) 115.97%);
    padding: 11px;
    border-radius: 25px;
}
.main-header-div .nav-links a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}
.dark-mode .main-header-div .nav-links a {
    color: #FFFFFF;
}
.light-mode .main-header-div .get-started, .get-started {
    color: #ffffff;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 180px;
    height: 46px;
    background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 43px;
    font-weight: 600;
    font-size: 24px;
    Z-INDEX: 2;
}
.dark-mode .main-header-div .get-started, .get-started {
    color: #ffffff;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 180px;
    height: 46px;
    background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 43px;
    font-weight: 600;
    font-size: 24px;
    Z-INDEX: 2;
    text-decoration: none;
}
.dark-mode .main-screen{
    background: linear-gradient(180deg, rgba(5, 9, 41, 0) 0%, #0C1137 18.65%, #0C1137 57.12%, rgba(0, 0, 0, 0) 100%);
    background-size: 100% 100%;
    flex-shrink: 0;
    width:100vw;
}

.light-mode .ai-crm-background{
    background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/ai-crm-light-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
    width:100vw;
}

.light-mode .about-us-background {
    background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/about-us-background-color.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.light-mode .about-us-main {
    background: linear-gradient(180deg, rgba(199, 206, 254, 0) 0%, rgba(168, 178, 255, 0.372) 18.65%, rgba(168, 178, 255, 0.93) 57.12%, rgba(199, 206, 254, 0) 100%);
}

.dark-mode .about-us-main {
    background: rgba(2, 8, 37, 1);
    padding-top: 100px;
}

.main-animated-sec div {
    transform: rotate(180deg);
    z-index: 4;
    flex-shrink: 0;
    border-radius: 100%;
    opacity: 0.2;
    mix-blend-mode: luminosity;
    rotate: 180deg;
    background: radial-gradient(60.42% 60.42% at 50.02% 60.42%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 50.02% 60.42%, rgba(255, 255, 255, 0.88) 75.33%, rgba(255, 255, 255, 0.13) 80.42%, rgba(255, 255, 255, 0.31) 86.39%, rgba(255, 255, 255, 0.57) 92.19%, #FFF 100%);
    box-shadow: 0px -20px 40px 0px rgba(255, 255, 255, 0.60);
}
.min-w-\[1440px\] {
    min-width: 1440px;
}
.h-\[1020px\] {
    height: 960px;
}
.h-550{
    height: 550px;
}
.animate-\[hero-enter_2s_ease-out_0\.5s_forwards\] {
    animation: hero-enter 2s ease-out .5s forwards;
}
.w-\[1459px\] {
    width: 1459px;
}
.h-\[1461px\] {
    height: 1461px;
}
.top-\[216px\] {
    top: 216px;
}
.w-screen {
    width: 100vw;
}
.animate-\[hero-enter_2s_ease-out_0\.5s_forwards\]{
    animation:hero-enter 2s ease-out .5s forwards
}
.animate-\[hero-enter_2s_ease-out_0s_forwards\]{
    animation:hero-enter 2s ease-out 0s forwards
}
@keyframes hero-enter{
    0%{opacity:0}
    to{opacity:1}}
.animate-\[hero-enter_2s_ease-out_1s_forwards\]{
    animation:hero-enter 2s ease-out 1s forwards
}@keyframes bounce{
     0%,to{transform:translateY(-25%);
         animation-timing-function:cubic-bezier(.8,0,1,1)}
     50%
     {transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}
 }

.animate-\[hero-enter_2s_ease-out_1s_forwards\] {
    animation: hero-enter 2s ease-out 1s forwards;
}
.left-0 {
    left: 0;
}
.h-\[800px\] {
    height: 800px;
}
.star {
    animation-name: star-move, star-loop;
    animation-iteration-count: infinite, infinite;
    animation-timing-function: linear, linear;
    z-index: 90;
}
:root{--star-move:-1000px}.focused{opacity:.6}
.placeholder-span{display:inline-block}
.input-cursor{animation:cursor 1s ease-in 0s infinite}
@keyframes cursor{0%{opacity:0}50%{opacity:0}51%{opacity:1}to{opacity:1}}
@keyframes star-move{0%{transform:translate(0)}to{transform:translateY(var(--star-move))}}
@keyframes star-loop{0%{opacity:0}50%{opacity:1}to{opacity:0}}
.main-heading-div span {
    background: linear-gradient(93.62deg, #F6AEFF 53.79%, #6405FF 80.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*button animated css*/
.gradient-border-animate-div {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 4px;
    width: 180px;
    height: 50px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 43px;
    color: #FFFFFF;
}

.gradient-border-animate-div:hover::after {
    opacity: 0.5;
}

.gradient-border-animate-div::after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
    inset: 2px;
    border-radius: 43px;
    z-index: 1;
    transition: opacity 0.3s ease;
}


@property --r2 {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@property --x {
    syntax: "<length>";
    inherits: false;
    initial-value: 0px;
}

.dark-mode .gradient-border-animate-div {
    background: conic-gradient(from calc(var(--r2) - 60deg) at var(--x) 10px, #22222252 0%, #fff 12%, #222222bf 25%);
    animation: -0.64s rotating2 6s linear infinite, -0.64s x 6s linear infinite;
}

@keyframes x {
    /* w:h === 6:1 */
    /* with a 80px x-margin */
    0% {
        --x: 80px;
    }
    /* 6/(6+3.14) * 50% */
    32.82275711% {
        --x: 120px;
    }
    50% {
        --x: 120px;
    }
    /* 50% + 32.8% */
    82.82275711% {
        --x: 80px;
    }
    100% {
        --x: 80px;
    }
}

@keyframes rotating2 {
    0% {
        --r2: 0deg;
    }
    32.82275711% {
        --r2: 0deg;
    }
    50% {
        --r2: 180deg;
    }
    82.82275711% {
        --r2: 180deg;
    }
    100% {
        --r2: 360deg;
    }
}


@media (min-width: 840px) {

    .ai-dt\:top-\[104px\] {
        top: 104px;
    }
}
@media (min-width: 640px) {
    .ai-sm\:h-\[1440px\] {
        height: 1440px;
    }
}
/*end button animated css*/
.gradient-color-btn .btn.btn-primary {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    width: 168px;
    height: 49px;
    background: linear-gradient(90deg, rgba(196, 102, 255, 0.7) 0%, rgba(70, 15, 158, 0.7) 100%);
    box-shadow: inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 43px;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    border: 1.5px solid;
}
body.dark-mode {
    background: linear-gradient(180deg, #050929d6 0%, #0C1137 18.65%, #0C1137 57.12%, #000000 100%);
}
.gradient-color-btn-two .btn.btn-primary {
    padding: 10px 16px;
    width: 168px;
    height: 49px;
    background: linear-gradient(90deg, rgba(200, 39, 224, 0.23) 0%, rgba(77, 15, 158, 0.23) 100%);
    border-radius: 47px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #E6E6E6;
    border: 2px solid;
}
.video-div {
    margin-top: 40px;
}
.video-div video {
    max-width: 594px;
    min-height: 338px;
    max-height: 338px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53)), url(image.png);
    border-radius: 23px;
}

/*.................................animate.2.css...................................*/

.bs-animate-2 {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: start;
    -webkit-align-items: flex-start;
    z-index: 1;
}

.light-mode .bs-animate-2::after {
    background: radial-gradient(217.23% 100.08% at 50% 18.33%, rgba(255, 255, 255, 0) 19.79%, #ffffff 67.71%, #ffffff 100%);
}

.bs-animate-2 .container-fluid {
    position: relative;
}
.bs-animate-2-content {
    position: relative;
    margin: 30px auto;
}

.bs-animate-2-circle {
    position: relative;
    margin: 0 auto;
}

.bs-animate-2-large-circle {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #B929FF;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.business-scrolled .bs-animate-2-large-circle {
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}
.bs-animate-2-img {
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    /*box-shadow: 0 2px 4px 0 #3e5ada;*/
    /*-webkit-box-shadow: 0 2px 4px 0 #3e5ada;*/
}
.bs-animate-2-img img {
    margin: 0 auto;
    width: 100%;
}
.business-scrolled .bs-animate-2-img img {
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
}
.bs-animate-2-img:first-child {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.bs-animate-2-img:nth-child(2) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}
.bs-animate-2-img:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}
.bs-animate-2-img:nth-child(4) {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.bs-animate-2-medium-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    border: 1px solid rgba(138, 78, 246, 0.8);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.business-scrolled .bs-animate-2-medium-circle {
    animation: circle-rotate 20s linear infinite;
    -webkit-animation: circle-rotate 20s linear infinite;
}
.business-scrolled .bs-animate-2-medium-circle .bs-animate-2-img img {
    animation: img-rotate 20s linear infinite;
    -webkit-animation: img-rotate 20s linear infinite;
}

.bs-animate-2-small-circle {
    position: absolute;
    top: 24%;
    left: 25%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    border: 1px solid rgba(138, 78, 246, 0.8);
}
.business-scrolled .bs-animate-2-small-circle {
     transform: translate(-50%, -50%) rotate(45deg);
     -webkit-transform: translate(-50%, -50%) rotate(45deg);
     animation: Rotate 20s linear infinite;
     -webkit-animation: Rotate 20s linear infinite;
 }
.business-scrolled  .bs-animate-2-small-circle .bs-animate-2-img img {
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
}

.bs-animate-2-header {
    position: absolute;
    left: 50%;
    z-index: 1;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.bs-animate-2-header .btn-outline-primary {
    background-color: #00000063;
}

.bs-animate-2-header .bs-heading-title img {
    width: 50px;
    height: 50px;
    object-fit: fill;
}

.bs-animate-2-header .bs-heading-title h1 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-animate-2-header .bs-heading-title h1 {
    background: linear-gradient(180deg, #000000 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-animate-2-logo {
    position: absolute;
    left: 50%;
    z-index: 1;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.bs-animate-2-logo img {
    object-fit: fill;
}

@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes Rotate-reverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes Rotate-reverse {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes circle-rotate {
    from {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes img-rotate {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes img-rotate {
    from {
        -webkit-transform: rotate(-45deg);
    }
    to {
        -webkit-transform: rotate(-405deg);
    }
}
.social-media-automation-tab .bs-animate-2::after {
    background: transparent;
}
.get-started-for-btn {
    width: 294.32px;
    height: 52.35px;
    background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
    box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 43px;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    color: #FFFFFF;
    border: 0.89px solid #77679F;
    margin-top: 20px;
}

@media (max-width: 375px) and (min-width: 320px) {
    .bs-animate-2-content {
        height: 525px;
    }

    .bs-animate-2-circle {
        width: 290px;
        height: 290px;
    }

    .bs-animate-2-header {
        top: 40%;
        width: 100%;
    }

    .bs-animate-2-img {
        width: 20px;
        height: 20px;
    }

    .bs-animate-2-logo {
        top: 50%;
        width: 100%;
    }

    .bs-animate-2-logo img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 425px) and (min-width: 375px) {
    .bs-animate-2-content {
        height: 500px;
    }

    .bs-animate-2-circle {
        width: 345px;
        height: 345px;
    }

    .bs-animate-2-header {
        top: 34%;
        width: 100%;
    }

    .bs-animate-2-img {
        width: 25px;
        height: 25px;
    }

    .bs-animate-2-logo {
        top: 50%;
        width: 100%;
    }

    .bs-animate-2-logo img {
        width: 100px;
        height: 100px;
    }

}

@media (max-width: 575.98px) and (min-width: 425px) {
    .bs-animate-2-content {
        height: 500px;
    }

    .bs-animate-2-circle {
        width: 400px;
        height: 400px;
    }

    .bs-animate-2-header {
        top: 30%;
        width: 100%;
    }

    .bs-animate-2-img {
        width: 25px;
        height: 25px;
    }

    .bs-animate-2-logo {
        top: 50%;
        width: 100%;
    }

    .bs-animate-2-logo img {
        width: 125px;
        height: 125px;
    }
}


@media (max-width: 991px) and (min-width: 767px) {
    .bs-animate-2-circle {
        width: 700px;
        height: 700px;
    }
    .bs-animate-2-header {
        top: 25%;
        width: 80%;
    }
    .bs-animate-2-img {
        width: 30px;
        height: 30px;
    }
    .bs-animate-2-logo {
        top: 50%;
        width: 80%;
    }
    .bs-animate-2-logo img {
        width: 175px;
        height: 175px;
    }
}
@media (max-width: 1200px) and (min-width: 991px) {
    .bs-animate-2-header h1 {
        font-size: 60px;
    }
    .bs-animate-2-header p {
        width: 75%;
        font-size: 22px;
    }
    .bs-animate-2-circle {
        width: 800px;
        height: 800px;
    }
    .bs-animate-2-header {
        top: 25%;
        width: 60%;
    }
    .bs-animate-2-img {
        width: 40px;
        height: 40px;
    }
    .bs-animate-2-logo {
        top: 50%;
        width: 60%;
    }
    .bs-animate-2-logo img {
        width: 225px;
        height: 225px;
    }
}
@media (max-width: 1200px) and (min-width: 991px) {
    .bs-animate-2-header h1 {
        font-size: 60px;
    }
    .bs-animate-2-header p {
        width: 75%;
        font-size: 22px;
    }
    .bs-animate-2-circle {
        width: 800px;
        height: 800px;
    }

    .bs-animate-2-header {
        top: 25%;
        width: 60%;
    }

    .bs-animate-2-img {
        width: 40px;
        height: 40px;
    }

    .bs-animate-2-logo {
        top: 50%;
        width: 60%;
    }

    .bs-animate-2-logo img {
        width: 225px;
        height: 225px;
    }
}

@media (max-width: 3280px) and (min-width: 1200px) {
    .bs-animate-2-circle {
        width: 1150px;
        height: 1150px;
    }

    .bs-animate-2-header {
        top: 50%;
        width: 60%;
    }

    .bs-animate-2-img {
        width: 40px;
        height: 40px;
    }

    .bs-animate-2-logo {
        top: 50%;
        width: 60%;
    }

    .bs-animate-2-logo img {
        width: 275px;
        height: 275px;
    }
}

@media (max-width: 991.98px) {
    .bs-animate-2 {
        padding-top: 50px;
    }
}

@media (min-width: 992px) {
    .bs-animate-2 {
        margin-top: -100px;
    }
}
/*................................animate.2.css.end..................................*/

.pink-text {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #E562FF;
}
.dark-mode .about-title {
    font-family: 'poppins';
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
}

.light-mode .about-title {
    font-family: 'poppins';
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #000;
}

.main-about-section{
    position: relative;
    background: url('https://testingtorkehub.techtorke.com/public/frontend/images/oneliner-background.png');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.main-about-section::after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right: 0;
    background: url('../images/shadow-retro.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.light-mode .bs-contact {
    background: linear-gradient(to bottom, #C2C2E5, #6772B9, #C2C2E5);
}

.dark-mode .bs-contact {
    background: linear-gradient(180deg, rgba(5, 9, 41, 0) 0%, rgba(5, 9, 41, 0.85) 13.41%, #04092D 17.77%, #04092D 57.12%, rgba(0, 0, 0, 0) 100%);
}
.bs-contact-content {
    padding: 180px 40px 20px;
}
.dark-mode .bs-contact-form-content .card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    color: white;
    border-radius: 30px;
    padding: 10px;
}

.light-mode .bs-contact-form-content .card {
    background: #00000063;
    backdrop-filter: blur(12px);
    color: white;
    border-radius: 30px;
    padding: 10px;
}

.contact-submit-btn {
    background: linear-gradient(90deg, #A066FF 0%, #460F9E 100%);
    color: white;
}

.bs-contact-form-content form {
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    padding: 17px;
    border-radius: 13px;
    height: 100%;
    backdrop-filter: blur(17.000246047973633px);
}

.bs-contact-form-content .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: rgba(255, 255, 255, 0.1);
}

.bs-contact-form-content .form-control:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    /*border-color: #86b7fe;*/
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.bs-contact-form-content .form-control::placeholder {
    color: #FFFFFF99;
    opacity: 1; /* Ensure it's not transparent */
}

.bs-contact-form-content .form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF99;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 0.375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='white'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E"); /* example dropdown arrow */
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bs-contact-form-content .form-select option {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

/* DARK MODE */
.dark-mode .contact-sales-new-div .form-select {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.dark-mode .contact-sales-new-div .form-select option {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.8);
}

/* LIGHT MODE */
.light-mode .contact-sales-new-div .form-select {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.light-mode .contact-sales-new-div .form-select option {
    color: rgba(42, 42, 42, 0.8);
    background-color: rgba(255, 255, 255, 0.9);
}


.dark-mode .liner-title-div h2 {
    font-style: normal;
    /*font-size: 24px;*/
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.light-mode .liner-title-div h2 {
    font-style: normal;
    /*font-size: 24px;*/
    line-height: 28px;
    display: flex;
    align-items: center;
    color: rgba(120, 5, 153, 1);
}

.dark-mode .liner-title-div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}

.light-mode .liner-title-div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
}

.dark-mode .liner-arrow-div i{
    font-size: 28px;
    color: #ffffff;
    font-weight: normal;
}

.light-mode .liner-arrow-div i{
    font-size: 28px;
    color: #000000;
    font-weight: normal;
}

.bs-landing-content {
    padding: 50px 0 100px;
}

.bs-contact-form-content {
    padding: 50px 0 100px;
}

/*.rotated-star {*/
/*    transform: rotate(-3deg);*/
/*    position: absolute;*/
/*    top: 155px;*/
/*    right: 121px;*/
/*    width: 190px;*/
/*    filter: drop-shadow(0 0 0px #fff);*/
/*}*/

.card-wrapper .rotated-star {
    position: absolute;
    top: 167px;
    right: 950px;
    width: 190px;
    height: 375px;
    filter: drop-shadow(0 0 0px #fff);
    transform: rotate(-16deg) translateX(0);
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}


.alert {
    font-size: smaller;
}

.ai-main {
    top: 100px;
}

.media-stratergy-div {
    padding: 100px 0px;
}
.contact-header {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.dark-mode .contact-header h1 {
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    line-height: 2;
    width: 700px;
}

.light-mode .contact-header h1 {
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 1);
    line-height: 2;
    width: 700px;
}

.dark-mode .contact-header h3 {
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    line-height: 2;
    width: 700px;
}

.light-mode .contact-header h3 {
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 1);
    line-height: 2;
    width: 700px;
}

.contact-content {
    display: flex;
    justify-content: center;
    position: relative;
    top: -12px;
    right: -12px;
}

.get-started-btn {
    color: #ffffff;
    border: none;
    /* cursor: pointer; */
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 280px;
    height: 75px;
    background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 43px;
    font-weight: 600;
    font-size: 30px;
    Z-INDEX: 2;
}

.get-started-btn:hover, .get-started-btn:focus {
    background: linear-gradient(94.76deg, #A451BB 12.64%, #C15CF4 32.31%, #3A3ABF 49.19%, #5D85E8 75.53%, #62A8FF 93.67%);
    mix-blend-mode: normal;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);

    /*box-shadow: 0px 11.84px 11.84px rgba(0, 0, 0, 0.25), inset -11.84px -11.84px 5.92px rgba(0, 0, 0, 0.4), inset 11.84px 11.84px 5.92px rgba(255, 255, 255, 0.25);*/
    border-radius: 127.28px;
    color: #fff;
}
.cat-image {
    width: 240px;
    position: relative;
    top: 28px;
    left: -75px;
}
.dark-mode .bs-landing-content {
    background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
    background-size: cover;
    height: 170vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.light-mode .bs-landing-content {
    background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/logo-bg.png');
    background-size: cover;
    height: 110vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
.about-get-started .get-started-btn {
    font-weight: 600;
    font-size: 64.04px;
    line-height: 86px;
    text-align: center;
    color: #FFFFFF;
    padding: 29.6px 47.36px;
    width: 490.8px;
    height: 110px;
    border-radius: 127.28px;
    text-decoration: none;
}
.about-get-started {
    position: relative;
    height: 120vh;
    max-width: 100%;
    margin: 0 auto 40px;
    display: flex;
    text-align: center;
}
.about-get-started::before {
    content: '';
    background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/get-started-bg.png');
    background-size: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}
.new-get-started-sec .ai-main{
    top: 0;
}
.dark-mode .bs-affiliate-content {
    background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
    background-size: cover;
    /*height: 170vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.light-mode .bs-affiliate-content {
    background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
    background-size: cover;
    height: 170vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.bs-affiliate-content::before {
    content: "";
    position: absolute;
    width: 1200px;
    height: 1200px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0) 80%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

/*.light-mode .about-us-get-started {*/
/*    padding-top: 285px;*/
/*}*/

.bs-landing-content::before {
    content: "";
    position: absolute;
    width: 1200px;
    height: 1200px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0) 80%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}


.bs-landing-content .container {
    position: relative;
}

.new-get-started-sec .container {
    position: relative;
}

.new-get-started-sec {
    padding-top: 100px;
}


.light-mode .bs-affiliate-content .container,
.dark-mode .bs-affiliate-content .container {
    position: relative;
    bottom: 280px;
}


.dark-mode .hc-about-box {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: inset 4px 4px 8px rgba(255, 255, 255, 0.36);
    border-radius: 24px;
    padding: 20px 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    height: 90%;
    position: relative;
}

.light-mode .hc-about-box {
    background: rgba(0, 0, 0, 0.05);
    box-shadow: -4px -4px 4px 0px rgba(0, 0, 0, 0.34) inset;
    border-radius: 24px;
    padding: 20px 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    height: 90%;
    position: relative;
}

.dark-mode .blog-about-box {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 0.16) inset;
    border-radius: 24px;
    padding: 20px 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    height: 90%;
    position: relative;
}

.light-mode .blog-about-box {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: -4px -4px 4px 0px rgba(0, 0, 0, 0.34) inset;
    border-radius: 24px;
    padding: 20px 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    height: 90%;
    position: relative;
}


.about-box {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: inset -1px -1px 5px rgba(255, 255, 255, 0.36), inset 4px 4px 8px rgba(255, 255, 255, 0.36);
    border-radius: 24px;
    padding: 20px 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
}
.ai-crm-about-box {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.25) inset;
    border-radius: 24px;
    padding: 20px 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
    height: 90%;
}

.blog-liner-title-div {
    padding: 10px 0px 10px 0px;
}

.blog-title-main {
    border-bottom: 1px solid rgba(203, 203, 203, 1);
}

.dark-mode .hc-liner-title-div h4 {
    font-family: 'Inter';
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    vertical-align: middle;
}
.light-mode .hc-liner-title-div h4 {
    font-family: 'Inter';
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: rgba(120, 5, 153, 1);
    vertical-align: middle;
}

.dark-mode .liner-title-div h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.light-mode .liner-title-div h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: rgba(120, 5, 153, 1);
}

.dark-mode .hc-liner-title-div p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}
.light-mode .hc-liner-title-div p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgb(0, 0, 0);
}

.dark-mode .blog-liner-title-div h4 {
    font-family: 'Inter';
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    vertical-align: middle;
}
.light-mode .blog-liner-title-div h4 {
    font-family: 'Inter';
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    vertical-align: middle;
}

.dark-mode .blog-liner-title-div p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}
.light-mode .blog-liner-title-div p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgb(0, 0, 0);
}

.hc-liner-title-div i {
    font-size: 28px;
    color: #ffffff;
    font-weight: normal;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: black;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

/*..............................testimonial.slider.css.................................*/

.bs-testimonial-slider {
    position: relative;
}

.bs-testimonial-slider::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    text-align: center;
    background-image: url('../images/testimonial-slider.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bs-testimonial-slider .bs-heading-title {
    text-align: center;
    margin-bottom: 50px;
}
.bs-testimonial-slider .bs-heading-title h1 {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, #FFFFFF 0%, #070322 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
    margin-top: 30px;
}

.light-mode .bs-testimonial-slider .bs-heading-title h1 {
    background: linear-gradient(180deg, #757575 0%, #070322 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
}

.bs_testimonial_slider_active.owl-carousel .owl-item.active.center > div {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.bs_testimonial_slider_active.owl-carousel .owl-item {
    display: flex;
    align-items: center;
    min-height: 500px;
}

.bs_testimonial_slider_active.owl-carousel .owl-dots {
    text-align: center;
    margin-bottom: 60px;
}

.bs_testimonial_slider_active.owl-carousel .owl-dots button.owl-dot.active span,
.bs_testimonial_slider_active.owl-carousel .owl-dots button.owl-dot:hover span {
    background-color: yellow;
    border-radius: 50%;
    height: 16px;
    width: 16px;
}

.bs_testimonial_slider_active.owl-carousel .owl-dots button.owl-dot {
    position: relative;
    width: 40px;
    height: 5px;
    border-radius: 10px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}

.bs_testimonial_slider_active.owl-carousel .owl-dots button.owl-dot.active {
    width: 100px;
    background-color: #FFFFFF;
}

.light-mode .bs_testimonial_slider_active.owl-carousel .owl-dots button.owl-dot {
    background-color: #0000004D;
}

.light-mode .bs_testimonial_slider_active.owl-carousel .owl-dots button.owl-dot.active {
    width: 100px;
    background: linear-gradient(184.66deg, #000000 98.39%, #070322 98.39%);
}

.bs_testimonial_slider_active.owl-carousel .owl-nav {
    display: none;
}
.bs-testimonial-content .card {
    padding: 25px 28px;
    gap: 12px;
    width: 432px;
    height: 386px;
    background: #140F2A;
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.12);
    border-radius: 21px;
}

.light-mode .bs-testimonial-content .card {
    padding: 25px 28px;
    gap: 12px;
    width: 432px;
    height: 386px;
    background: #140F2A;
    border-radius: 21px;
    background: rgba(236, 236, 236, 0.53);
    border: 1px solid;
    border-image-source: linear-gradient(128.26deg, rgba(255, 255, 255, 0.84) 0.6%, rgba(153, 153, 153, 0) 100.05%);
    /* box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 1) inset; */
    box-shadow: -4px -4px 2px 0px rgba(0, 0, 0, 0.25) inset;
    backdrop-filter: blur(20px);
}

.bs-testimonial-content .card .card-body {
    display: flex;
    min-height: 350px;
    flex-direction: column;
    justify-content: space-between;
}

.bs-testimonial-content .card .card-body .card-img {
    width: 100%;
    max-width: 60px;
    height: 100%;
    min-height: 60px;
    max-height: 60px;
    padding: 3px;
    border-radius: 50%;
    border: 1.4px solid #CB97FF;
    background: linear-gradient(180deg, #8547F6 0%, #BC98FF 100%);
}

.bs-testimonial-content .card .card-body .card-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 50%;
}

.bs-testimonial-content .card .card-body h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.035em;
    color: #FFFFFF;
}

/*.bs-testimonial-content .card .card-body p > span {*/
/*    !*overflow: hidden;*!*/
/*    !*text-overflow: ellipsis;*!*/
/*    !*display: -webkit-box;*!*/
/*    !*-webkit-line-clamp: 4; !* after 4 line show ... *!*!*/
/*    !*-webkit-box-orient: vertical;*!*/
/*    font-family: 'Helvetica';*/
/*    font-style: normal;*/
/*    background: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255) 100%);*/
/*    background-clip: text;*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/
.bs-testimonial-content .card .card-body .card-info {
    margin-left: 30px;
}
.bs-testimonial-content .card .card-body .testimonial-info {
    position: relative;
}

.dark-mode .bs-testimonial-content .card .card-body p > span
{    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #fff;
}

.light-mode .bs-testimonial-content .card .card-body p > span
{    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000000;
}


.bs-testimonial-content .card .card-body .testimonial-info::after {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, #FFFFFF 45.19%, rgba(153, 153, 153, 0) 94.14%);
    backdrop-filter: blur(52px);
}

.light-mode .bs-testimonial-content .card .card-body .testimonial-info h6 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: bold;
    /*background: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255) 100%);*/
    background: rgba(0, 0, 0, 1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dark-mode .bs-testimonial-content .card .card-body .testimonial-info h6 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: bold;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dark-mode .testimonial-title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #FFFFFF;
    background: #CBD2FF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .testimonial-title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #000000;
}
.testimonial-title {
    padding: 10px 0px 40px;
}

.dark-mode span.blue-gradient-text {
    font-size: 60px;
    line-height: 114.99999999999999%;
    letter-spacing: 2%;
    background: linear-gradient(90.61deg, rgba(200, 167, 255, 0.6) 0.53%, rgba(112, 24, 252, 0.6) 82.8%), #E5EDFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.light-mode span.blue-gradient-text {
    font-size: 60px;
    line-height: 114.99999999999999%;
    letter-spacing: 2%;
    background: rgba(147, 72, 244, 1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bs-testimonial-slider .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    margin-left: 10px;
    margin-right: 10px;
}
.dark-mode .bs-testimonial-slider .icon-div {
    font-weight: 500;
    font-size: 90px;
    line-height: 0;
    letter-spacing: -0.035em;
    color: #FFFFFF;
    margin-left: -50px;
    position: absolute;
    top: 60px;
}

.light-mode .bs-testimonial-slider .icon-div {
    font-weight: 500;
    font-size: 90px;
    line-height: 0;
    letter-spacing: -0.035em;
    color: #000000;
    margin-left: -50px;
    position: absolute;
    top: 60px;
}

.bs-testimonial-content .card .card-body p {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 0px;
}
.bs-testimonial-content .card .card-body h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 12px;
}
/*..............................testimonial.slider.css.end................................*/
/*...................................review.slider.css...................................*/

.bs-review-logo {
    position: relative;
    margin: 50px 0;
}
.bs-review-logo::before {
    content: '';
    width:100%;
    height:1px;
    background: linear-gradient(90deg, #000000 0%, #E6E6E6 46.15%, #000000 100%);
    position: absolute;
}
.bs-review-logo::after {
    content: '';
    width:100%;
    height:1px;
    background: linear-gradient(90deg, #000000 0%, #E6E6E6 46.15%, #000000 100%);
    position: absolute;
}
.bs-review-logo-content {
    padding: 50px 0;
}
.bs-review-logo-content .card {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bs-review-logo-content .card .card-img {
    text-align: center;
}

.bs-review-logo-content .card .card-img img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

/*.................................review.slider.css.end.................................*/
.contact-sales-new-div {
    padding: 22px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border-radius: 8px;
}
.dark-mode .contact-sales-new-div .form-label {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.light-mode .contact-sales-new-div .form-label {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.contact-sales-new-div .form-control{
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    border:0px;
}
input::placeholder {
    opacity: 1; /* Firefox */
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}
.dark-mode .connect-text-div h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    background: linear-gradient(90.63deg, #E6D7FF 0.54%, #AD7BFF 57.18%), linear-gradient(0deg, #C9D0FF, #C9D0FF), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.light-mode .connect-text-div h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    background: linear-gradient(90.63deg, #9F64FF 0.54%, #6100FF 57.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.dark-mode .connect-text-div p{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
}

.light-mode .connect-text-div p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}

/*up n down animation*/
img.vert-move {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(10px); }
    100% { transform: translateY(-50px); }
}
@keyframes mover {
    0% { transform: translateY(10px); }
    100% { transform: translateY(-50px); }
}
.connect-text-div {
    margin-top: -50px;
}
.dark-mode .description-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}

.light-mode .description-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

/*End up n down animation*/
.join-our-btn .btn {
    width: 215px;
    height: 39px;
    background: linear-gradient(90deg, rgba(160, 102, 255, 0.19) 0%, rgba(70, 15, 158, 0.19) 100%);
    box-shadow: inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 44px;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}
.light-mode .join-our-btn .btn {
    width: 215px;
    height: 39px;
    background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
    box-shadow: inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 44px;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.dark-mode .faq-accordion-div .accordion-item {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    margin: 10px 0;
    border-radius: 15px;
    color: #ffffff;
}

.light-mode .faq-accordion-div .accordion-item {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    margin: 10px 0;
    border-radius: 15px;
    color: #000000;
}

.faq-accordion-div .accordion-item:focus{
    outline: 0px;
    box-shadow: none;
}
.dark-mode .faq-accordion-div .accordion-button {
    font-family: 'Poppins';
    height: 76.8px;
    background: rgb(255 255 255 / 0%);
    border-radius: 16px;
    color: #fff;
    box-shadow: none;
}

.light-mode .faq-accordion-div .accordion-button {
    font-family: 'Poppins';
    height: 76.8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    color: #000000;
    box-shadow: none;
}
.faq-accordion-div {
    max-width: 800px;
    margin: 0 auto;
}
.accordion-button::after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    background-size: 0;
    font-size: 16px;
}
.accordion-button:not(.collapsed)::after {
    content: "\f068";
}
.secure-sec {
    margin: 100px 0;
}
.growth-div h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 64px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(90.55deg, #A9B6FF 0.47%, #5B52FF 86.03%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.growth-div p {
    max-width: 650px;
    font-weight: 500;
    font-size: 18px;
    line-height: 152%;
    letter-spacing: 0.02em;
    color: #CDCDCD;
    align-self: stretch;
    padding: 20px 0;
}
.dark-mode .get-started-sec {
    background: url('../images/ai-crm-back.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

/*.get-started-sec::after {*/
    /*content: '';*/
    /*box-sizing: border-box;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 1461px;*/
    /*!*background: radial-gradient(60.42% 60.42% at 50.02% 60.42%, #FFFFFF 0%, #FFFFFF 69.42%, rgba(255, 255, 255, 0.08) 75.33%, rgba(255, 255, 255, 0.13) 80.42%, rgba(255, 255, 255, 0.31) 86.39%, rgba(255, 255, 255, 0.57) 92.19%, #FFFFFF 100%);*!*/
    /*opacity: 0.4;*/
    /*!*border: 1px solid #FFFFFF;*!*/
    /*!*box-shadow: 0px -20px 40px rgba(255, 255, 255, 0.6);*!*/
    /*border-radius: 1505px;*/
    /*transform: rotate(180deg);*/
    /*z-index: -1;*/
/*}*/
.dark-mode .powered-content-div h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
}
.light-mode .powered-content-div h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
}


.big-get-started-btn {
    padding: 29.6px 47.36px;
    width: 532.8px;
    height: 136px;
    background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
    box-shadow: 0px 11.84px 11.84px rgba(0, 0, 0, 0.25), inset -11.84px -11.84px 5.92px rgba(0, 0, 0, 0.4), inset 11.84px 11.84px 5.92px rgba(255, 255, 255, 0.25);
    border-radius: 127.28px;
    border: 1.50px solid  #D0B2FF;
    font-style: normal;
    font-weight: 600;
    font-size: 71.04px;
    line-height: 70px;
    color: #FFFFFF;
}
.main-title-div {
    margin-top: 80px;
}
.blog-title-div {
    margin-top: 80px;
    margin-bottom: 50px;
}
.blog-description {
    padding: 35px;
}

.dark-mode .main-common-gradient-title {
    font-style: normal;
    font-weight: 700;
    font-size: 65.9621px;
    line-height: 85px;
    text-align: center;
    background: linear-gradient(90.63deg, #E6D7FF 0.54%, #AD7BFF 57.18%), linear-gradient(0deg, #C9D0FF, #C9D0FF), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.light-mode .main-common-gradient-title {
    font-style: normal;
    font-weight: 700;
    font-size: 65.9621px;
    line-height: 85px;
    text-align: center;
    background: linear-gradient(90.63deg, #790598 0.54%, #4D01BB 57.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.common-sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.light-mode .common-sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #000000;
}

.dark-mode .blog-common-sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 35px;
}

.light-mode .blog-common-sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 35px;
}

.dark-mode .blog-common-gradient-title {
    font-style: normal;
    font-weight: 700;
    font-size: 53.9621px;
    line-height: 85px;
    text-align: center;
    background: linear-gradient(90.63deg, #E6D7FF 0.54%, #AD7BFF 57.18%), linear-gradient(0deg, #C9D0FF, #C9D0FF), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.light-mode .blog-common-gradient-title {
    font-style: normal;
    font-weight: 700;
    font-size: 53.9621px;
    line-height: 85px;
    text-align: center;
    background: linear-gradient(90.63deg, #790598 0.54%, #4D01BB 57.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.dark-mode .search-bar-help-center.input-group {
    width: 695.12px;
    height: 83px;
    background: #FFFFFF;
    border-radius: 44.735px;
    padding: 6px;
    margin-top: 160px;
}

.light-mode .search-bar-help-center.input-group {
    width: 695.12px;
    height: 83px;
    background: #000000;
    border-radius: 44.735px;
    padding: 6px;
    margin-top: 160px;
}
.search-bar-help-center .input-group-text {
    box-sizing: border-box;
    width: 72px;
    height: 72px;
    background: #10043E;
    border: 1.25758px solid #DDEDFF;
    border-radius: 100%;
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.light-mode .search-bar-help-center .input-group-text {
    box-sizing: border-box;
    width: 72px;
    height: 72px;
    background: #ffffff;
    border: 1.25758px solid #DDEDFF;
    border-radius: 100%;
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.search-bar-help-center .form-control{
    background-color: transparent;
    border: 0px;
}
.search-bar-help-center .form-control:focus{
    outline: 0px;
    box-shadow: none;
}
.search-bar-help-center.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}
.dark-mode .how-torkehub-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.light-mode .how-torkehub-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #000000;
}

.torkehub-help-sec .liner-title-div p {
    margin-top: 20px;
}
/*.torkehub-help-sec  .about-box {*/
/*    height: 100%;*/
/*    min-height: 264px;*/
/*    max-height: 264px;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/
.dark-mode .book-call-form-div {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-align: center;
}
.light-mode .book-call-form-div {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-align: center;
}
.dark-mode .secure-title-div h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.light-mode .secure-title-div h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: -0.01em;
    background: linear-gradient(90deg, #4812A0 0%, #9A60F9 47.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.secure-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 32px;
}
.secure-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    padding: 30px;
    margin: 30px 0;
    box-shadow: inset -1px -1px 5px #000000, inset 4px 4px 8px rgba(255, 255, 255, 0.36);
}
.dark-mode .secure-card p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.6);
}
.light-mode .secure-card p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: rgb(0, 0, 0);
}
.dark-mode .secure-card h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.light-mode .secure-card h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: rgba(73, 18, 161, 1);
}
.look-out-btn .btn {
    justify-content: center;
    padding: 10px 16px;
    width: 560px;
    height: 49px;
    background: linear-gradient(90deg, rgba(200, 39, 224, 0.23) 0%, rgba(77, 15, 158, 0.23) 100%);
    border-radius: 47px;
}
.dark-mode .look-out-btn .btn {
    justify-content: center;
    padding: 10px 16px;
    width: 560px;
    height: 49px;
    background: linear-gradient(90deg, rgba(200, 39, 224, 0.23) 0%, rgba(77, 15, 158, 0.23) 100%);
    border-radius: 47px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #E6E6E6;
}

.book-call-main-div {
    padding-top: 100px;
}

.light-mode .look-out-btn .btn {
    justify-content: center;
    padding: 10px 16px;
    width: 560px;
    height: 49px;
    background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
    border-radius: 47px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #E6E6E6;
    border: 0.75px solid;
    border-image-source: linear-gradient(94.07deg, rgba(255, 255, 255, 0.4) 5.51%, rgba(255, 255, 255, 0) 97.26%);
}

.light-mode .torke-social-btn .btn {
    background: linear-gradient(90deg, rgba(200, 39, 224, 0.23) 0%, rgba(77, 15, 158, 0.23) 100%);
    color: black;
    justify-content: center;
    padding: 10px 16px;
    width: 560px;
    height: 49px;
    border-radius: 47px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    border: 0.75px solid;
    border-image-source: linear-gradient(94.07deg, rgba(255, 255, 255, 0.4) 5.51%, rgba(255, 255, 255, 0) 97.26%);
}

.light-mode .affiliate-bold-main-title {
    background: linear-gradient(91.71deg, #810591 3.45%, #4800BF 97.68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.common-bold-main-title {
    font-style: normal;
    font-weight: 700;
    font-size: 65.9621px;
    line-height: 75px;
}
.dark-mode .common-description-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    color: #FFFFFF;
    margin: 0px 0 30px 0;
}
.light-mode .common-description-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    color: #000000;
    margin: 0px 0 30px 0;
}
.for-our-affiliate-div .btn-primary {
    padding: 16.1632px 28.2856px 16.1632px 23.52px;
    width: 360.97px;
    max-width: 360.97px;
    height: 57.33px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #7320E3;
    box-shadow: inset 1.0102px 1.0102px 2.0204px rgba(255, 255, 255, 0.24);
    border-radius: 48.4896px;
    border: 0;
    font-weight: 500;
    font-size: 18.1836px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 30px 0;
}
.height-630{
    height: 630px;
}
.dark-mode .start-application-btn .btn {
    padding: 16.1632px 28.2856px 16.1632px 24.2448px;
    left: calc(50% - 247px/2 - 0.5px);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(255, 255, 255, 0.04);
    border: 3px solid #7223DC;
    box-shadow: 0px 8.0816px 40.408px -20.204px rgba(255, 255, 255, 0.2), inset 1.0102px 1.0102px 0px rgba(255, 255, 255, 0.08), inset 0px 0px 0px 1.0102px rgba(255, 255, 255, 0.06);
    border-radius: 48.4896px;
    font-weight: 500;
    font-size: 18.1836px;
    line-height: 24px;
    color: #FFFFFF;
}

.light-mode .start-application-btn .btn {
    padding: 16.1632px 28.2856px 16.1632px 24.2448px;
    left: calc(50% - 247px/2 - 0.5px);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(255, 255, 255, 0.04);
    border: 3px solid #7223DC;
    box-shadow: 0px 8.0816px 40.408px -20.204px rgba(255, 255, 255, 0.2), inset 1.0102px 1.0102px 0px rgba(255, 255, 255, 0.08), inset 0px 0px 0px 1.0102px rgba(255, 255, 255, 0.06);
    border-radius: 48.4896px;
    font-weight: 500;
    font-size: 18.1836px;
    line-height: 24px;
    color: #000000;
}
.apply-share-main-div {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    padding: 25px;
}

.light-mode .apply-container {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}

.dark-mode .apply-title-div {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    color: #ffff;
}
.light-mode .apply-title-div {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    color: #000000;
    background: linear-gradient(0deg, #7323DD, #7323DD), linear-gradient(0deg, #7323DD, #7323DD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dark-mode .ap-apply-title-div {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    color: #ffff;
    padding: 10px 0px;
}
.light-mode .ap-apply-title-div {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    color: #000000;
    padding: 10px 0px;
}

.dark-mode .apply-grey-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF99;
}
.light-mode .apply-grey-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}
.dark-mode .apply-text span {
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.light-mode .apply-text span {
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #000000;
}
.dark-mode .apply-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.light-mode .apply-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #000000;
}
.apply-description-text .for-our-affiliate-div .btn-primary {
    width: 250px;
    max-width: 250px;
    height:56px;
}
.dark-mode .audience-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
}
.light-mode .audience-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    text-align: center;
    color: #000000;
}
.dark-mode .audience-content-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}
.light-mode .audience-content-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.05em;
    color: #000000;
}
.dark-mode .management-title-div {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.light-mode .management-title-div {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #000000;
}

.dark-mode p.management-content-div {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}

.dark-mode .management-content-div {
    color: #fff;
}

.light-mode .management-content-div {
    color: #000;
}

.light-mode p.management-content-div {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
    color: rgba(42, 42, 42, 1);
}

.light-mode .ceo-content-div h6 {
    color: #000;
}

.dark-mode .ceo-content-div h6 {
    color: #ffffff;
}

.dark-mode .ceo-content-div p {
    color: #ffffff;
}

.light-mode .ceo-content-div p {
    color: #000000;
}

.dark-mode .ceo-content-div blockquote {
    color: #ffffff;
}

.light-mode .ceo-content-div blockquote {
    color: #000000;
}

.started-btn-div.look-out-btn .btn {
    width: 50%;
    border:1px solid #D0B2FF;
}
.free-demo-btn-div .btn {
    width: 50%;
    /*box-shadow: 4.5px 4.5px 2.25px 0px rgba(255, 255, 255, 0.25) inset;*/
    box-shadow: -4.5px -4.5px 2.25px 0px rgba(0, 0, 0, 0.4) inset;
}

.free-demo-btn-div .btn {
    justify-content: center;
    padding: 10px 16px;
    height: 41px;
    background: linear-gradient(90deg, #C466FF 0%, #460F9E 100%);
    border-radius: 47px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #E6E6E6;
}

.crm-saas-main {
    background: url('https://testingtorkehub.techtorke.com/public/frontend/images/crm_saas_background.png');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.cat-main-div {
    position: relative;
    left: 627px;
    bottom: 84px;
}

.dark-mode .pink-gradient-text {
    background: rgba(229, 98, 255, 1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.light-mode .pink-gradient-text {
    background: linear-gradient(90deg, #E562FF 45.37%, #893B99 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.dark-mode .license-gradient-text {
    background: rgba(229, 98, 255, 1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.light-mode .license-gradient-text {
    background: linear-gradient(90deg, #8D01C5 36.48%, #893B99 63.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.dark-mode .white-lable-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #FFFFFF;
}

.light-mode .white-lable-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #000000;
}

.white-lable-main-div {
    background: url('https://testingtorkehub.techtorke.com/public/frontend/images/white-label-background.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    position: relative;
}

.dark-mode .white-label-box {
    padding: 30px;
    width: 301px;
    height: 230px;
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgba(195, 0, 255, 1);
    box-shadow: inset 2px 4px 16px rgba(248, 248, 248, 0.06);
    border-radius: 22px;
    transition: 0.8s ease;
}

.light-mode .white-label-box {
    padding: 30px;
    width: 301px;
    height: 230px;
    background: rgba(9, 0, 57, 0.85);
    border: 1px solid rgba(195, 0, 255, 1);
    box-shadow: inset 2px 4px 16px rgba(248, 248, 248, 0.06);
    border-radius: 22px;
    transition: 0.8s ease;
}

.box-icon {
    width: 61px;
    height: 61px;
}

.box-title {
    padding: 0px 0px 15px;
}
.dark-mode .bs-crm-saas {
    background: url('https://testingtorkehub.techtorke.com/public/frontend/images/crm_saas_pricing_back.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
.light-mode .bs-crm-saas {
    background: url('https://testingtorkehub.techtorke.com/public/frontend/images/crm_saas_pricing.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 180vh;
}
.bs-crm-saas-pricing-content {
    padding: 5rem 1rem;
    display: flex;
    border-radius: 2rem;
    justify-content: center;
}

.dark-mode .yearly-tag {
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    letter-spacing: 0.29px;
    font-family: 'Poppins';
}

.light-mode .yearly-tag {
    color: rgb(0, 0, 0);
    font-size: 11px;
    letter-spacing: 0.29px;
    font-family: 'Poppins';
}

.dark-mode .crm-saas-action-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: rgba(231, 231, 231, 0.6);
}

.light-mode .crm-saas-action-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: rgb(0, 0, 0);
}

.crm-saas-cat-image {
    width: 180px;
    position: relative;
    top: 20px;
    left: 100px;
}

.cat {
    background: url('https://testingtorkehub.techtorke.com/public/frontend/images/crm_saas_action.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
}
.book-free-call-btn {
    color: #ffffff;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 385px;
    height: 75px;
    background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 43px;
    font-weight: 600;
    font-size: 28px;
    Z-INDEX: 2;
    text-decoration: none;
}
.beta_ai_assistant-btn {
        color: #ffffff;
        /* cursor: pointer; */
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 230px;
        height: 49px;
        background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
         border: 0.74px solid;
         border-image-source: linear-gradient(94.32deg, #D0B2FF 0.36%, rgba(74, 0, 195, 0.34) 99.57%),
         linear-gradient(94.07deg, rgba(255, 255, 255, 0.4) 5.51%, rgba(255, 255, 255, 0) 97.26%);
        box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 42px;
        font-weight: 600;
        font-size: 20px;
        Z-INDEX: 2;
}
.beta-ai-assiatant-title h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 58px;
    color: #FFFFFF;
}
.beta-img {
    width: 190px;
    height: 190px;
}
.beta-star {
    position: relative;
    bottom: 506px;
    height: 476px;
    width: 200px;
    left: 918px;
    transform: rotate(22deg);
}
.cat-image-div {
    display: flex;
    justify-content: center;
}
.lead-manager-div {
    position: relative;
    right: 100px;
    padding: 17px;
}
.ai-explainer-div {
    position: relative;
    left: 75px;
    padding: 17px;
}
.automation-guru-div {
    position: relative;
    right: 100px;
    padding: 7px;
}
.support-insight-div {
    position: relative;
    left: 100px;
    padding: 7px;
}
.future-ai-assistant-sec {
    padding: 25px;
}
.future-ai-assistant-div {
    width: 100%;
    height: 595px;
    background: rgba(0, 0, 0, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
}
.dark-mode .powered-box {
    padding: 16px 16px 32px;
    height: 210px;
    background: rgba(68, 27, 145, 0.19);
    box-shadow: inset 2px 4px 16px rgba(248, 248, 248, 0.06);
    border-radius: 32px;
}
.light-mode .powered-box {
    padding: 16px 16px 32px;
    height: 210px;
    background: rgba(236, 236, 236, 0.53);
    box-shadow: inset 2px 4px 16px rgba(248, 248, 248, 0.06);
    border-radius: 32px;
}
.dark-mode .powered-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.035em;
    color: #FFFFFF;
}
.light-mode .powered-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.035em;
    color: #000000;
}
.dark-mode .powered-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 20px 0;
}
.light-mode .powered-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 20px 0;
}
.social_media_slider .owl-item.active.center .social-media-inner-div .image-div {
    transform: scale(1.1);
}
.social_media_slider .owl-item.active .social-media-inner-div .image-div, .social_media_slider .owl-item .social-media-inner-div .image-div  {
    transform: scale(0.9);
}
.social_media_slider .owl-item .social-media-inner-div .image-div img{
    border-radius: 100%;
    padding-bottom: 10px;
}
.social-media-main-banner-img {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_media_slider {
    position: absolute;
    top: 42.2%;
    max-width: 780px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.social_media_slider .owl-item.active.center .social-media-inner-div .image-div img {
    padding-top: 12px;
}
.social-media-light-img,.social-media-dark-img{
    display: none;
}
.dark-mode .social-media-dark-img{
    display: block;
}
.light-mode .social-media-light-img{
    display: block;
}

.bs-revolutionize-social-media-content {
    padding: 1rem 1rem;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(73, 53, 130, 0) 99.98%, #441B91 99.99%, rgba(73, 53, 130, 0.4) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.14);
}

.light-mode .bs-revolutionize-social-media-content .card {
    height: 100%;
    border: 1px solid transparent;
    border-radius: 2rem;
    background: rgba(68, 27, 145, 0.8);
    box-shadow: 2px 4px 16px 0 rgba(248, 248, 248, 0.06) inset;
}

.dark-mode .bs-revolutionize-social-media-content .card {
    height: 100%;
    border: 1px solid transparent;
    border-radius: 2rem;
    background: rgba(68, 27, 145, 0.19);
    box-shadow: 2px 4px 16px 0 rgba(248, 248, 248, 0.06) inset;
}

.bs-revolutionize-social-media-content .card .card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bs-revolutionize-social-media-content .card .card-body h5 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-revolutionize-social-media-content .card .card-body h5 {
    /*background: linear-gradient(180deg, #000000 63.02%, rgba(41, 41, 41, 0.75) 88.02%);*/
    background:  rgba(248, 248, 248, 0.95);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-revolutionize-social-media-content .card .card-body p span {
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-revolutionize-social-media-content .card .card-body p span {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.power-your-growth-card {
    max-width: 1198px;
    height: auto;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.5), inset 4px 4px 4px rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    margin: 0 auto;
    padding: 12px;
}
.testimonial-title h1 .blue-gradient {
    background: rgba(112, 24, 252, 0.6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.dark-mode .power-growth-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}
.light-mode .power-growth-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.05em;
    color: #000000;
}
.dark-mode .power-your-growth-tab .nav-pills {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(115, 32, 227, 0.2);
    border-radius: 79px;
    margin: 0 30px;
}

.light-mode .power-your-growth-tab .nav-pills {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(115, 32, 227, 0.5);
    border-radius: 79px;
    margin: 0 30px;
}

.dark-mode .power-your-growth-tab .nav-pills .nav-link, .power-your-growth-tab  .nav-pills .nav-link {
    padding: 12px 20px;
    background: transparent;
    border-radius: 44px;
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
}

.light-mode .power-your-growth-tab .nav-pills .nav-link, .power-your-growth-tab  .nav-pills .nav-link {
    padding: 12px 20px;
    background: transparent;
    border-radius: 44px;
    font-weight: 400;
    font-size: 19px;
    color: #000000;
}

.light-mode .power-your-growth-tab .nav-pills .nav-link.active,
.power-your-growth-tab  .nav-pills .show>.nav-link {
    background: rgba(255, 255, 255, 0.34);
}

.dark-mode .power-your-growth-tab .nav-pills .nav-link.active,
.power-your-growth-tab  .nav-pills .show>.nav-link {
    background: rgba(255, 255, 255, 0.1);
}

.power-your-growth-tab .tab-pane {
    padding: 0 30px;
}
.dark-mode .inner-tab-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    color: #FFFFFF;
}

.light-mode .inner-tab-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
}
.dark-mode .social-media-automation-listing li {
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    list-style: number;
}

.light-mode .social-media-automation-listing li {
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: -0.05em;
    color: #000000;
    list-style: number;
}
.power-your-growth-tab {
    padding-top: 50px;
}
.light-mode .save-time-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 115%;
    letter-spacing: 0.02em;
    color: #000000;
}
.dark-mode .save-time-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 115%;
    letter-spacing: 0.02em;
    color: #ffffff;
}
.light-mode .save-time-text {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
    color: #000000;
}
.dark-mode .save-time-text {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}
.save-image-div, .save-detail-div{
    margin: 60px 0;
}
.dark-mode .simple-step-div {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    padding: 30px;
    margin: -35px 0 30px 0;
}
.light-mode .simple-step-div {
    background: rgba(255, 255, 255, 0.49);
    border-radius: 32px;
    padding: 30px;
    margin: -35px 0 30px 0;
}
.light-mode .simple-step-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    color: #000000;
}
.dark-mode .simple-step-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
}
.dark-mode .mastery-box .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.light-mode .mastery-box .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #000000;
}
.mastery-box .title span {
    font-weight: 700;
    font-size: 48px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #6D00FF;
}
.dark-mode .mastery-box .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.light-mode .mastery-box .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #000000;
}
.dark-mode .mastery-btn-div .btn {
    padding: 10px 16px;
    width: 180px;
    height: 50px;
    left: calc(50% - 180px/2 - 0.5px);
    bottom: 45px;
    background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 43px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}
.light-mode .mastery-btn-div .btn {
    padding: 10px 16px;
    width: 180px;
    height: 50px;
    left: calc(50% - 180px/2 - 0.5px);
    bottom: 45px;
    border-radius: 43px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
    border: 0.75px solid;
    border-image-source: linear-gradient(94.07deg, rgba(255, 255, 255, 0.4) 5.51%, rgba(255, 255, 255, 0) 97.26%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
}
.management-div.our-vision-div {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
    position: relative;
}
.features::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 25px;
    border-left: 2px solid #b0b0b0;
    bottom: 23px;
}
.feature-item {
    position: relative;
    background-color: #1e2348;
    padding: 12px 24px;
    border-radius: 20px;
    display: inline-block;
    font-size: 16px;
    width: fit-content;
    max-width: 100%;
    color: #e0e0e0;
    margin-left: 60px;
}
.feature-item::before {
    content: "";
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #b0b0b0;
}
.feature-item::after {
    content: "→";
    position: absolute;
    left: -16px;
    top: 47%;
    transform: translateY(-50%);
    color: #b0b0b0;
    font-size: 18px;
}
.crm-video-div video{
    border-radius: 16px;
}
.torkehub-ai-crm-sec .look-out-btn .btn {
    width: 300px;
    box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
}
.dark-mode .ai-crm-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.light-mode .ai-crm-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #000000;
}
.torkehub-ai-crm-sec {
    padding: 75px 10px 75px;
}
.torkehub-ai-crm-sec .ai-crm-about-box.ai-crm-box {
    width: 100%;
    height: 100%;
    background: #49358257 url('../images/ai-crm-box-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom 0 left 0px;
    padding: 15px;
    min-height: 600px;
    max-height: 600px;
    padding: 60px 80px;
}
.torkehub-ai-crm-sec .ai-crm-about-box {
    height: 100%;
    min-height: 250px;
    max-height: 250px;
}
.ai-crm-tab .nav-pills {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border-radius: 79px;
    margin: 0 30px;
}
.dark-mode .ai-crm-tab .nav-pills .nav-link, .power-your-growth-tab  .nav-pills .nav-link {
    padding: 12px 20px;
    background: transparent;
    border-radius: 44px;
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
}

.light-mode.ai-crm-tab .nav-pills .nav-link, .power-your-growth-tab  .nav-pills .nav-link {
    padding: 12px 20px;
    background: transparent;
    border-radius: 44px;
    font-weight: 400;
    font-size: 19px;
    color: #000000;
}
.light-mode .ai-crm-tab .nav-pills .nav-link.active, .power-your-growth-tab  .nav-pills .show>.nav-link {
    background: rgba(42, 42, 42, 0.1);
}
.dark-mode .ai-crm-tab .nav-pills .nav-link.active, .power-your-growth-tab  .nav-pills .show>.nav-link {
    background: rgba(255, 255, 255, 0.1);
}
.ai-crm-tab .tab-pane {
    padding: 0 30px;
}
.dark-mode .work-inner-tabs .nav-tabs .nav-link {
    padding: 8px 20px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 46px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin: 4px 8px;
}
.light-mode .work-inner-tabs .nav-tabs .nav-link {
    padding: 8px 20px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 46px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin: 4px 8px;
}
.work-inner-tabs .nav-tabs {
    text-align: center;
    border-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dark-mode .work-inner-tabs .nav-tabs .nav-item.show .nav-link, .work-inner-tabs  .nav-tabs .nav-link.active {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #FFFFFF;
}
.light-mode .work-inner-tabs .nav-tabs .nav-item.show .nav-link, .work-inner-tabs  .nav-tabs .nav-link.active {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #000000;
}
.dark-mode .work-tabs-title {
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 56px;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.light-mode .work-tabs-title {
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 56px;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.dark-mode .work-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin: 15px;
}
.light-mode .work-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin: 15px;
}

.power-your-growth-card.ai-crm-card {
    height: 100%;
    padding-bottom: 30px;
    max-width: 100%;
}
.crm-content-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.crm-main-tabs-div img{
    margin-top: 20px;
}
.dark-mode .ai-crm-box .gradient-border-animate-div {
    margin: 80px auto 0;
}
.light-mode .ai-crm-box .gradient-border-animate-div {
    margin: 80px auto 0;
    border: 0.75px solid;
    border-image-source: linear-gradient(94.07deg, rgba(255, 255, 255, 0.4) 5.51%, rgba(255, 255, 255, 0) 97.26%);
    box-shadow: -4px -4px 2px 0px rgba(0, 0, 0, 0.4) inset;
}
.pricing-tab .nav-pills {
    display: flex;
    align-items: center;
    padding: 4px;
    max-width: 316px;
    height: 47px;
    background: linear-gradient(90deg, #A066FF 0%, #460F9E 100%);
    border-radius: 100px;
    width: 100%;
    margin: 25px auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #EBEFF0;
    justify-content: space-between;
}
.pricing-tab .nav-pills .nav-link {
    width: 152px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #EBEFF0;
}
.nav-pills .nav-link.active,.nav-pills .nav-link:hover,.nav-pills .nav-link:focus, .nav-pills .show>.nav-link {
    padding: 10px;
    /*width: 152px;*/
    /*height: 39px;*/
    background-color: #F5F5F5;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}
.dark-mode .heading-title h1 {
    font-weight: 600;
    font-size: 45.75px;
    line-height: 48px;
    letter-spacing: -1.92px;
    color: #FFFFFF;
}
.light-mode .heading-title h1 {
    font-weight: 600;
    font-size: 45.75px;
    line-height: 48px;
    letter-spacing: -1.92px;
    color: #000;
}
.heading-title h6{
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.2px;
    color: rgba(231, 231, 231, 0.6);
}

.light-mode .heading-title h6{
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.2px;
    color: rgba(0, 0, 0, 0.6);
}


.dark-mode .plan-tab-title {
    font-weight: 400;
    font-size: 24.5781px;
    line-height: 31px;
    letter-spacing: -1.04px;
    color: #FFFFFF;
}

.light-mode .plan-tab-title {
    font-weight: 400;
    font-size: 24.5781px;
    line-height: 31px;
    letter-spacing: -1.04px;
    color: #000000;
}
.dark-mode .new-div .card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 15px;
    margin: 6px;
    max-width: 300px;
    height: 100%;
    background: linear-gradient(0deg, #140F2A, #140F2A), rgba(255, 255, 255, 0.002);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.light-mode .new-div .card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 15px;
    margin: 6px;
    max-width: 300px;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)),
    linear-gradient(170.62deg, rgba(115, 32, 227, 0.2) 70.2%, rgba(102, 77, 255, 0.2) 99.42%);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.dark-mode .light-blue-bg .card {
    background: radial-gradient(65.13% 54.83% at 80.85% 87.67%, rgba(114, 28, 255, 0.2) 0%, rgba(20, 15, 42, 0.2) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #140F2A;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.12);
}

.light-mode .light-blue-bg .card {
    background: rgba(255, 255, 255, 0.13);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.12);
}

.dark-mode .new-div .card h3{
    font-weight: 400;
    font-size: 24.5781px;
    line-height: 31px;
    display: flex;
    align-items: center;
    letter-spacing: -1.04px;
    color: #FFFFFF;
}

.light-mode .new-div .card h3 {
    font-weight: 400;
    font-size: 24.5781px;
    line-height: 31px;
    display: flex;
    align-items: center;
    letter-spacing: -1.04px;
    color: #000;
}

.dark-mode .new-div .card p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 0.6);
}

.light-mode .new-div .card p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: -0.2px;
    color: #000000;
}


.new-div .card ul{
    padding-left: 0;
}
.dark-mode .new-div .card li {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.light-mode .new-div .card li {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #000000;
}

.new-div .card li i{
    margin-right: 10px;
}
.new-price-table table.table > tbody > tr > td small {
    color: #FFFFFF;
    border-radius: 50%;
    background-color: #9F92EC !important;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-price-table table.table > tbody > tr > td small i {
    -webkit-text-fill-color: #fff;
}
.new-price-table table.table > tbody > tr > td div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
}
.new-price-table tr > td > span {
    display: flex;
    align-items: center;
    padding: 0 10px 0 5px;
}
.new-price-table tr {
    text-align: center;
}
.new-price-table .table > :not(:first-child) {
    border-top: 1px solid #FFFFFF;
}
.new-price-table .table > thead > tr > th{
    -webkit-text-fill-color: #514F6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
span.first-price-name-div .bg-dark[data-bs-content]{
    -webkit-text-fill-color: #000000;
}
.first-price-name-div .bg-dark {
    position: relative;
    background-color: #ffffff85;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    margin-top: 4px;
}

.first-price-name-div .bg-dark::before {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translatex(-50%) rotate(-45deg);
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: 4px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
}

.first-price-name-div .bg-dark::after {
    display: none;
    position: absolute;
    content: attr(data-bs-content);
    bottom: calc(100% + 8px);
    min-width: 280px;
    padding: 8px;
    text-align: justify;
    background-color: #f8f8f8;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    z-index: 1042;
}

.first-price-name-div .bg-dark:hover:not(:focus)::before,
.first-price-name-div .bg-dark:hover:not(:focus)::after {
    display: block;
}
.new-price-table table{
    --bs-table-bg: transparent;
}
.new-price-table table td {
    font-weight: 500;
    font-size: 15.875px;
    line-height: 26px;
    color: #000;
}

.dark-mode .new-price-table table td {
    font-weight: 500;
    font-size: 15.875px;
    line-height: 26px;
    color: #FFFFFF;
}

.new-price-table table tr.text-start td {
    font-weight: 400;
    font-size: 18.9062px;
    line-height: 28px;
    letter-spacing: -0.4px;
    color: #6600FF;
}
.new-price-table table {
    --bs-table-bg: transparent;
    border-color: transparent;
}
.toggle-btn .form-check-input:checked {
    background-color: #D2B6FF;
    border-color: #fff;
}
.toggle-btn .form-check-input:focus {
    box-shadow: 0 0 0 .2rem #7f46db4f;
}
.dark-mode .pricing-item h6 {
    font-weight: 400;
    font-size: 17.7188px;
    line-height: 29px;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 0.6);
}

.light-mode .pricing-item h6 {
    font-weight: 400;
    font-size: 17.7188px;
    line-height: 29px;
    letter-spacing: -0.2px;
    color: #000;
}

.pricing-item .btn-outline-light{
    padding: 8px 12px;
    width: 198px;
    height: 30px;
    background: #333333;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #D2B6FF;
}
.pricing-item .btn-outline-light:hover{
    background: linear-gradient(90deg, #A066FF 0%, #460F9E 100%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}

.pricing-item .free-trial-btn-outline-light{
    padding: 8px 12px;
    width: 198px;
    height: 42px;
    background: #333333;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #D2B6FF;
}
.pricing-item .free-trial-btn-outline-light:hover{
    background: linear-gradient(90deg, #A066FF 0%, #460F9E 100%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}

.light-mode .pricing-item .btn-outline-popular {
    padding: 8px 12px;
    width: 198px;
    height: 30px;
    background: linear-gradient(90deg, #A066FF 0%, #460F9E 100%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}

.dark-mode .pricing-item .btn-outline-popular {
    padding: 8px 12px;
    width: 198px;
    height: 30px;
    background: linear-gradient(90deg, #A066FF 0%, #460F9E 100%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}

.dark-mode .pricing-plan-content .form-check-label {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: #ffffff;
}

.light-mode .pricing-plan-content .form-check-label {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: #000000;
}

.pricing-plan-content .form-check-input:checked {
     border-color: #ffffff;
    background-color: #9747FF;
}
.pricing-plan-content .form-check-input:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem #9747ff42;
}
.pricing-plan-content .form-check {
    margin-bottom: 15px;
}
.main-inner-footer {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset -8px -8px 8px rgba(0, 0, 0, 0.25), inset 8px 8px 8px rgba(255, 255, 255, 0.7);
    border-radius: 40px 40px 0px 0px;
    padding: 20px 15px 10px;
}
.dark-mode .bs-footer-title h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.light-mode .bs-footer-title h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
ul.bs-links {
    padding-left: 0;
    list-style: none;
}
.dark-mode ul.bs-links li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.light-mode ul.bs-links li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    text-decoration: none;
}
.dark-mode .bs-share li i{
    color: #ffffff;
    font-size: 32px;
}
.light-mode .bs-share li i{
    color: #000000;
    font-size: 32px;
}
.bs-share li {
    margin: 0 10px;
}
.bs-share ul{
    list-style: none;
}
.light-mode .dark-app-logo, .dark-mode .light-app-logo {
    display: none;
}
.dark-mode .dark-app-logo, .light-mode .light-app-logo {
    display: block;
}
.footer-app-logo a{
    margin: 0 15px;
}
.bs-footer {
    position: relative;
}
.bs-footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg-footer.png');
    z-index: -1;
    bottom: 0;
    background-position: bottom;
    background: radial-gradient(circle at 30% 30%, #1e2fff, transparent 40%),
    radial-gradient(circle at 70% 70%, #ff9900, transparent 50%),
    linear-gradient(135deg, #000428, #004e92);
    opacity: 0.2;
}

.front-switch-div {
    position: relative;
    bottom: 6px;
}

.front-switch-div .form-check.form-switch {
    padding-left: 0.25rem;
    margin-right: 1px;
    margin-bottom: -0.75rem;
}
.front-switch-div .custom-control-label::before {
    left: -2.25rem;
    width: 2.75rem;
    pointer-events: all;
    border-radius: 3rem;
}
.front-switch-div .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1.4rem - 4px);
    height: calc(1.4rem - 4px);
    background-color: #664DFF;
    border-radius: 1.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .front-switch-div .custom-control-label::after {
        transition: none;
    }
}
.front-switch-div .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #664DFF;
    -webkit-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
.front-switch-div .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.front-switch-div .custom-control-label::before {
    height: 1.5rem;
}
.custom-control-label::before {
    position: absolute;
    content: "";
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    pointer-events: none;
    background-color: #ffffff;
    border: 1px solid #664DFF;
    box-shadow: 0px 6px 10px 0px rgba(102, 77, 255, 0.25);
}
.custom-control-label::after {
    position: absolute;
    content: "";
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    background: 50%/50% 50% no-repeat;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #664DFF;
    background-color: #010314;
    box-shadow: 0px 6px 10px 0px rgba(102, 77, 255, 0.25);
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0px 6px 10px 0px rgba(102, 77, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #664DFF;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
    box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    line-height: 1.8;
    vertical-align: top;
}

.front-switch-div .custom-control-label i:first-of-type {
    position: absolute;
    top: 8px;
    left: -32px;
}

.front-switch-div .custom-control-label i:last-of-type {
    position: absolute;
    top: 7px;
    right: -4px;
}

.custom-control-label::before {
    position: absolute;
    content: "";
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    pointer-events: none;
    background-color: #ffffff;
    border: 1px solid #664DFF;
    box-shadow: 0px 6px 10px 0px rgba(102, 77, 255, 0.25);
}
.custom-control-label::after {
    position: absolute;
    content: "";
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    background: 50%/50% 50% no-repeat;
}
.front-switch-div .custom-control-input ~ .custom-control-label::before {
    background-color: #f8f9fa;
    border-color: #bdc6d0;
}

header.header-top nav.navbar.navbar-expand-lg .navbar-nav.ms-auto:nth-of-type(1) .nav-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.switch {
    display: inline-block;
    position: relative;
}

.switch__input {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.switch__label {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
    background: linear-gradient(183.67deg, #2B4485 6.6%, #AFCAFF 96.98%);
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    box-shadow: -2px 4px 14px 0px #ffffff4D inset;
}
.switch__indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateX(-72%);
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    background-image: url("../images/Switch.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.switch__decoration {
    position: absolute;
    top: 65%;
    left: 52%;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 9999px;
    animation: twinkle 0.8s infinite -0.6s;
}
.switch__decoration::before, .switch__decoration::after {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 9999px;
}
.switch__decoration::before {
    top: -14px;
    left: 10px;
    opacity: 1;
    animation: twinkle 0.6s infinite;
}
.switch__decoration::after {
    top: 0px;
    left: 20px;
    animation: twinkle 0.6s infinite -0.2s;
}

@keyframes twinkle {
    50% {
        opacity: 0.2;
    }
}
.switch__indicator, .switch__indicator::before, .switch__indicator::after {
    transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.switch__input:checked + .switch__label {
    background: linear-gradient(180deg, #FF98C8 0%, #FF99EE 100%);
    box-shadow: 0px 6px 8px 3px rgba(0, 0, 0, 0.25) inset;
}
.switch__input:checked + .switch__label .switch__indicator {
    background-image: url("../images/Switch.png");
    transform: translate(-50%, -50%) translateX(72%);
}
.switch__input:checked + .switch__label .switch__indicator::before, .switch__input:checked + .switch__label .switch__indicator::after {
    display: none;
}
.switch__input:checked + .switch__label .switch__decoration {
    top: 50%;
    transform: translate(0%, -50%);
    animation: cloud 8s linear infinite;
    width: 12px;
    height: 12px;
    background-image: url("../images/Cloud-c.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.switch__input:checked + .switch__label .switch__decoration::before {
    width: 22px;
    height: 10px;
    top: auto;
    bottom: -4px;
    left: -21px;
    animation: none;
    background-image: url("../images/cloud.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.switch__input:checked + .switch__label .switch__decoration::after {
    width: 20px;
    height: 8px;
    top: -5px;
    bottom: 0;
    left: -26px;
    animation: none;
    background-image: url("../images/Cloud-b.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.switch__input:checked + .switch__label .switch__decoration, .switch__input:checked + .switch__label .switch__decoration::before, .switch__input:checked + .switch__label .switch__decoration::after {
    border-radius: 9999px 9999px 0 0;
}
.switch__input:checked + .switch__label .switch__decoration::after {
    border-bottom-right-radius: 9999px;
}

@keyframes cloud {
    0% {
        transform: translate(0%, -50%);
    }
    50% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(0%, -50%);
    }
}
.light-mode .contact-sales-new-div .form-group-2 .form-control,
.contact-sales-new-div .form-group-2 .form-control {
    color: #000000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #FFFFFF0D;
    border: 1px solid #FFFFFF33;
}
.dark-mode .contact-sales-new-div .form-group-2 .form-control,
.contact-sales-new-div .form-group-2 .form-control {
    color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #FFFFFF0D;
    border: 1px solid #FFFFFF33;
}
.dark-mode .contact-sales-new-div .form-group-2 .form-control::placeholder,
.contact-sales-new-div .form-group-2 .form-control::placeholder {
    color: #fff;
    opacity: 1; /* Ensure it's not transparent */
    background: #FFFFFF99;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.light-mode .contact-sales-new-div .form-group-2 .form-control::placeholder,
.contact-sales-new-div .form-group-2 .form-control::placeholder {
    color: black;
    opacity: 1; /* Ensure it's not transparent */
    background: rgba(42, 42, 42, 0.6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.light-mode .contact-sales-new-div .btn > span{
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.70) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
}
.light-mode .contact-sales-new-div .btn-outline-dark, .contact-sales-new-div .btn-outline-dark {
    box-shadow: none;
    background: linear-gradient(90deg, #763AF5 0%, #460F9E 117.18%);
    max-width: 100%;
    min-width: 385px;
}
.light-mode .pricing-main-div {
    background: rgba(201, 201, 231, 1);
}
.pricing-main-div {
    position: relative;
    top: 100px;
    margin-bottom: 100px;
}
.light-mode .background-main-banner {
    background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/about-us-background-color.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.light-mode .ai-crm-main-div {
    background: linear-gradient(180deg, rgba(199, 206, 254, 0) 0%, rgba(168, 178, 255, 0.372) 18.65%, rgba(168, 178, 255, 0.93) 57.12%, rgba(199, 206, 254, 0) 100%);
    padding-top: 100px;
}

.dark-mode .ai-crm-main-div {
    background: #020825;
    padding-top: 100px;
}

.light-mode .automation-main-div {
    background: linear-gradient(180deg, rgba(199, 206, 254, 0) 0%, rgba(168, 178, 255, 0.372) 18.65%, rgba(168, 178, 255, 0.93) 57.12%, rgba(199, 206, 254, 0) 100%);
}

/*.light-mode .contact-us-get-started {*/
/*    padding-top: 350px;*/
/*}*/

.light-mode .help-center-main {
    background: linear-gradient(180deg, #C5C5E5 0%, #ABAFE9 48.56%, #C3C3E5 100%);
}

.light-mode .affiliate-main {
    background: linear-gradient(180deg, #CDCBE3 14.08%, #CECCE1 100%);
}

.dark-mode .affiliate-main-back {
    background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/affiliate-back.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.light-mode .see-in-action-sec {
    background-image:
            url('https://testingtorkehub.techtorke.com/public/frontend/images/action_crm_saas.png'),
            url('https://testingtorkehub.techtorke.com/public/frontend/images/action_left_crm_saas.png');
    background-size: contain, contain;           /* First image: contain, Second: cover */
    background-position: right, left;          /* First image on right, Second on left */
    background-repeat: no-repeat, no-repeat;   /* No repeat for both */
}

.dark-mode .see-in-action-sec {
    background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/action_left_crm_saas.png');
    background-size: contain;           /* First image: contain, Second: cover */
    background-position: left;          /* First image on right, Second on left */
    background-repeat: no-repeat;   /* No repeat for both */
}

.vector {
    width: 15px;
    margin-right: 6px;
}

.sales-image-div #theme-image {
    max-width: 50%;
}

.light-mode .hc-torkehub-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: rgba(120, 5, 153, 1);
}

.dark-mode .hc-torkehub-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: rgb(255, 255, 255);
}


.light-mode .hcd-accordion-body  {
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 16px;
    margin-top: 15px;
    align-items: center;
    background: rgba(140, 143, 189, 1);
    padding: 20px;
}

.dark-mode .hcd-accordion-body  {
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 16px;
    margin-top: 15px;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
}

.hcd-accordion-body .card-box {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.625rem;
    border: 1px solid transparent;
    background: linear-gradient(#333341, #333341) padding-box,
    linear-gradient(to right, #627FFF, #865BFF) border-box;
}

.light-mode .hcd-accordion-body .card-body h6 {
    color: #000;
}

.dark-mode .hcd-accordion-body .card-body h6 {
    color: #ffffff;
}

.light-mode .hcd-accordion-body .card-box h6 {
    color: #000;
}

.light-mode .desc-card{
    background: linear-gradient(#d9d9d9f2, #d9d9d9f5) padding-box, linear-gradient(to right, #627FFF, #865BFF) border-box;
}

.light-mode .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    color: white;
}

.dark-mode .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    color: #000000;
}

.light-mode .search-bar-help-center input::placeholder,
.light-mode .search-bar-help-center textarea::placeholder {
    color: white;
    opacity: 1; /* ensures it's fully visible */
}

.light-mode .hc-accordion-item {
    background: rgb(255 255 255 / 0%);
    border: 0;
    margin: 10px 0;
    border-radius: 15px;
    color: #000000;
}

.hcd-accordion-body .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.light-mode .hcd-accordion-body .card-body i {
    color: black;
}

.dark-mode .hcd-accordion-body .card-body i {
    color: #ffffff;
}

.torkehub-help-sec {
    padding: 70px;
}

.light-mode .article-main {
    background: linear-gradient(180deg, #CDCBE3 0%, #C3C6EE 50%, #CDCBE3 100%);
}

.light-mode .terke-social-main {
    background: linear-gradient(180deg, #D0CDDE 0%, #B7BFFF 50%, #CDCBE3 100%);
}

.future-ai-assistant-card {
    background: url('https://testingtorkehub.techtorke.com/public/frontend/images/crm_saas_meet_back.png');
    background-position: center;
    background-size: cover;
    border-radius: 45px;
    background-repeat: no-repeat;
}

.dark-mode .blog-main {
    background: rgba(2, 8, 37, 1);
}

.light-mode .blog-main {
    background: linear-gradient(180deg, #C5C5E5 0%, #ABAFE9 48.56%, #C3C3E5 100%);
}

.browse-all-tabs .nav-tabs {
    display: flex;
    align-items: center;
    padding: 0px;
    max-width: fit-content;
    height: 60px;
    background: white;
    border-radius: 100px;
    width: 100%;
    margin: 17px auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: black;
}

.browse-all-tabs .nav-tabs .nav-item.show .nav-link, .browse-all-tabs .nav-tabs .nav-link.active {
    background: var(--surface-brand-primary, rgba(123, 67, 234, 1));
    color: white;
    border: 1px solid #000000;
}

.browse-all-tabs .nav-tabs .nav-link {
    padding: 8px 20px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 46px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #140f2a;
    margin: 4px 8px;
}

.licence-box {
    position: relative;
    margin: 0px 29px;
}
.dark-mode .licence-box::after {
    content: '';
    position: absolute;
    background: url('../images/Dark_Subtract.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 240px;
    top: 0;
    z-index: -1;
}
.light-mode .licence-box::after {
    content: '';
    position: absolute;
    background: url('../images/Light_Subtract.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 240px;
    top: 0;
    z-index: -1;
}
.licence-text {
    display: flex;
    align-items: center;
    height: 240px;
}
.licence-text h4{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #F2F2F3;
    padding: 0 30px;
}
.licence-text p {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    color: #F2F2F3;
    padding: 0 30px;
}
.licence-image-div {
    position: absolute;
    right: -25px;
    top: -33px;
    border-radius: 100%;
}

.box-text {
    font-weight: 500;
    font-size: 22.3624px;
    line-height: 150%;
    color: #F2F2F3;
}

.round-img-div {
    position: relative;
    top: 80px;
    left: 791px;
}

.refresh-icon {
    height: 100px;
}

.get-started-sec {
    position: relative;
    padding-bottom: 265px;
    margin-bottom: 100px;
}

.contact-info a {
    color: white;
    text-decoration: none;
}

.light-mode .blog-description * {
    color: #1a1a1a !important;
}

.dark-mode .blog-description * {
    color: #ffffff !important;
}

.light-mode .article-content * {
    color: #1a1a1a !important;
}

.dark-mode .article-content * {
    color: #ffffff !important;
}

.light-mode .article-content h4[style] {
    color: #1a1a1a !important;
}

.dark-mode .article-content h4[style] {
    color: #ffffff !important;
}



@media (min-width: 319px) and (max-width: 321px) {
    .navbar.main-header-div {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 30px;
        color: #fff;
        flex-direction: column;
    }

    .main-header-div .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }


    .main-header-div .nav-links {
        list-style: none;
        padding: 20px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 10px;
        margin-bottom: 15px;
        width: 40%;
        height: 100%;
        flex-direction: column;
    }

    .join-the-torkehub-sec {
        position: relative;
        top: 770px;
    }

    .light-mode .bs-affiliate-content,
    .dark-mode .bs-affiliate-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 200vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .light-mode .bs-affiliate-content .container,
    .dark-mode .bs-affiliate-content .container {
        position: relative;
        bottom: 250px;
    }

    .for-our-affiliate-div .btn-primary {
        padding: 16.1632px 28.2856px 16.1632px 23.52px;
        width: 300.97px;
        max-width: 300.97px;
        height: 76.33px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #7320E3;
        box-shadow: inset 1.0102px 1.0102px 2.0204px rgba(255, 255, 255, 0.24);
        border-radius: 48.4896px;
        border: 0;
        font-weight: 500;
        font-size: 18.1836px;
        line-height: 24px;
        color: #FFFFFF;
        margin: 30px 0;
    }

    .dark-mode .search-bar-help-center.input-group {
        width: 321.12px;
        height: 85px;
        background: #FFFFFF;
        border-radius: 44.735px;
        padding: 6px;
        margin-top: 0px;
    }

    .light-mode .search-bar-help-center.input-group {
        width: 321.12px;
        height: 83px;
        background: #000000;
        border-radius: 44.735px;
        padding: 6px;
        margin-top: 0px;
    }

    .torkehub-help-sec {
        padding: 70px;
        margin-top: 35px;
    }

    .light-mode .look-out-btn .btn {
        justify-content: center;
        padding: 10px 16px;
        width: 220px;
        height: 55px;
        background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
        border-radius: 47px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #E6E6E6;
        border: 0.75px solid;
        border-image-source: linear-gradient(94.07deg, rgba(255, 255, 255, 0.4) 5.51%, rgba(255, 255, 255, 0) 97.26%);
    }

    .dark-mode .look-out-btn .btn {
        justify-content: center;
        padding: 10px 16px;
        width: 200px;
        height: 41px;
        background: linear-gradient(90deg, rgba(200, 39, 224, 0.23) 0%, rgba(77, 15, 158, 0.23) 100%);
        border-radius: 47px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #E6E6E6;
    }

    .light-mode .contact-sales-new-div .btn-outline-dark, .contact-sales-new-div .btn-outline-dark {
        box-shadow: none;
        background: linear-gradient(90deg, #763AF5 0%, #460F9E 117.18%);
        max-width: 100%;
        min-width: 170px;
        font-size: 13px;
    }

    .light-mode .main-common-gradient-title {
        font-style: normal;
        font-weight: 700;
        font-size: 40.9621px;
        line-height: 85px;
        text-align: center;
        background: linear-gradient(0deg, #7323DD 100.18%), linear-gradient(0deg, #C9D0FF, #C9D0FF), #FFFFFF;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .dark-mode .main-common-gradient-title {
        font-style: normal;
        font-weight: 700;
        font-size: 40.9621px;
        line-height: 85px;
        text-align: center;
        background: linear-gradient(90.63deg, #E6D7FF 0.54%, #AD7BFF 57.18%), linear-gradient(0deg, #C9D0FF, #C9D0FF), #FFFFFF;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .light-mode .bs-testimonial-content .card {
        padding: 25px 28px;
        gap: 12px;
        width: 300px;
        height: 530px;
        background: #140F2A;
        border-radius: 21px;
        background: rgba(236, 236, 236, 0.53);
        border: 1px solid;
        border-image-source: linear-gradient(128.26deg, rgba(255, 255, 255, 0.84) 0.6%, rgba(153, 153, 153, 0) 100.05%);
        /* box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 1) inset; */
        box-shadow: -4px -4px 2px 0px rgba(0, 0, 0, 0.25) inset;
        backdrop-filter: blur(20px);
    }

    .dark-mode .bs-testimonial-content .card {
        padding: 25px 28px;
        gap: 12px;
        width: 300px;
        height: 530px;
        background: #140F2A;
        box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.12);
        border-radius: 21px;
    }

    .pricing-tab .nav-pills .nav-link {
        width: 140px;
    }

    .pricing-palden {
        flex-direction: column;
    }

    .torkehub-ai-crm-sec .ai-crm-about-box.ai-crm-box {
        width: 100%;
        height: 100%;
        background: #49358257 url('../images/ai-crm-box-bg.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom 0 left 0px;
        padding: 15px;
        min-height: 600px;
        max-height: 600px;
        padding: 20px 40px;
    }

    .light-mode .liner-title-div h4,
    .dark-mode .liner-title-div h4 {
        font-style: normal;
        font-size: 18px;
        line-height: 26px;
        display: flex;
        align-items: center;
    }

    .light-mode .liner-title-div p,
    .dark-mode .liner-title-div p {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
    }

    .torkehub-ai-crm-sec .ai-crm-about-box {
        height: 100%;
        min-height: 355px;
        max-height: 210px;
    }

    .light-mode .testimonial-title h1,
    .dark-mode .testimonial-title h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 64px;
    }

    .connect-text-div {
        position: relative;
        top: 40px;
    }

    .sales-image-div {
        position: relative;
        top: 100px;
    }

    .big-get-started-btn {
        padding: 10.6px 34.36px;
        width: 291.8px;
        height: 99px;
        border-radius: 127.28px;
        font-size: 39.04px;
    }

    .rotated-star {
        transform: rotate(-3deg);
        position: absolute;
        top: 591px;
        right: 0px;
        width: 110px;
        filter: drop-shadow(0 0 0px #fff);
    }

    .light-mode .bs-landing-content .container,
    .dark-mode .bs-landing-content .container {
        position: relative;
        bottom: 220px;
    }

    .light-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/logo-bg.png');
        background-size: cover;
        height: 200vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .dark-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 200vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .bs-contact-form-content form {
        margin-top: 15px;
    }

    .how-torkehub-help-div {
        margin-top: 100px;
    }

    .about-box {
        min-width: 235px;
    }

    .hcd-accordion-body .card-body {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .light-mode .hcd-accordion-body {
        position: relative;
        display: flex;
        min-width: 0;
        word-wrap: break-word;
        background-clip: border-box;
        border-radius: 16px;
        margin-top: 15px;
        align-items: center;
        background: rgba(140, 143, 189, 1);
        padding: 20px;
        width: 125px;
    }

    .common-bold-main-title {
        font-style: normal;
        font-weight: 700;
        font-size: 56.9621px;
        line-height: 75px;
    }

    .dark-mode .white-label-box {
        padding: 30px;
        width: 301px;
        height: 230px;
        background: rgba(0, 0, 0, 1);
        border: 1px solid rgba(195, 0, 255, 1);
        box-shadow: inset 2px 4px 16px rgba(248, 248, 248, 0.06);
        border-radius: 22px;
        transition: 0.8s ease;
        margin-bottom: 15px;
    }

    .licence-box {
        position: relative;
        margin: 10px 29px;
    }

    .lead-manager-div {
        position: relative;
        right: 0px;
        padding: 15px;
    }

    .beta-img {
        width: 100px;
        height: 100px;
    }

    .beta_ai_assistant-btn {
        color: #ffffff;
        /* cursor: pointer; */
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 119px;
        height: 35px;
        background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
        border: 0.74px solid;
        border-image-source: linear-gradient(94.32deg, #D0B2FF 0.36%, rgba(74, 0, 195, 0.34) 99.57%), linear-gradient(94.07deg, rgba(255, 255, 255, 0.4) 5.51%, rgba(255, 255, 255, 0) 97.26%);
        box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 42px;
        font-weight: 600;
        font-size: 12px;
        Z-INDEX: 2;
    }

    .beta-ai-assiatant-title h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 58px;
        color: #FFFFFF;
    }

    .ai-explainer-div {
        position: relative;
        left: -18px;
        padding: 15px;
    }

    .automation-guru-div {
        position: relative;
        right: 0px;
        padding: 7px;
    }

    .support-insight-div {
        position: relative;
        left: -5px;
        padding: 5px;
    }

    .future-ai-assistant-div {
        width: 100%;
        height: 467px;
        background: rgba(0, 0, 0, 1);
        border: 2px solid rgba(255, 255, 255, 1);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        border-radius: 40px;
    }

    .licence-image-div {
        position: absolute;
        right: -37px;
        top: -34px;
        border-radius: 100%;
    }

    .licence-text h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 150%;
        color: #F2F2F3;
        padding: 0 30px;
    }

    .book-free-call-btn {
        color: #ffffff;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 300px;
        height: 75px;
        background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
        box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 43px;
        font-weight: 600;
        font-size: 20px;
        Z-INDEX: 2;
        font-family: 'Inter';
    }

    .crm-saas-cat-image {
        width: 145px;
        position: relative;
        top: 20px;
        left: 55px;
    }

    .beta-star {
        display: none;
    }

    .free-demo-btn-div .btn {
        justify-content: center;
        padding: 10px 16px;
        height: 41px;
        background: linear-gradient(90deg, #C466FF 0%, #460F9E 100%);
        border-radius: 47px;
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 17px;
        text-align: center;
        color: #E6E6E6;
        margin-bottom: 10px;
    }

    .get-started-sec {
        position: relative;
         padding-bottom: 0px;
        margin-bottom: 100px;
    }

    .image-div {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    .round-img-div {
        position: relative;
        top: 15px;
        left: 100px;
    }

}

@media (min-width: 374px) and (max-width: 376px) {
    .navbar.main-header-div {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 30px;
        color: #fff;
        flex-direction: column;
    }

    .main-header-div .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }


    .main-header-div .nav-links {
        list-style: none;
        padding: 20px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 10px;
        margin-bottom: 15px;
        width: 40%;
        height: 100%;
        flex-direction: column;
    }

    .join-the-torkehub-sec {
        position: relative;
        top: 670px;
    }

    .light-mode .bs-affiliate-content,
    .dark-mode .bs-affiliate-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 170vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .light-mode .bs-affiliate-content .container,
    .dark-mode .bs-affiliate-content .container {
        position: relative;
        bottom: 205px;
    }

    .dark-mode .main-common-gradient-title {
        font-style: normal;
        font-weight: 700;
        font-size: 52.9621px;
        line-height: 85px;
        text-align: center;
        background: linear-gradient(90.63deg, #E6D7FF 0.54%, #AD7BFF 57.18%), linear-gradient(0deg, #C9D0FF, #C9D0FF), #FFFFFF;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .light-mode .contact-sales-new-div .btn-outline-dark, .contact-sales-new-div .btn-outline-dark {
        box-shadow: none;
        background: linear-gradient(90deg, #763AF5 0%, #460F9E 117.18%);
        max-width: 100%;
        min-width: 240px;
    }

    .light-mode .look-out-btn .btn {
        justify-content: center;
        padding: 10px 16px;
        width: 285px;
        height: 105px;
        background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
        border-radius: 47px;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        color: #E6E6E6;
        border: 0.75px solid;
        border-image-source: linear-gradient(94.07deg, rgba(255, 255, 255, 0.4) 5.51%, rgba(255, 255, 255, 0) 97.26%);
    }

    .dark-mode .look-out-btn .btn {
        justify-content: center;
        padding: 10px 16px;
        width: 285px;
        height: 70px;
        background: linear-gradient(90deg, rgba(200, 39, 224, 0.23) 0%, rgba(77, 15, 158, 0.23) 100%);
        border-radius: 47px;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 25px;
        text-align: center;
        color: #E6E6E6;
    }

    .light-mode .bs-testimonial-content .card {
        padding: 25px 28px;
        gap: 12px;
        width: 355px;
        height: 405px;
        background: #140F2A;
        border-radius: 21px;
        background: rgba(236, 236, 236, 0.53);
        border: 1px solid;
        border-image-source: linear-gradient(128.26deg, rgba(255, 255, 255, 0.84) 0.6%, rgba(153, 153, 153, 0) 100.05%);
        /* box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 1) inset; */
        box-shadow: -4px -4px 2px 0px rgba(0, 0, 0, 0.25) inset;
        backdrop-filter: blur(20px);
    }

    .dark-mode .bs-testimonial-content .card {
        padding: 25px 28px;
        gap: 12px;
        width: 345px;
        height: 435px;
        background: #140F2A;
        box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.12);
        border-radius: 21px;
    }

    .pricing-palden {
        flex-direction: column;
    }

    .rotated-star {
        transform: rotate(-3deg);
        position: absolute;
        top: 540px;
        right: -6px;
        width: 119px;
        filter: drop-shadow(0 0 0px #fff);
    }

    .light-mode .search-bar-help-center.input-group {
        width: 371.12px;
        height: 83px;
        background: #000000;
        border-radius: 44.735px;
        padding: 6px;
        margin-top: 0px;
    }

    .dark-mode .search-bar-help-center.input-group {
        width: 371.12px;
        height: 83px;
        background: #ffffff;
        border-radius: 44.735px;
        padding: 6px;
        margin-top: 0px;
    }

    .light-mode .bs-landing-content .container,
    .dark-mode .bs-landing-content .container {
        position: relative;
        bottom: 220px;
    }

    .light-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/logo-bg.png');
        background-size: cover;
        height: 200vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .dark-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 200vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .bs-contact-form-content form {
        margin-top: 15px;
    }

    .how-torkehub-help-div {
        margin-top: 100px;
    }

    .big-get-started-btn {
        padding: 10.6px 23.36px;
        width: 338.8px;
        height: 100px;
        background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
        box-shadow: 0px 11.84px 11.84px rgba(0, 0, 0, 0.25), inset -11.84px -11.84px 5.92px rgba(0, 0, 0, 0.4), inset 11.84px 11.84px 5.92px rgba(255, 255, 255, 0.25);
        border-radius: 127.28px;
        border: 1.50px solid #D0B2FF;
        font-style: normal;
        font-weight: 600;
        font-size: 47.04px;
        line-height: 70px;
        color: #FFFFFF;
    }

    .sales-image-div {
        margin-top: 100px;
    }

    .torkehub-ai-crm-sec .ai-crm-about-box {
        height: 100%;
        min-height: 350px;
        max-height: 210px;
    }

    .dark-mode .white-label-box {
        padding: 30px;
        width: 301px;
        height: 230px;
        background: rgba(0, 0, 0, 1);
        border: 1px solid rgba(195, 0, 255, 1);
        box-shadow: inset 2px 4px 16px rgba(248, 248, 248, 0.06);
        border-radius: 22px;
        transition: 0.8s ease;
        margin-bottom: 15px;
    }

    .licence-box {
        position: relative;
        margin: 10px 29px;
    }

    .lead-manager-div {
        position: relative;
        right: 0px;
        padding: 15px;
    }

    .beta-img {
        width: 100px;
        height: 100px;
    }

    .beta_ai_assistant-btn {
        color: #ffffff;
        /* cursor: pointer; */
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 144px;
        height: 49px;
        background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
        border: 0.74px solid;
        border-image-source: linear-gradient(94.32deg, #D0B2FF 0.36%, rgba(74, 0, 195, 0.34) 99.57%), linear-gradient(94.07deg, rgba(255, 255, 255, 0.4) 5.51%, rgba(255, 255, 255, 0) 97.26%);
        box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25), inset -4px -4px 2px rgba(0, 0, 0, 0.4), inset 4px 4px 2px rgba(255, 255, 255, 0.25);
        border-radius: 42px;
        font-weight: 600;
        font-size: 12px;
        Z-INDEX: 2;
    }

    .beta-ai-assiatant-title h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 58px;
        color: #FFFFFF;
    }

    .ai-explainer-div {
        position: relative;
        left: -18px;
        padding: 15px;
    }

    .automation-guru-div {
        position: relative;
        right: 0px;
        padding: 7px;
    }

    .support-insight-div {
        position: relative;
        left: -5px;
        padding: 5px;
    }

    .future-ai-assistant-div {
        width: 100%;
        height: 467px;
        background: rgba(0, 0, 0, 1);
        border: 2px solid rgba(255, 255, 255, 1);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        border-radius: 40px;
    }

    .licence-text h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 150%;
        color: #F2F2F3;
        padding: 0 30px;
    }

    .beta-star {
        display: none;
    }

    .free-demo-btn-div .btn {
        justify-content: center;
        padding: 10px 16px;
        height: 41px;
        background: linear-gradient(90deg, #C466FF 0%, #460F9E 100%);
        border-radius: 47px;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 17px;
        text-align: center;
        color: #E6E6E6;
        margin-bottom: 10px;
    }

}

@media (min-width: 424px) and (max-width: 426px) {
    .navbar.main-header-div {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 30px;
        color: #fff;
        flex-direction: column;
    }

    .main-header-div .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }


    .main-header-div .nav-links {
        list-style: none;
        padding: 20px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 10px;
        margin-bottom: 15px;
        width: 34%;
        height: 100%;
        flex-direction: column;
    }

    .join-the-torkehub-sec {
        padding-top: 640px;
    }

    .light-mode .search-bar-help-center.input-group {
        width: 425.12px;
        height: 83px;
        background: #000000;
        border-radius: 44.735px;
        padding: 6px;
        margin-top: 0px;
    }

    .dark-mode .search-bar-help-center.input-group {
        width: 425.12px;
        height: 83px;
        background: #ffffff;
        border-radius: 44.735px;
        padding: 6px;
        margin-top: 0px;
    }

    .light-mode .contact-sales-new-div .btn-outline-dark, .contact-sales-new-div .btn-outline-dark,
    .dark-mode .contact-sales-new-div .btn-outline-dark, .contact-sales-new-div .btn-outline-dark {
        max-width: 100%;
        min-width: 285px;
    }

    .light-mode .look-out-btn .btn {
        justify-content: center;
        padding: 10px 16px;
        width: 325px;
        height: 60px;
        background: linear-gradient(94.76deg, #AF69C3 12.64%, #874FBA 34.58%, #4949B7 49.19%, #6583CE 75.99%, #86B4ED 93.67%);
        border-radius: 47px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #E6E6E6;
        border: 0.75px solid;
        border-image-source: linear-gradient(94.07deg, rgba(255, 255, 255, 0.4) 5.51%, rgba(255, 255, 255, 0) 97.26%);
    }

    .dark-mode .look-out-btn .btn {
        justify-content: center;
        padding: 10px 16px;
        width: 270px;
        height: 45px;
        background: linear-gradient(90deg, rgba(200, 39, 224, 0.23) 0%, rgba(77, 15, 158, 0.23) 100%);
        border-radius: 47px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #E6E6E6;
    }

    .light-mode .bs-landing-content .container {
        position: relative;
        bottom: 80px;
    }

    .dark-mode .ai-crm-box .gradient-border-animate-div {
        margin: 10px auto 0;
    }

    .sales-image-div {
        margin-top: 100px;
    }

    .light-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/logo-bg.png');
        background-size: cover;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .dark-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 195vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .light-mode .bs-testimonial-content .card {
        padding: 25px 28px;
        gap: 12px;
        width: 400px;
        height: 386px;
        background: #140F2A;
        border-radius: 21px;
        background: rgba(236, 236, 236, 0.53);
        border: 1px solid;
        border-image-source: linear-gradient(128.26deg, rgba(255, 255, 255, 0.84) 0.6%, rgba(153, 153, 153, 0) 100.05%);
        box-shadow: -4px -4px 2px 0px rgba(0, 0, 0, 0.25) inset;
        backdrop-filter: blur(20px);
    }

    .pricing-palden {
        flex-direction: column;
    }

    .rotated-star {
        transform: rotate(-3deg);
        position: absolute;
        top: 525px;
        right: -27px;
        width: 155px;
        filter: drop-shadow(0 0 0px #fff);
    }

    .bs-contact-form-content form {
        margin-top: 15px;
    }

    .how-torkehub-help-div {
        margin-top: 100px;
    }

    .torkehub-ai-crm-sec .ai-crm-about-box {
        height: 100%;
        min-height: 350px;
        max-height: 210px;
    }

    .big-get-started-btn {
        padding: 10.6px 23.36px;
        width: 338.8px;
        height: 100px;
        background: linear-gradient(94.76deg, #54016B 12.64%, #0A080B 34.58%, #0C0C36 49.19%, #173274 75.99%, #3E93FC 93.67%);
        box-shadow: 0px 11.84px 11.84px rgba(0, 0, 0, 0.25), inset -11.84px -11.84px 5.92px rgba(0, 0, 0, 0.4), inset 11.84px 11.84px 5.92px rgba(255, 255, 255, 0.25);
        border-radius: 127.28px;
        border: 1.50px solid #D0B2FF;
        font-style: normal;
        font-weight: 600;
        font-size: 47.04px;
        line-height: 70px;
        color: #FFFFFF;
    }

    .light-mode .bs-affiliate-content,
    .dark-mode .bs-affiliate-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 200vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .image-div {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    .already-built-img {
        max-width: 80%;
        height: auto;
    }

    .round-img-div {
        position: relative;
        top: 20px;
        left: 160px;
    }

    .get-started-sec {
        position: relative;
         padding-bottom: 0px;
        margin-bottom: 100px;
    }

    .beta-star {
        display: none;
    }

    .future-ai-assistant-card {
        background: url(https://testingtorkehub.techtorke.com/public/frontend/images/crm_saas_meet_back.png);
        background-position: center;
        background-size: cover;
        border-radius: 45px;
        background-repeat: no-repeat;
        height: 590px;
    }

}

@media (min-width: 767px) and (max-width: 769px) {

    .navbar.main-header-div {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 30px;
        color: #fff;
    }

    .main-header-div .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .main-header-div .nav-links {
        list-style: none;
        padding: 10px 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 85%;
        align-items: center;
        gap: 32px;
        height: 49px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 100px;
        margin-bottom: 15px;
    }

    .join-the-torkehub-sec {
        padding-top: 300px;
    }

    .light-mode .contact-sales-new-div .btn-outline-dark, .contact-sales-new-div .btn-outline-dark,
    .dark-mode .contact-sales-new-div .btn-outline-dark, .contact-sales-new-div .btn-outline-dark {
        max-width: 100%;
        min-width: 225px;
    }

    .dark-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 200vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .light-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/logo-bg.png');
        background-size: cover;
        height: 115vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .dark-mode .bs-landing-content .container {
        position: relative;
        bottom: 280px;
    }

    .light-mode .bs-landing-content .container {
        position: relative;
        bottom: 65px;
    }

    .dark-mode .bs-affiliate-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 153vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .light-mode .bs-affiliate-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 153vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .light-mode .bs-affiliate-content .container,
    .dark-mode .bs-affiliate-content .container {
        position: relative;
        bottom: 280px;
    }

    .light-mode .bs-testimonial-content .card {
        padding: 25px 28px;
        gap: 12px;
        width: 750px;
        height: 386px;
        background: #140F2A;
        border-radius: 21px;
        background: rgba(236, 236, 236, 0.53);
        border: 1px solid;
        border-image-source: linear-gradient(128.26deg, rgba(255, 255, 255, 0.84) 0.6%, rgba(153, 153, 153, 0) 100.05%);
        box-shadow: -4px -4px 2px 0px rgba(0, 0, 0, 0.25) inset;
        backdrop-filter: blur(20px);
    }

    .dark-mode .bs-testimonial-content .card {
        padding: 25px 28px;
        gap: 12px;
        width: 750px;
        height: 386px;
        background: #140F2A;
        box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.12);
        border-radius: 21px;
    }

    .pricing-palden {
        flex-direction: column;
    }

    .rotated-star {
        transform: rotate(-3deg);
        position: absolute;
        top: 317px;
        right: 53px;
        width: 165px;
        filter: drop-shadow(0 0 0px #fff);
    }

    .torkehub-ai-crm-sec .ai-crm-about-box {
        height: 100%;
        min-height: 350px;
        max-height: 210px;
    }

    .light-mode .search-bar-help-center.input-group {
        width: 695.12px;
        height: 83px;
        background: #000000;
        border-radius: 44.735px;
        padding: 6px;
        margin-top: 0px;
    }
    .dark-mode .search-bar-help-center.input-group {
        width: 695.12px;
        height: 83px;
        background: #ffffff;
        border-radius: 44.735px;
        padding: 6px;
        margin-top: 0px;
    }

    .future-social-media {
        padding-top: 90px;
    }

    .started-btn-div.look-out-btn .btn {
        width: 65%;
        height: 74px;
        border: 1px solid #D0B2FF;
    }

    .light-mode .powered-box,
    .dark-mode .powered-box {
        height: 400px;
        border-radius: 32px;
    }

    .licence-text h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 11px;
        line-height: 150%;
        color: #F2F2F3;
        padding: 0 30px;
    }

    .licence-image-div {
        position: absolute;
        right: -65px;
        top: 25px;
        border-radius: 100%;
    }

    /*.img-fluid {*/
    /*    max-width: 60%;*/
    /*    height: auto;*/
    /*}*/

    .licence-img {
        max-width: 60%;
        height: auto;
    }

    .box-text {
        font-weight: 500;
        font-size: 18.3624px;
        line-height: 150%;
        color: #F2F2F3;
    }

    .dark-mode .white-label-box,
    .light-mode .white-label-box {
        padding: 30px;
        width: 220px;
        height: 230px;
    }

    .future-ai-assistant-div {
        width: 100%;
        height: 660px;
        background: rgba(0, 0, 0, 1);
        border: 2px solid rgba(255, 255, 255, 1);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        border-radius: 40px;
    }

    .cat-main-div {
        position: relative;
        left: 370px;
        bottom: 250px;
    }

    .rocket-cat-img {
        max-width: 35%;
        height: auto;
    }

    .beta-star {
        display: none;
    }

    .refresh-icon {
        height: 85px;
    }

    .round-img-div {
        position: relative;
        top: 90px;
        left: 466px;
    }

    .card-wrapper .rotated-star {
        position: absolute;
        top: 167px;
        right: 532px;
        width: 190px;
        height: 375px;
        filter: drop-shadow(0 0 0px #fff);
        transform: rotate(-16deg) translateX(0);
        transition: transform 0.6s ease-in-out;
        will-change: transform;
    }

}

@media (min-width: 1023px) and (max-width: 1025px) {

    .card-wrapper.hovered .rotated-star {
        transform: translateX(680px) rotate(-2deg);
        top: 167px;
    }

    .navbar.main-header-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 30px;
        color: #fff;
    }

    .main-header-div .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .main-header-div .nav-links {
        list-style: none;
        padding: 10px 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 62%;
        align-items: center;
        gap: 32px;
        height: 49px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 100px;
        margin-bottom: 15px;
    }

    .bs-affiliate-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 170vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .light-mode .bs-affiliate-content .container,
    .dark-mode .bs-affiliate-content .container {
        bottom: 380px;
    }

    .join-the-torkehub-sec {
        padding-top: 300px;
    }

    .dark-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 200vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .light-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/logo-bg.png');
        background-size: cover;
        height: 115vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .dark-mode .bs-landing-content .container {
        position: relative;
        bottom: 280px;
    }

    .light-mode .bs-landing-content .container {
        position: relative;
        bottom: 65px;
    }

    .light-mode .bs-testimonial-content .card {
        padding: 25px 28px;
        gap: 12px;
        width: 340px;
        height: 440px;
        background: #140F2A;
        border-radius: 21px;
        background: rgba(236, 236, 236, 0.53);
        border: 1px solid;
        border-image-source: linear-gradient(128.26deg, rgba(255, 255, 255, 0.84) 0.6%, rgba(153, 153, 153, 0) 100.05%);
        box-shadow: -4px -4px 2px 0px rgba(0, 0, 0, 0.25) inset;
        backdrop-filter: blur(20px);
    }

    .dark-mode .bs-testimonial-content .card {
        padding: 25px 28px;
        gap: 12px;
        width: 340px;
        height: 440px;
        background: #140F2A;
        box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.12);
        border-radius: 21px;
    }

    .light-mode .contact-sales-new-div .btn-outline-dark, .contact-sales-new-div .btn-outline-dark {
        box-shadow: none;
        background: linear-gradient(90deg, #763AF5 0%, #460F9E 117.18%);
        max-width: 100%;
        min-width: 325px;
    }

    .rotated-star {
        transform: rotate(-3deg);
        position: absolute;
        top: 194px;
        right: 70px;
        width: 190px;
        filter: drop-shadow(0 0 0px #fff);
    }

    .beta-star {
        position: relative;
        bottom: 380px;
        height: 330px;
        width: 175px;
        left: 780px;
        transform: rotate(19deg);
    }

    .licence-text h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 150%;
        color: #F2F2F3;
        padding: 0 30px;
    }

    .licence-image-div {
        position: absolute;
        right: -43px;
        top: -15px;
        border-radius: 100%;
    }

    .cat-main-div {
        position: relative;
        left: 500px;
        bottom: 135px;
    }

    .free-demo-btn-div .btn {
        width: 54%;
        box-shadow: -4.5px -4.5px 2.25px 0px rgba(0, 0, 0, 0.4) inset;
    }

    .licence-img {
        max-width: 85%;
        height: auto;
    }

    .round-img-div {
        position: relative;
        top: 90px;
        left: 640px;
    }

    .card-wrapper .rotated-star {
        position: absolute;
        top: 167px;
        right: 755px;
        width: 190px;
        height: 375px;
        filter: drop-shadow(0 0 0px #fff);
        transform: rotate(-16deg) translateX(0);
        transition: transform 0.6s ease-in-out;
        will-change: transform;
    }

    .inside-contact-card {
        background-color: rgba(2, 8, 37, 1);
        border-radius: 20px;
        padding: 10px;
        width: 100%;
        height: 630px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

    .small-circle {
        content: "";
        position: absolute;
        top: 422px;
        left: 150px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.24);
    }

}


@media (min-width: 1365px) and (max-width: 1441px) {

    .card-wrapper.hovered .rotated-star {
        transform: translateX(969px) rotate(-3deg);
        top: 167px;
    }

    .light-mode .bs-affiliate-content,
    .dark-mode .bs-affiliate-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 105vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .light-mode .bs-affiliate-content .container,
    .dark-mode .bs-affiliate-content .container {
        bottom: 320px;
    }

    .dark-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 200vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .light-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/logo-bg.png');
        background-size: cover;
        height: 160vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .dark-mode .bs-landing-content .container {
        position: relative;
        bottom: 280px;
    }

    .light-mode .bs-landing-content .container {
        position: relative;
        bottom: 225px;
    }

    .rotated-star {
        transform: rotate(-3deg);
        position: absolute;
        top: 177px;
        right: 138px;
        width: 190px;
        filter: drop-shadow(0 0 0px #fff);
    }

    .round-img-div {
        position: relative;
        top: 90px;
        left: 905px;
    }

    .beta-star {
        position: relative;
        bottom: 525px;
        height: 476px;
        width: 200px;
        left: 1020px;
        transform: rotate(22deg);
    }

    .card-wrapper .rotated-star {
        position: absolute;
        top: 167px;
        right: 1105px;
        width: 190px;
        height: 375px;
        filter: drop-shadow(0 0 0px #fff);
        transform: rotate(-16deg) translateX(0);
        transition: transform 0.6s ease-in-out;
        will-change: transform;
    }

    .small-circle {
        content: "";
        position: absolute;
        top: 422px;
        left: 260px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.24);
    }

    .inside-contact-card {
        background-color: rgba(2, 8, 37, 1);
        border-radius: 20px;
        padding: 30px;
        width: 100%;
        height: 625px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

}


@media (min-width: 1366px) {
    .card-wrapper .rotated-star {
        position: absolute;
        top: 167px;
        right: 1220px;
        width: 190px;
        height: 375px;
        filter: drop-shadow(0 0 0px #fff);
        transform: rotate(-16deg) translateX(0);
        transition: transform 0.6s ease-in-out;
        will-change: transform;
    }

    .small-circle {
        content: "";
        position: absolute;
        top: 430px;
        left: 260px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.24);
    }

    .dark-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 110vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .light-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/logo-bg.png');
        background-size: cover;
        height: 115vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .dark-mode .bs-landing-content .container,
    .light-mode .bs-landing-content .container {
        position: relative;
        bottom: 280px;
    }

    .beta-star {
        position: relative;
        bottom: 540px;
        height: 476px;
        width: 200px;
        left: 1152px;
        transform: rotate(24deg);
    }
}


/* Ultra-wide screens (2560px+) */
@media (min-width: 2559px) and (max-width: 2561px) {

    .card-wrapper.hovered .rotated-star {
        transform: translateX(969px) rotate(-3deg);
        top: 167px;
    }

    .light-mode .bs-affiliate-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .dark-mode .bs-affiliate-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .light-mode .bs-affiliate-content .container,
    .dark-mode .bs-affiliate-content .container {
        bottom: 360px;
    }

    .dark-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/Container.png');
        background-size: cover;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }


    .light-mode .bs-landing-content {
        background-image: url('https://testingtorkehub.techtorke.com/public/frontend/images/logo-bg.png');
        background-size: cover;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .dark-mode .bs-landing-content .container {
        position: relative;
        bottom: 305px;
    }

    .light-mode .bs-landing-content .container {
        position: relative;
        bottom: 300px;
    }

    .rotated-star {
        transform: rotate(-3deg);
        position: absolute;
        top: 162px;
        right: 680px;
        width: 225px;
        filter: drop-shadow(0 0 0px #fff);
    }

    .card-wrapper .rotated-star {
        position: absolute;
        top: 167px;
        left: 705px;
        width: 190px;
        height: 375px;
        filter: drop-shadow(0 0 0px #fff);
        transform: rotate(-16deg) translateX(0);
        transition: transform 0.6s ease-in-out;
        will-change: transform;
    }

    .inside-contact-card {
        background-color: rgba(2, 8, 37, 1);
        border-radius: 20px;
        padding: 30px;
        width: 100%;
        height: 630px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

    .small-circle {
        content: "";
        position: absolute;
        top: 430px;
        left: 260px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.24);
    }
}