body {
    background-color: #FDFDFD;font-size: 13px; font-family: "roboto",Arial,Helvetica,Sans-serif; line-height: 1.42857143;
    -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); color: #222; padding: 0; margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html {font-size: 62.5%}

h1,h2,h3,h4,h5,h6 {margin-top: 0; margin-bottom: 2rem; font-weight: 300}

h1 {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: -.1rem
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem
}

h3 {
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: -.1rem
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0
}
@media (min-width: 550px) {
    h1 {
        font-size:5rem
    }

    h2 {
        font-size: 4.2rem
    }

    h3 {
        font-size: 3.6rem
    }

    h4 {
        font-size: 3rem
    }

    h5 {
        font-size: 2.4rem
    }

    h6 {
        font-size: 1.5rem
    }
}
.container:after, .row:after {
    content: "";
    display: table;
    clear: both;
}
.page .section.header-nav {
    background-color: #F8F8F8;
    height: 80px;
    padding: 20px 0;
    box-shadow: rgb(161 161 161 / 9%) 0px 0px 24px 3px, rgb(0 0 0 / 6%) 10px 4px 45px 0px;
        position: sticky;
    top: 0px;
    z-index: 1000;
}
.page .section.header .discord-x {
    margin-top: 8px;
}
.page .section.header .logo h1 {
    background: url(../images/upend_logo.svg) no-repeat 0% 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 50px;
    background-size: auto 35px;
    margin-bottom: 0;
    width: 70%;
}
.page .section.header img{
    margin-right:20px;
}
.page .section.header .menu {
    display: flex;
    align-items: center;
    justify-content: end;
}
.page .section.header .menu ul {
    display: flex;
}

.page .section.header .menu ul li a{ 
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 14.5px;
    line-height: 20px;
    padding: 10px 24px;
    border-radius: 4px;
}
.page .section.header .menu ul li:hover {
    background-color: #1800FF;
}
.page .section.header .menu ul li a:hover {
    color: #fff;
    background-color: #1800FF;
}
.page .section.header .menu .signup {
    margin-left: 32px;
}
.page .section.header .menu .signup input {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
}
.page .section.header .menu .signup input:hover {
    background-color: #000;
    color: #fff;
}

.page .section.searcharea { 
    position: relative; 
    margin-top: 20vh; 
    min-height: calc(60vh - 100px); 
}

.page .section.searcharea .logo { 
    text-align: center;
    /* height: 60px; */
}
.page .section.searcharea .logo h1 { 
    font-size: 3rem;
    color: #666;
    text-transform: uppercase;
    line-height: 1.8;
}
@media not all, not all, only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, only screen and (min-resolution: 1.5dppx) {
    .page .section.searcharea .logo h1 {
        background-image: url(../images/upend_logo.svg);
        background-size: auto 45px;
    }
}

.page .section.searcharea .logo h1 {
    background: url(../images/upend_logo.svg) no-repeat 55% 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 50px;
    background-size: auto 45px;
}
.page .section.searcharea .container { max-width: 950px;}
.page .section.searcharea .s-details {
    width: 80%;
    text-align: center;
    margin: 10% auto;
}
.page .section.searcharea .s-details .s-detailsIn {
    border-radius: 6px;
    border: 1px solid #bbb;
    padding: 10px;
}
.page .section.searcharea .s-details .s-detailsIn p {margin: 0;color: #666;}
.container {
    width: 100%; max-width: 1280px; margin: 0 auto;
    padding: 0 20px; box-sizing: border-box;
}
.full-width {width: 100%; box-sizing: border-box;}
.search-form {
    position: relative;
    box-shadow: rgb(161 161 161 / 9%) 0px 0px 24px 3px, rgb(0 0 0 / 15%) 10px 4px 45px 0px;
    border-radius: 50px;
    background-color: #fff;
    border-color: #1800FF;
    height: 80px;
}
form {
    margin: 0;
    position: relative;
}

.page .section.searcharea .search-form .search-input:focus, 
.page .section.searcharea  .search-form .search-select:focus,
.page-results .section.header .search-form .search-input:focus,
.page-results .search-form .search-select:focus {
    border-color: #1800FF;
    border-radius: 50px;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
:focus {
    outline: 0;
  }
.page .section.searcharea .search-form .search-input {
    font-size: 14px;
    margin-bottom: 0;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    height: 80px;
    width: 100%;
    background-color: unset;
}
.page .section.searcharea .search-form .search-select {
    height: 46px;
    margin-right: 0;
    margin-left: -1px;
    width: 35.2%;
}
.search-form .search-select {
    /* font-size: 10px; */
    height: 34px;
    margin-left: -1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #EAEAEA;
    border-bottom-color: #EAEAEA;
    border-left-color: #EAEAEA;
    border-right-color: #EAEAEA;
    background: #fff url(../images/arrowDown.svg) no-repeat right 50%;
    background-position-x: 92%;
    z-index: 2;
    position: relative;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    color: #333;
    margin-bottom: 0;
}

.search-form .button-primary {
    position: absolute;
    right: 11px;
    top: 8px;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px 20px;
    background-image: url(../images/search_icon.svg);
    margin-bottom: 0;
    border-radius: 30px;
    padding: 30px;
    z-index: 3;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: 6px 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    box-sizing: border-box;
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
    display: inline-block;
    height: 40px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 9999px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}
.button.button-primary, button.button-primary, input[type=button].button-primary, input[type=reset].button-primary, input[type=submit].button-primary {
    color: #FFF;
    background-color: #1800FF;
    border-color: #1800FF;
}
.column,.columns {
    width: 100%;
    float: left;
    box-sizing: border-box
}
@media (max-width: 768px){
    .one.column,.one.columns {
        width: 100%
    }

    .two.columns {
        width: 100%
    }

    .three.columns {
        width: 100%
    }

    .four.columns {
        width: 100%
    }

    .five.columns {
        width: 100%
    }

    .six.columns {
        width: 100%
    }
}
@media (min-width: 550px) {
    .column,.columns {
        margin-left:4%
    }

    .column:first-child,.columns:first-child {
        margin-left: 0
    }

    .one.column,.one.columns {
        width: 4.66666666667%
    }

    .two.columns {
        width: 13.3333333333%
    }

    .three.columns {
        width: 22%
    }

    .four.columns {
        width: 30.6666666667%
    }

    .five.columns {
        width: 39.3333333333%
    }

    .six.columns {
        width: 48%
    }

    .seven.columns {
        width: 56.6666666667%
    }

    .eight.columns {
        width: 65.3333333333%
    }

    .nine.columns {
        width: 74%
    }

    .ten.columns {
        width: 82.6666666667%
    }

    .eleven.columns {
        width: 91.3333333333%
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0
    }

    .one-third.column {
        width: 30.6666666667%
    }

    .two-thirds.column {
        width: 65.3333333333%
    }

    .one-half.column {
        width: 48%
    }

    .offset-by-one.column,.offset-by-one.columns {
        margin-left: 8.66666666667%
    }

    .offset-by-two.column,.offset-by-two.columns {
        margin-left: 17.3333333333%
    }

    .offset-by-three.column,.offset-by-three.columns {
        margin-left: 26%
    }

    .offset-by-four.column,.offset-by-four.columns {
        margin-left: 34.6666666667%
    }

    .offset-by-five.column,.offset-by-five.columns {
        margin-left: 43.3333333333%
    }

    .offset-by-six.column,.offset-by-six.columns {
        margin-left: 52%
    }

    .offset-by-seven.column,.offset-by-seven.columns {
        margin-left: 60.6666666667%
    }

    .offset-by-eight.column,.offset-by-eight.columns {
        margin-left: 69.3333333333%
    }

    .offset-by-nine.column,.offset-by-nine.columns {
        margin-left: 78%
    }

    .offset-by-ten.column,.offset-by-ten.columns {
        margin-left: 86.6666666667%
    }

    .offset-by-eleven.column,.offset-by-eleven.columns {
        margin-left: 95.3333333333%
    }

    .offset-by-one-third.column,.offset-by-one-third.columns {
        margin-left: 34.6666666667%
    }

    .offset-by-two-thirds.column,.offset-by-two-thirds.columns {
        margin-left: 69.3333333333%
    }

    .offset-by-one-half.column,.offset-by-one-half.columns {
        margin-left: 52%
    }
}
.button,button {
    margin-bottom: 1rem
}

fieldset,input,select,textarea {
    margin-bottom: 1.5rem
}

blockquote,dl,figure,form,ol,p,pre,table,ul {
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

form {
    margin: 0
}

.u-full-width {
    width: 100%;
    box-sizing: border-box
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box
}

.u-pull-right {
    float: right
}

.u-pull-left {
    float: left
}

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1
}

.container:after,.row:after,.u-cf {
    content: "";
    display: table;
    clear: both
}

html {
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.section.footer {
    clear: both;
}
.section.footer .container {
    padding: 20px 20px 0;
}
.section.footer .columns {
    padding-bottom: 20px;
}

.section.footer .header {
    /* font-weight: 600; */
    color: #b8b8b8;
    margin-bottom: 10px;
    font-size: 18px;
}
.section.footer .footer-list, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section.footer .footer-list li {
    margin: 0;
    padding: 3px 0;
}
.section.footer .footer-list li a {
    font-size: 13px;
    color: #b8b8b8;
    text-decoration: none;
    font-weight: 500;
    font-family: "Open Sans",Arial;
}
.section.footer .block-intro .logo-small {
    background: url(../images/logo-small.png) no-repeat 0 0;
    height: 20px;
    margin-bottom: 10px;
    background-size: auto 20px;
}

.section.footer .block-intro {
    font-size: 14px;
    color: #b8b8b8;
}
.section.footer .block-intro a {
    color: #b8b8b8;
    padding-right: 35px;
    text-decoration: none;
}
.section.footer .block-intro .other-links {
    margin-bottom: 12px;
}
.section.footer .block-intro .other-links a {
    color: #5a5a5a;
    padding: 0px 5px;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid #1800ff;
}
.section.footer .block-intro .other-links a:hover {
    color: #1800FF; font-weight: 500;
}
.section.footer .block-intro .copyright {
    text-align: end;
}
/* results page */
.page-results .section.header .logo {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo-small.png) no-repeat 0 50%;
    height: 45px;
    background-size: auto 30px;
}
.section.header .logo a {
    /* display: block; */
    height: 30px;
}

/*====================================================================
================Switch button========================================*/



.switchbtns{
    display: flex;
    margin: 25px 0;
    align-items: flex-start;
    justify-content: center;
}
.switchwrp {
    display: flex;
    align-items: center;
}
.switchwrp .model,
.switchwrp .topic{margin-right: 6px;}
.switch-button,
.switch-button-t  {
    /* width: 500px; */
    display: flex;
    height: 40px;
    text-align: center;
    margin-top: 0px;
    transform: translate(0%, 5%);
    will-change: transform;
    /* z-index: 197 !important; */
    cursor: pointer;
    transition: 0.3s ease all;
    border: 1px solid white;
    border-radius: 6px;
    background: #E0E0E7;
  }
  .switch-button-case,
  .switch-button-case-t {
    display: inline-block;
    background: none;
    width: 20%;
    height: 100%;
    color: #6a6a6a;
    position: relative;
    border: none;
    transition: 0.3s ease all;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    padding-bottom: 1px;
    font-size: 12px;
    margin-bottom: 0;
  }
  .switch-button-case.flash.left{
    background: url(../images/flash_icon.svg) 10px 10px no-repeat;
    background-size: 13px;
    color: #6a6a6a;
  }
  .switch-button-case.sparkle.right{
    background: url(../images/sparkle_icon.svg) 10px 10px no-repeat;
    background-size: 16px;
    color: #6a6a6a;
  }
  .switch-button-case:hover, 
  .switch-button-case-t:hover {
    color: grey;
    cursor: pointer;
  }
  .switch-button-case:focus, 
  .switch-button-case-t:focus {
    outline: none;
  }
  .switch-button .active,
  .switch-button-t .active {
    color: #151515;
    background-color: white;
    position: absolute;
    left: 0%;
    top: 0;
    width: 20%;
    height: 36px;
    z-index: -1;
    transition: 0.3s ease-out all;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    margin: 1px;
  }
  .switch-button .active-case, 
  .switch-button-t .active-case {
    color: #151515;
  }
  .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .upload-btn-wrapper .btn {
    border: unset;
    color: gray;
    /* background-color: #e0e0e7; */
    border-radius: 9999px;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
    height: 40px;
    background: #e0e0e7 url(../images/paperclip_icon.svg) 7px 9px no-repeat;
    background-size: 24px;
  }
  
  .upload-btn-wrapper input[type=file] {
   position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 40px;
}
@media (max-width: 768px){
    .switchbtns{
        display: unset;
        align-items: flex-start;
    }
    .switchwrp {
        margin-bottom: 1em;
    }
    .switchwrp .model, .switchwrp .topic {
        margin-right: 24px;
        width: 60px;
    }
    .switchwrp #uploadForm {margin-left: 83px;}
}
  .section.definition {
      margin: 25px  0 25px 0;
  }
  .section.definition .speaker-title {
      display: flex;
      align-items: center;
  }
  .section.definition .speaker {
    height: 20px;
    padding: 0 20px;
    margin-right: 12px;
    border: unset;
    background: url(../images/speaker_icon.svg) 2px 2px no-repeat;
    background-size: 18px;
    width: 20px;
    padding-inline: 0px;
  }
  .section.definition .speaker-title .title-p .title-h {
    font-size: 20px;
  }
  .section.definition .para {
    color: #484848;
    text-align: justify;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.688%; /* 22.51px */
    letter-spacing: 0.86px;
  }
  .section.definition .para a {
    color: #1800ff;
    text-decoration: none;
    /* border: 1px solid #998fff; */
    font-size: 11px;
    padding: 1px 3px;
    border-radius: 4px;
 }
 .section.definition .para a:hover {
    color: #fff;
    background-color:#1800FF;
 }
 .select-dropdown,
.select-dropdown * {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.select-dropdown {
    position: relative;
    background-color: #e0e0e7;
    border-radius: 9999px;
    margin-right: 12px;
}
.select-dropdown select {
	font-size: 12px;
    font-weight: normal;
    max-width: 100%;
    padding: 14px 30px 14px 14px;
	border: none;
	background-color: transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
}
.select-dropdown select:active, .select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}
.select-dropdown:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}


.page.results .section.searcharea {
    margin-top: 15vh;
    min-height: unset;
}

.page.results .circle {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 20px;
    padding: 0px 6px;
    margin: 0 3px;
}
.page.results .circle.orange { 
    background-color: #FA5D04;
    color: #fff;
}
.page.results .circle.blue { 
    background-color: #1B91FF;
    color: #fff;
}
.page.results .circle.lgreen { 
    background-color: #13BE81;
    color: #fff;
}
.page.results .circle.megenta { 
    background-color: #BE13AD;
    color: #fff;
}
.page.results .circle.green { 
    background-color: #03AC00;
    color: #fff;
}
.page.results .circle.green { 
    background-color: #03AC00;
    color: #fff;
}
.page.results .circle.purple { 
    background-color: #8214F0;
    color: #fff;
}
.page.results .circle.red { 
    background-color: #e20b0b;
    color: #fff;
}
.page.results .circle.nblue { 
    background-color: #210be2;
    color: #fff;
}
.page.results .results-points {
    color: #484848;
    text-align: justify;
    /* font-family: roboto; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 22.51px */
    letter-spacing: 0.48px;
}

.page.results .section.searcharea .container, .page.results .section .QA .container{
    padding: 0 0;
}
.page.results .section .QA h5 {
    font-weight: 400;
    color: #4f4f4f;
    font-size: 20px;
}
.page.results .section .QA .ans {
    background: url(../images/rect-arrow-right.svg) 65% 50px no-repeat;
    background-size: 50px;
    height: 150px;
}
.page.results .menu-right {
    height: auto;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 30px;
    min-height: 150px;
}
.page.results .menu-right .menu-right-title h5 {font-weight: 400; }
.page.results .menu-right .r-points-mb {
    margin-bottom: 1em;
}
.page.results .menu-right .r-points {
    display: flex;     align-items: center;
}
.page.results .menu-right .r-points span {
    font-size: 14px;
}
.page.results .menu-right .circle {
    padding: 3px 8px;
    margin: 0 10px 0 0;
}
.page.results .menu-right .petf {
    display: flex;     align-items: center;
}
.page.results .menu-right .petf-logo {
    background: url(../images/petfinder_logo.png) no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    margin-left: 35px;
    margin-right: 5px;
}
.page.results .menu-right .petf span {color: #7a7a7a;}
.nThreads {
    margin: 25px 0;
    justify-content: center;
    display: flex;
}
.nThreads .btn {
    border: unset;
    color: gray;
    background-color: #e0e0e7;
    border-radius: 9999px;
    font-size: 12px;
    /* font-weight: bold; */
    text-transform: capitalize;
    margin-bottom: 0;
    height: 40px;
    background-size: 13px;
    padding: 8px;
    text-decoration: none;
    width: 106px;
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.nThreads .btn span {
    /* color: #000; */
    font-size: 20px;
    padding-left: 5px;
}

.page.about .about-info{
    padding-top: 10vh;
    /* background: linear-gradient(to right, #ffffff, #cfcaff); */
    padding-bottom: 6vh;
    min-height: calc(92vh - 100px);
}
.page.about .about-info .about-details h1 {
    font-size: 8rem;
    font-weight: 400;
}
.profile-circle {
    width: 200px;
    height: 200px;
    transform: translate(50%, 60%);
    border-radius: 100%;
}
.profile-circle > img {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    border: 15px solid #fff;
    outline: 1px dashed #bababa;
    outline-offset: -9px;
    box-shadow: rgb(17 12 46 / 17%) 0px 19px 32px 0px;
    background-color: #f0f0f0;
}
.pg-privacy .section .content {
    height: auto;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    background: #FFF;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 20px;
}
.pg-privacy .section .content .row h5 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-top: 24px;
}


/*-----------------------------------------------------------
--------------------Pricing --------------------------------*/

.page.pricing .section.pricingWrp {
    margin: 5vh 0 0vh 0;
}

/* Small devices (phones) */
@media (max-width: 600px) {
  .page.pricing .section.pricingWrp {
    margin: 0vh 0 0vh 0; 
  }
}

/* Medium devices (tablets) */
@media (min-width: 601px) and (max-width: 1024px) {
  .page.pricing .section.pricingWrp {
    margin: 4vh auto 0 auto; 
  }
}

/* Large devices (desktops) */
@media (min-width: 1025px) {
  .page.pricing .section.pricingWrp {
    margin: 6vh 0 0 0;    
  }
}
.row.full-width.plans {
    display: flex;
}
.row.full-width.plans .columns {
    margin-bottom: 1.5em;
}
.page.pricing .section.pricingWrp .priceCard {
    /* width: 294px; */
    min-height: 230px;
    border-radius: 24px;
    border: 1px solid #ebebeb;
    background: #FFF;
    box-shadow: 20px 20px 40px 12px rgba(100, 100, 100, 0.08);
    text-align: center;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: .1px solid #1800FF;
}
/* "Most Popular" badge */
.priceCard.pro::before {
  content: "Most Popular";
    position: absolute;
    top: -10px;
    right: 130px;
    background: linear-gradient(135deg, #1800ff, #8800ff);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 28px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    text-align: center;
    letter-spacing: 0.5px;
    border-radius: 14px;
}
.priceCard.Teams::before {
  content: "Unlimited users show Toll-Free support";
    position: absolute;
    top: -10px;
    right: 50px;
    background: linear-gradient(135deg, #1800ff, #8800ff);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 28px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    text-align: center;
    letter-spacing: 0.5px;
    border-radius: 14px;
}
.page.pricing .section.pricingWrp .priceCard:hover {
    border: 1px solid #1800FF;
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(24, 0, 255, 0.15);
}
.page.pricing .section.pricingWrp .priceCard h6 {
    text-align: center;
    padding: 16px 0;
    background-color: #0000000a;
    border-radius: 20px 20px 0 0;
    color: #000;
    font-size: 24px;
    border-bottom: none;
    margin-bottom: 1rem;
}

.page.pricing .section.pricingWrp .priceCard ul li {
    padding: 6px 16px;
    /* border-bottom: 1px solid #e7e7e7; */
}
.page.pricing .section.pricingWrp .priceCard .pricing-details li.price {
    display: flex;
    justify-content: center;
  align-items: baseline;
  gap: 4px;
}
.page.pricing .section.pricingWrp .priceCard .pricing-details li.price h4 {
    margin-bottom: 0.5rem;
        color: #1800FF;
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1;
}
.page.pricing .section.pricingWrp .priceCard .pricing-details {
    min-height: 208px;
}
.page.pricing .section.pricingWrp .priceCard ul li.btnGT {
    border: none;
    
}
.page.pricing .section.pricingWrp .priceCard ul li .btn-GtStrd {
    width: 70%;
    height: 40px;
    margin-top: 24px;
    background: #1800FF;
    color: #FFF;
    background: #1800FF url(../images/arrowRight.svg) no-repeat 80% 12px;
}
.page.pricing .section.pricingWrp .priceCard ul li .btn-GtStrd:hover {
    background: #000;
    color: #FFF;
    background: #000 url(../images/arrowRight.svg) no-repeat 80% 12px;
}
/*==================================================================================================================
================Login SignUp forgot pwd==========================================================================*/


.page.login .section.header .signUp input, 
.page.login .section.header .Login input{
    margin-bottom: 0;
    width: 110px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 9999px;
    border: 1px solid rgba(221, 221, 221, 0.87);
    background: #FFF;
    color: #1800FF;
    text-align: center  ;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 900;
    line-height: 22.53px; /* 176.016% */
    letter-spacing: 0.7px;
    box-shadow: rgb(17 12 46 / 16%) 8px 12px 38px 0px; text-transform: uppercase;
}
.page.login .form {
    margin: 15vh 0 0vh 0;
}
.page.login .loginForm {
    width: 572px;
    height: auto;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 60px;
    margin: 0 auto;
}
.page.login .section.form .row{
    display: flex;
}
.page.login .loginForm h6 {
    color: #212121;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 176% */
    text-transform: capitalize;
    margin-bottom: 50px;
}
.page.login .loginForm.signUplink h6{
    margin-bottom: 20px;
    color: #1800FF;
    font-weight: 500;
}
.page.login .loginForm.signUplink a {font-size: 20px; color: #000;text-decoration-color: #d9eeff;}
.page.login .loginForm.signUplink a:hover {
    text-decoration-color: #1800FF;
}
.page.login .loginForm .email, 
.page.login .loginForm .pwd,
.page.login .loginForm .user{
    width: 100%;
    height: 60px;
    flex-shrink: 0; 
    border-radius: 9999px;
    border: 1px solid #DDD;
    background: #FFF;
    padding-left: 60px;
    margin-bottom: 20px;
}
.page.login .loginForm .email {
   background: url(../images/icon-mail.svg) no-repeat 5% 15px;
}
.page.login .loginForm .pwd {
    background: url(../images/lock.svg) no-repeat 5% 15px;
    background-size: 20px;
 }
 .page.login .loginForm .user {
    background: url(../images/user.svg) no-repeat 5% 15px;
 }
.page.login .loginForm .Login {
    width: 100%;
    height: 60px;
    border-radius: 9999px;
    background: #1800FF;
    color: #FFF;
    padding-left: 50px;
    background: #1800FF url(../images/arrowRight.svg) no-repeat 62% 22px;
    border: 1px solid #1800FF;
}
.page.login .loginForm .SignUp {
    width: 100%;
    height: 60px;
    border-radius: 9999px;
    background: #1800FF;
    color: #FFF;
    padding-left: 50px;
    background: #1800FF url(../images/arrowRight.svg) no-repeat 62% 22px;
    border: 1px solid #1800FF;
}
.page.login .loginForm .Login:hover,
.page.login .loginForm .SignUp:hover {
    background: #000 url(../images/arrowRight.svg) no-repeat 62% 22px;
  }
  .page.login .loginForm a {
    color: #9f9f9f;
    text-align: center;
    display: block;
}
.btn.Upgrade {
    color: #FFF;
    background-color: #1800FF;
    border-color: #1800FF;
    width: 100%;
    margin: .9rem 0 0 0;
    font-size: 14px;
    height: 50px;
}
.modal-content .m-points {display: flex;align-items: center;margin-top: 8px;line-height: 24px;}
.modal-content .m-points .checkIcon{
    background: url(../images/check-icon.svg) no-repeat 0% 2px;
    width: 20px;
    height: 20px;
    background-size: 16px;
    margin-right: 10px;
}



.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

/* .container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
} */

.navbar{
    position: fixed;
    width: 100%;
    background: #f8f8f8;
    color: #000;
    opacity: 1;
    z-index: 100;
    top: 0;
    height: 80px;
    box-shadow: rgb(161 161 161 / 9%) 0px 0px 24px 3px, rgb(0 0 0 / 6%) 10px 4px 45px 0px;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.menu-items {
    order: 2;
    display: flex;
    /* width: 26%; */
    justify-content: space-between;
    align-items: center;
}
.logo {
    order: 1;
    font-size: 2.3rem;
    display: contents;
    /* width: 72%; */
}
/* .signup {
    order: 3;
    display: flex;
} */
.signup input {
    margin-bottom: 0;
}
.menu-items ul{
    display: flex;
    justify-content: space-around;
    margin-right: 16px;
}
.menu-items li{
    list-style: none;
}
.menu-items li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 14px;
    border-radius: 4px;
}
/* .menu-items ul li:hover {
    background-color: #1800FF;
} */
.menu-items ul li a:hover {
    color: #fff;
    background-color: #000;
}
.menu-items ul li a:focus {
    color: #fff;
    background-color: #1800FF;
}
.navbar a{
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #117964;
}

@media (max-width: 768px){
    .page .section.model.searcharea .switchbtns .column, .columns{
        margin-bottom: 24px;
    }
    .navbar{
        opacity: 0.95;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
        padding: 0px 0;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 23px;
        width: 35px;
        position: absolute;
        top: 25px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow: rgb(161 161 161 / 9%) 0px 0px 24px 3px, rgb(0 0 0 / 15%) 10px 4px 45px 0px;
        overflow: scroll;
        justify-content: unset;
        align-items: unset;
    }
    .navbar .menu-items ul {
        display: block;
    }
    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .navbar .logo img{
        position: absolute;
        top: 30%;
        left: 30%;
        font-size: 2.5rem;
        width: 220px;
    }
    .navbar .logo .discord-x a img {
        position: unset;
        width: auto;
        margin-top: 24px;
    }
    .navbar .logo .discord-x {
        display: flex;
        justify-content: end;
    }
    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }
    .section.footer .block-intro .copyright {
        text-align: center;
    }
    .page.login .section.form .row {
        display: block;
    }
    .page.login .loginForm .Login {background: #1800FF url(../images/arrowRight.svg) no-repeat 65% 22px; }
    .page.login .loginForm{
        margin-bottom: 20px;     width: 100%;
    }
    .page.login .section.header .logo {
        justify-content: center;
        display: flex;
    } 
    .page.login .loginForm .SignUp {
        background: #1800FF url(../images/arrowRight.svg) no-repeat 64% 22px;
    }
    .column, .columns {margin-left: 0%;}
    .row.full-width.plans {
        display: block;
    }
    .page.pricing .section.pricingWrp .priceCard {
        border: 1px solid #ebe9ff;
        box-shadow: 10px 10px 23px -10px rgb(53 40 184 / 46%);
    }
    .page.results .section .QA .ans {
        background: url(../images/rect-arrow-down.svg) 5% 50px no-repeat;
        background-size: 15px;
        height: 150px;
    }
    
}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
    .aiConsultant-hero .signupForm {
        padding: 30px 20px !important;
    }
    .column, .columns {margin-left: 0%;}
    .ai-consultantfeatureIn .logosdisplyin {
        display: block !important;
    }
    .ai-consultantfeatureIn .logosdisplyin div {
        margin-bottom: 10px;;
    } 
}


.faq-section {
    background: #fdfdfd;
    min-height: 60vh;
    padding: 6vh 0 0;
  }
  .faq-title h2 {
    position: relative;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
  }
  .faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #1800FF;
    bottom: -25px;
    margin-left: -30px;
  }
  .faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
  }
  
  /* .faq {
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding-top: 20px;
  } */
  
  .faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #e2dfff;
    /* padding-left: 20px; */
  }
  
  .faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  /* .faq .card .card-header:hover {
    background: #9d92fa;
    padding-left: 10px;
  } */
  .faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    /* padding-left: 30px; */
    padding-right: 30px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .6px;
    color: #000000;
    text-decoration: none !important;
    cursor: pointer;
    padding-top: 20px;
    margin-bottom: 0;
    /* -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; 
     padding-bottom: 20px; */
  }
  
  .faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #1800FF;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
  }
  
  .faq .card .card-body {
    padding: 15px;
    /* padding-left: 35px; */
    padding-right: 80px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #696969;
    line-height: 25px;
    letter-spacing: .5px;
    /* border-top: 1px solid #f4f3ff;*/
  }
  
  .faq .card .card-body p {
    margin-bottom: 14px;
    margin-left: 42px;
  }
  
  @media (max-width: 991px) {
    .faq {
      margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
      line-height: 26px;
      margin-top: 10px;
    }
  }
  .about-u {
      margin-top: 30px;
  }
  .about-u .about-title h2 {
    position: relative;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
  }
  .about-u .about-title h2::before {
    content: "";
    position: absolute;
    left: 10%;
    width: 60px;
    height: 2px;
    background: #1800FF;
    bottom: -25px;
    margin-left: -30px;
  }
  .about-u .card .card-body {
    padding: 35px 0;
    padding-right: 80px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #696969;
    line-height: 25px;
    letter-spacing: .5px;
    /* border-top: 1px solid #f4f3ff;*/
  }

  .radio_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #e0e0e7;
    height: 40px;
    border-radius: 9999px;
    box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
    padding: 0 2px;
}

.radio_container input[type="radio"] {
    appearance: none;
    display: none;
}

.radio_container label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 40px;
    text-align: center;
    border-radius: 9999px;
    overflow: hidden;
    transition: linear 0.3s;
    color: #6e6e6edd;
    cursor: pointer;
}

.radio_container input[type="radio"]:checked + label {
    background-color: #1800ff;
    color: #f1f3f5;
    font-weight: 900;
    transition: 0.3s;
    cursor: pointer;
}



.skeleton {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.skeleton .square {
    height: 80px;
    border-radius: 5px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-squares 2s infinite ease-out;
}
.skeleton .line {
    height: 12px;
    margin-bottom:6px;
    border-radius: 2px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-out;
}
.skeleton-right{
   flex:1;
}
.skeleton-left{
   flex:2;
   padding-right:15px;
}
.flex1{
   flex: 1;
}
.flex2{
   flex: 2;
}
.skeleton .line:last-child{
   margin-bottom: 0;
}
.h8{
   height: 8px !important;
}
.h10{
   height: 10px !important;
}
.h12{
   height: 12px !important;
}
.h15{
   height: 15px !important;
}
.h17{
   height: 17px !important;
}
.h20{
   height: 20px !important;
}
.h25{
   height: 25px !important;
}
.w25{
   width: 25% !important
}
.w40{
   width:40% !important;
}
.w50{
   width: 50% !important
}
.w75{
   width: 75% !important
}
.m10{
   margin-bottom: 10px !important;
}
@keyframes wave-lines {
   0% {
       background-position: -468px 0;
   }
    100% {
       background-position: 468px 0;
   }
}
@keyframes wave-squares {
   0% {
       background-position: -468px 0;
   }
    100% {
       background-position: 468px 0;
   }
}

.page .section.landing { 
    position: relative; 
    margin-top: 7vh; 
    min-height: calc(80vh - 100px); 
}
.page .section.landing h2 { 
    font-weight: 500;
}

.page .section.landing .features {
    border-collapse: collapse;
    font-family: sans-serif;
    width: 100% ;
    margin-top: 1vh;
    border-radius: 20px;
    overflow: hidden;
  }
  .page .section.landing .features tr th {
    padding: 1.2em 1em;
    background-color: #ebeafa;
    color: #121212;
    font-weight: 600;
  }
  .page .section.landing .features__cell {
    max-width: 250px;
    font-size: 14px;
    font-weight: normal;
    padding: 1em 1em;
    color: #333333;
    border-bottom: 1px solid #dddddd;
    line-height: 1.4;
  }
  
  .page .section.landing .features__cell--bold {
    font-weight: bold; text-align: left;
  }
  
  .page .section.landing .features__cell--shaded {
    background: #eeeeee;
  }
  
  .page .section.landing .features__cell--large {
    font-size: 1.25em;
  }
  
  .page .section.landing .features__cell--center {
    text-align: center;
  }
  
.page .section.landing .features__tick::after {
    content: "\2714";
    font-size: 1.5em;
    color: green;
    margin-left: 5px;
  }
  .page .section.landing  .circle {
    position: relative;
    background: #15a71b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }
  
  .page .section.landing .checkmark {
    position: absolute;
    transform: rotate(45deg) translate(-50%, -50%);
    left: 25%;
    top: 48%;
    height: 16.666667px;
    width: 10.333333px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
  }
  .page .section.landing  .circle-cross {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    background-color: red;
    cursor: pointer;
    z-index: 2;
}
.page .section.landing  .circle-cross .before,
.page .section.landing  .circle-cross .after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: white;
    border-radius: 0;
    top: 14px;
    z-index: 0;
}
.page .section.landing  .circle-cross .before {
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    right: 5px;
}
.page .section.landing  .circle-cross .after {
    transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    right: 5px;
}


.models .pills {
    background-color: #210be2;
    border-radius: 35px;
    padding: 24px;
    text-align: center;
    min-height: 190px;
    background: linear-gradient(142deg, rgb(11 0 104) 20%, rgb(24 0 255) 100%);
}
.models .pills img {
    margin-bottom: 10px;
}
.models .pills label {
    color: #fff;
    font-size: 16px;
}
.models{
  transition: transform .2s;
}
.models:hover {
    transform:scale(1.03);
  }
.seeAllModels {
    text-align: center;
    font-size: 16px;
}
.seeAllModels .columns{
    display: flex; align-items: center;
    justify-content: center;
}
.seeAllModels a {
    text-decoration: none;
    color: #000;
    display: flex;
    font-weight: 300;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 28px;
    box-shadow: rgb(161 161 161 / 9%) 0px 0px 24px 3px, rgb(0 0 0 / 6%) 10px 4px 45px 0px;
}
.seeAllModels a:hover {
    color: #210be2;
}

.page .section.model.searcharea .m-title h3{
    margin-bottom: 0;
    font-size: 30px;
    text-align: center;
}
.page .section.model.searcharea {
    position: relative;
    margin-top: 10vh;
    min-height: calc(80vh - 100px);
}
.page .section.model.searcharea .switchbtns {
    margin: 3% 0;
}
.page .section.model.searcharea .switchbtns .column, .columns{
    margin-left: 3%;
}

.PillList-item {
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-transform: capitalize;
    transition: transform .2s;
    position: relative;
  }
  .PillList-item:hover {
    transform:scale(1.03);
  }
  .PillList-item input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .PillList-item input[type="checkbox"]:checked + .PillList-label {
    min-height: 185px;
    background: linear-gradient(142deg, rgb(0, 0, 0) 20%, rgb(6, 0, 59) 100%);
    color: #fff;
    padding:  25px;
  }
  .PillList-label {
    min-height: 185px;
    background: linear-gradient(142deg, rgb(11 0 104) 20%, rgb(24 0 255) 100%);
    border-radius: 35px;
    color: #fff;
    display: block;
    padding:  24px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
  }
  .PillList-label:hover {
    background:#000;
}
  .PillList-item .PillList-label .toolTitle {
      padding-top: 12px;
  }
  .PillList-item
    input[type="checkbox"]:checked
    + .PillList-label
    .Icon--checkLight {
    display: inline-block;
  }
  .PillList-item input[type="checkbox"]:checked + .PillList-label .Icon--addLight,
  .PillList-label .Icon--checkLight,
  .PillList-children {
    display: none;
  }
 
  /* Hide the browser's default checkbox */
.PillList-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
 .PillList-item .checkmark {
    position: absolute;
    top: -5px;
    right: -6px;
    height: 35px;
    width: 35px;
    background-color: rgba(238, 238, 238, 0);
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .PillList-item:hover input ~ .checkmark {
    background-color: rgba(204, 204, 204, 0);
    border-radius: 50%;
  }
  
  /* When the checkbox is checked, add a blue background */
  .PillList-item input:checked ~ .checkmark {
    background-color: #00ad07;
    border-radius: 50%;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .PillList-item .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .PillList-item input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .PillList-item .checkmark:after {
    left: 14px;
    top: 6px;
    width: 10px;
    height: 17px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .section.FeaturedIn h5 {
    margin-bottom: 4px;
    margin-top: 24px;
    font-weight: 400;
  }
 
  .section.FeaturedIn .mediumlink  .mediumlinkIn {
    background-color: #fff;
    border: 1px solid #dddfe5;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    width: fit-content;
    box-shadow: rgb(161 161 161 / 9%) 0px 0px 24px 3px, rgb(0 0 0 / 6%) 10px 4px 45px 0px;
  }
  .section.FeaturedIn .mediumlink  .mediumlinkIn:hover {
      background-color: #000;
  }
  .section.FeaturedIn .mediumlink a:hover {
      color: #fff;
  }
  .section.FeaturedIn .mediumlink a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-weight: 400;
  }
  .section.logos-display {
      text-align: center;    margin-top: 24px;
  }
  .section.logos-display h5 {
      margin-bottom: 6px;
      font-weight: 400;
  }
  .section.logos-display .logosdisplyin {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.3em;
    align-items: center;
        
  }
 
  .section.logos-display ul li img {
      margin: 6px 16px;;
  }

  .Header header nav ul li a:hover {
      color: #0075FF;
  }
  .Header header nav ul li a:active {
    color: #0075FF;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #ffffff;
    box-shadow: rgba(161, 161, 161, 0.09) 0px 0px 10px 0px, rgba(0, 0, 0, 0.14) 10px 15px 15px 0px;
    width: 800px;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link {
    line-height: .6;
  }
  
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: unset;
    color: #0076ff;
  }


  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: unset;
    color: #0076ff;
  }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: unset;
    color: #0076ff;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: unset;
    color: #0076ff;
  }

  @media only screen and (max-width: 768px) {
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
        background: #fff;
        padding: 0px 0px 0px 0px;
        position: absolute;
        width: 415px;
        left: -35px;
        margin-top: 9px;
        box-shadow: rgba(161, 161, 161, .09) 0 0 10px 0, rgba(0, 0, 0, .14) 10px 15px 15px 0;
    }
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
        width: 100%;
    }
    .page.about .aiConsultant-hero h3{font-size: 3.5rem !important;}
    .page.about .aiConsultant-hero h5{font-size: 2.3rem !important; line-height: 33px !important;}
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    display: none;
}

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1::after {
  content: "";
  font-family: "dashicons";
  font-size: 24px;
  color: #0075ff;
  margin: 0 0 0 5px;
  background: url(https://indellia.com/wp-content/uploads/2024/04/burger_icon.svg) no-repeat;
    background-size: auto;
  background-size: 30px;
  width: 40px;
  height: 30px;
  margin:5px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::after {
  content: " ";
  background: url(https://indellia.com/wp-content/uploads/2021/05/close_icon.svg) no-repeat;
  background-size: 30px;
  width: 40px;
  height: 30px;
  margin: 5px;
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    background: #fff;
    padding: 10px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9999999;
    margin-top: 10px;
    box-shadow: 3;
    box-shadow: rgba(161, 161, 161, 0.09) 0px 0px 10px 0px, rgba(0, 0, 0, 0.14) 10px 15px 15px 0px;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: rgba(161, 161, 161, 0.09) 0px 0px 10px 0px, rgba(0, 0, 0, 0.14) 10px 15px 15px 0px;
}

.page.about .aiConsultant-hero {
    position: relative;
    text-align: left;
    min-height: 600px;
    background: url(../images/macro-eye-iris.jpg) no-repeat 20% -10% / cover;
    /* margin-top: 82px; */
    padding: 80px 0;;
}
.page.about .aiConsultant-hero h3 {
    font-size: 4.5em;font-weight: 200;margin-bottom: 16px;
}
.page.about .aiConsultant-hero h5 {
    margin-top: 6px;margin-bottom: 16px;font-size: 2.9rem;font-weight: 200;line-height: 40px;
}
.page.about .aiConsultant-hero .container {
    background: linear-gradient(90deg, rgb(0 0 0 / 68%) 0%, rgb(0 0 0 / 64%) 51%, rgba(0, 0, 0, 0) 100%);
    /* background: linear-gradient(90deg, rgb(0 0 0 / 43%) 0%, rgb(0 0 0 / 39%) 51%, rgba(0, 0, 0, 0) 100%); */
    padding: 20px 20px;
}
.page.about .aiConsultant-hero .about-details h3,
.page.about .aiConsultant-hero .about-details h5 {
    color: #fff;
}
.page.about .aiConsultant-hero .signup input {
    padding: 10px 30px;
    height: auto;
    font-size: 18px;
    font-weight: 200;
}
.page.about .aiConsultant-hero .container p {color: #fff;}

.aiConsultant-info {
    margin-top: 70px;
}
.aiConsultant-info p{
  margin-top: 12px;
  font-size: 16px;
}
.aiConsultant-info p a {
    text-decoration: none;
    border: 1px solid #d4d0ff;
    padding: 0 4px;
    border-radius: 4px;
    color: #1800ff;
}
.aiConsultant-info p a:hover {
    background-color: #1800FF;
    color: #fff;
}
.aiConsultant-info h5 {
    font-size: 2.8rem; font-weight: 400;
}
.aiConsultant-info h3,
.aiConsultant-info h5  {
    margin-bottom: 0;     margin-top: 2px;
}
.aiConsultant-info ul {
    list-style: disc;     margin-left: 24px;font-size: 15px;
}
.aiConsultant-info ul li {
    line-height: 2.2;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}
.aiConsultant-info .card-container .card{
        background-color: #fff;
        padding: 2rem 3rem;
        border: 1px solid #c7c7c7;
        border-radius: 20px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease;
        text-align: left;
}
 .aiConsultant-info .card-container .card:hover {
    transform: translateY(-5px);
}
.aiConsultant-info .card-container .card h5 {
    text-align: left; font-size: 2.1rem;  color: #000000; font-weight: 500;  line-height: 1.3;
}
.aiConsultant-info .card-container .card  ul li{
    line-height: 1.8;
}
.bookconsultant-center .signupForm {
    width: 450px;
}

.aiConsultant-hero .signupForm,
.bookconsultant-center .signupForm,
.jeevanheadshot .signupForm  {
    /* width: 572px; */
    height: auto;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 35px;
    margin: 0 auto;
}
.jeevanheadshot .signupForm {
    padding: 0px;
    border-radius: unset;
    border: unset;
    background: unset;
    box-shadow: unset;
    margin-top: 16px;
}
.aiConsultant-hero .signupForm input,
.bookconsultant-center .signupForm input,
.jeevanheadshot .signupForm input{
    width: 100%;
    height: 40px;
    flex-shrink: 0; 
    border-radius: 9999px;
    border: 1px solid #DDD;
    background: #FFF;
    /* padding-left: 45px; */
    margin-bottom: 12px;
    padding: 6px 20px;
}
.jeevanheadshot .signupForm input{
    height: 40px;
}
.aiConsultant-hero .signupForm .SignUp,
.bookconsultant-center .signupForm .SignUp,
.jeevanheadshot .signupForm .SignUp,
.aiagency .signupForm .SignUp{
    width: 100%;
    height: 40px;
    border-radius: 9999px;
    background: #1800FF;
    color: #FFF;
    /* padding-left: 50px; */
    /* background: #1800FF url(../images/arrowRight.svg) no-repeat 62% 22px; */
    border: 1px solid #1800FF;margin-top: 12px;
    margin-bottom: 0;    font-size: 13px;
}
.ai-consultantfeatureIn {
    padding: 12px !important;
    background: #fff !important;
    width: fit-content;
    text-align: center;    border-radius: 6px;
}
.ai-consultantfeatureIn h5 {
    margin-bottom: 6px;
    font-size: 2rem;
    font-weight: 400;
}
.ai-consultantfeatureIn .logosdisplyin {
    display: flex;
    align-items: center;
    background-color: #ffffffcf;
    padding: 6px;
    width: fit-content;
}
.ai-consultantfeatureIn .logosdisplyin div{
    padding-right: 24px;
}
.bookconsultant-footer .card-container .card h5{
    text-align: center; font-size: 3.1rem; 
}

.jeevanheadshot {
    position: relative;
    text-align: left;
    min-height: 500px;
    background: url(../images/jeevan_headshot2.jpg) no-repeat center center / cover;
    padding: 85px 0 10px 0;
}
.aiagency .section.aiagency-hero {
    position: relative;
    text-align: left;
    min-height: 500px;
    background: unset;background: linear-gradient(90deg, rgb(0 0 0 / 6%) 0%, rgba(222, 222, 222, 0.37) 51%, rgba(255, 255, 255, 0) 100%);
    padding: 85px 0 60px 0;
}
.jeevanheadshot .signupForm .card-container .card{
    background-color: #fff;
    padding: 3rem 2rem 1.5rem 2rem;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    text-align: left;
}
.jeevanheadshot .signupForm .card-container .card:hover {
transform: translateY(-5px);
}
/* .jeevanheadshot .container {
    padding: 70px 0;
} */
/* .jeevanheadshot-img {
    background: url(../images/jeevan_headshot2.jpg) no-repeat center center / cover;
} */
/* .jeevanheadshot-img img {
    width: 214%;
    transform: translate(-18%, 0%);
} */
.jeevanheadshot h3{
    font-size: 4.6rem;
}
.jeevanheadshot h5{
    line-height: 1.2;
    margin-bottom: 8px;
}
.jeevanheadshot h1,
.jeevanheadshot h5,
.jeevanheadshot p,
.aiagency h3,
.aiagency h5 {
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin-bottom: 8px;
}
.aiagency h5 {line-height: 1.3;}
.jeevanheadshot p {font-size: 14px;}
.jeevanheadshot .founder {
    position: absolute;
    top: 360px;
    left: 21px;
}
.jeevanheadshot .founder h5,
.jeevanheadshot .founder h6 {
    margin-bottom: 0;
}
.jeevanheadshot .logosdisplyin { 
    background-color: unset;
}
.aiagency .aiagency_office img {
    border-radius: 20px;
}
.aiagency .signupForm form{ margin-right: 12px; }
.aiagency .bookconsultant-footer blockquote {
	font-weight: 100;
	font-size: 2rem;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
}

.aiagency .bookconsultant-footer blockquote:before,
.aiagency .bookconsultant-footer blockquote:after {
	position: absolute;
	color: #000;
	font-size: 13rem;
	width: 4rem;
	height: 4rem;
}

.aiagency .bookconsultant-footer blockquote:before {
	content: '“';
	left: -4rem;
    top: -5rem;
}

.aiagency .bookconsultant-footer blockquote:after {
	content: '”';
    right: -4rem;
    bottom: 3rem;
}
.aiagency .bookconsultant-footer .bookconsultant-center {
    display: flex;
    justify-content: center;
}
.aiagency .bookconsultant-footer .meetjeevan h5,
.aiagency .bookconsultant-footer .meetjeevan h6 { margin-bottom: 0;}
.aiagency .bookconsultant-footer .meetjeevan p {
    margin-top: 0;
}
.aiagency .bookconsultant-footer .meetjeevan .signupForm .persona {
    border: 1px solid #e0e0e0;
        width: 200px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
}
.aiagency .bookconsultant-footer .meetjeevan .signupForm {
    display: flex;
    align-items: center;    width: auto;
}

@media only screen and (max-width: 768px) {
    .jeevanheadshot .signupForm {
        margin-top: 0;
    }
    .bookconsultant-footer .card-container .card{
        padding: 1rem 2rem;
    }
    .bookconsultant-footer .card-container .card .signupForm{
        width: 100%;        padding: 10px;
    }
    .jeevanheadshot .founder {display: none;}
    .jeevanheadshot {
        background: url(../images/jeevan_headshot2_mobile.jpg) no-repeat center center / cover;
    }
    .jeevanheadshot .logosdisplyin {
        background-color: #ffffffcf;
        width: 100%;
    }
    .jeevanheadshot  .ai-consultantfeatureIn {
        transform: translate(50%, 0px);
    }
    .jeevanheadshot h1, .jeevanheadshot h5, .jeevanheadshot p {
        color: #fff;
         line-height: 1.2;
         margin-bottom: 12px;
         text-align: center;
    }
    .jeevanheadshot .column:first-child, .columns:first-child {
        margin-left: 0;
    }
    .aiagency .section.aiagency-hero {
        padding: 40px 0 60px 0;
        text-align: center;
    }
    .aiagency .bookconsultant-footer .meetjeevan .signupForm {
        display: table-cell;
        align-items: center;
        max-width: 200px;
    }
    .aiagency .bookconsultant-footer .meetjeevan .signupForm .persona {
        width: 100px;transform: translate(40%, 0px);
    }
    .section.footer .block-intro {
        padding: 10px;
    }
    .section.footer .block-intro .other-links p {text-align: center;}
}

/*---------------------------------new css--------------------------------------------*/

.page {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header Styles */
        .header {
            background: #ffffff;
            box-shadow:rgb(161 161 161 / 9%) 0px 0px 24px 3px, rgb(0 0 0 / 6%) 10px 4px 45px 0px;
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        
       
        .logo {
            flex: 1;
        }
        
        .discord-x {
            display: flex;
            gap: 15px;
            align-items: center;
        }
        
        .discord-x img {
            transition: transform 0.3s ease;
        }
        
        .discord-x img:hover {
            transform: scale(1.1);
        }
        
        .menu-items {
            display: flex;
            align-items: center;
            gap: 2rem;
        }
        
        .menu-items ul {
            display: flex;
            list-style: none;
            gap: 2rem;
            margin: 0;
        }
        
        .menu-items a {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .menu-items a:hover {
            color: #1800FF;
        }
        
        .button-primary {
            background: linear-gradient(135deg, #1800FF, #3D1FFF);
            color: white;
            border: none;
            padding: 0.75rem 1.5rem;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .button-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(24, 0, 255, 0.3);
        }
        
        /* Hamburger Menu */
        .hamburger-lines {
            display: none;
            flex-direction: column;
            cursor: pointer;
        }
        
        .line {
            width: 25px;
            height: 3px;
            background: #333;
            margin: 3px 0;
            transition: 0.3s;
        }
        
        input[type="checkbox"] {
            display: none;
        }
        
        /* Landing Section */
        .landing {
            padding: 4rem 0;
            flex: 1;
        }
        
        .row {
            margin-bottom: 2rem;
        }
        
        .full-width {
            width: 100%;
        }
        
        
        /* Additional Content Section */
        .additional-content {
            background: #f8fafc;
            padding: 4rem 0;
            margin-top: 3rem;
        }
        
        .content-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }
        
        .content-card {
            padding: 1px;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            background: linear-gradient(to top right, #1800FF,  #f1efff);
        }
        .content-card-in{
          background: #fff;
          border-radius: 12px;
          padding: 16px;
        }
        
        .content-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 25px rgba(0,0,0,0.1);
        }
        
        .content-card h3 {
            color: #000;
            margin-bottom: 1rem;
            font-size: 2.2rem;
            font-weight: 400;
        }
        
        .content-card p {
            color: #64748b;
            line-height: 1.7;
        }
        
        .stats-section {
            text-align: center;
            padding: 120px 0;
            background: rgb(255, 255, 255);
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }
        
        .stat-item {
            padding: 1.5rem;
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: #1800FF;
            display: block;
        }
        
        .stat-label {
            color: #64748b;
            font-weight: 500;
            margin-top: 0.5rem;
        }
        
        /* Footer Styles */
        .footer {
            background: linear-gradient(to bottom, #09014f, #1704c4);
            color: white;
            padding: 0rem 0 1rem 0;
            margin-top: auto;
        }
        
        .footer-main {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            margin-bottom: 2rem;
        }
        
        .footer-column h4 {
            font-size: 2.2rem;
            font-weight: 400;
            margin-bottom: 1.5rem;
            color: #f1f5f9;
        }
        
        .footer-column ul {
            list-style: none;
        }
        
        .footer-column ul li {
            margin-bottom: 0.75rem;
        }
        
        .footer-column ul li a {
            color: #ffffff;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .footer-column ul li a:hover {
            color: #ffffff;
        }
        
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 2rem;
            border-top: 1px solid #8375fa;
        }
        
        .other-links p {
            margin: 0;
        }
        
        .other-links a {
                color: #ffffff;
    text-decoration: none;
    margin-right: 1.5rem;
    transition: color 0.3s ease;
    font-size: 12px;
        }
        
        .other-links a:hover {
            color: #f1f5f9;
        }
        
        .copyright p {
            margin: 0;
        }
        
        .copyright a {
            color: #94a3b8;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .copyright a:hover {
            color: #f1f5f9;
        }
        .landing h1.page-title {
                font-size: 6rem;
                font-weight: 700;
                    line-height: 1.1;
               margin-bottom: .2rem;
        }
        .landing h5 {
            font-size: 16px;
        }
        /* Responsive Design */
        @media (max-width: 768px) {
            .menu-items ul {
                display: none;
            }
            
            .hamburger-lines {
                display: flex;
            }
            
            .landing h1 {
                font-size: 2rem;
            }
            
            .landing h5 {
                font-size: 1rem;
                padding: 0 1rem;
            }
            
            .features__cell {
                padding: 1rem 0.5rem;
                font-size: 0.9rem;
            }
            
            .footer-main {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .footer-bottom {
                flex-direction: column;
                gap: 1rem;
                text-align: center;
            }
        }
        
        @media (max-width: 480px) {
            .footer-main {
                grid-template-columns: 1fr;
            }
            
            .other-links a {
                display: block;
                margin: 0.5rem 0;
            }
        }

        .compare-container {
      /* max-width: 900px; */
      /* margin: 2rem auto; */
      /* padding: 1rem; */
    }

    .compare-container h2 {
      text-align: center;
      margin-bottom: 1.5rem;
    }

    .compare-table {
      width: 100%;
      border-collapse: collapse;
      background: #fafafa;
      border-radius: 20px;
      overflow: hidden;
    }
    .compare-table td {
      border: 1px solid #ddd;
      padding: 1rem;
      /* text-align: left; */
      font-size: 1.4rem;
      padding-left: 24px;
    }

    .compare-table th {
      background: #1800ff;
      font-weight: 400;
      color: #fff;
       border: 1px solid #ddd;
      padding: 1.4rem;
      /* text-align: left; */
      font-size: 2rem;
    }

    .compare-table tr:nth-child(even) {
      background: #fdfdfd;
    }

    /* Responsive stacking */
    @media (max-width: 700px) {
      .compare-table,
      .compare-table thead,
      .compare-table tbody,
      .compare-table th,
      .compare-table td,
      .compare-table tr {
        display: block;
        width: 100%;
      }

      .compare-table tr {
        margin-bottom: 1rem;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 0.5rem;
      }

      .compare-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
      }

      .compare-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 1rem;
        width: 45%;
        text-align: left;
        font-weight: bold;
        color: #333;
      }

      .compare-table th {
        display: none;
      }
    }


    /* ===== Price Section Styling ===== */
        .price {
        font-family: system-ui, sans-serif;
        max-width: 750px;
        margin: 1rem auto;
        /* padding: 2rem; */
        background: #fff;
        }

        .price-controls {
        margin: 1rem 0;
        text-align: center;
        }

        /* Label */
        .price-controls label {
        display: block;
        font-size: 1.6rem;
        /* margin-bottom: 0.75rem; */
        }

        /* Sleek slider */
        #users {
        -webkit-appearance: none;
        width: 100%;
        height: 8px;
        border-radius: 6px;
        background: linear-gradient(90deg, #3b25ff, #1800FF);
        outline: none;
        cursor: pointer;
        margin: 0.5rem 0 1.5rem;
        transition: background 0.3s ease;
        }

        #users::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 3px solid #6a4ee6;
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        cursor: grab;
        transition: transform 0.2s ease;
        }
        #users::-webkit-slider-thumb:active {
        transform: scale(1.2);
        }

        #users::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: #fff;
        border: 3px solid #1800FF;
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        cursor: grab;
        transition: transform 0.2s ease;
        }
        #users::-moz-range-thumb:active {
        transform: scale(1.2);
        }

        /* Toggle pill buttons */
        .pill {
        display: inline-flex;
        background: #f4f4f6;
        border-radius: 50px;
        overflow: hidden;
        }

        .pill button {
        flex: 1;
        /* padding: 0.5rem 1.25rem; */
        border: none;
        background: transparent;
        cursor: pointer;
        font-weight: 600;
        transition: background 0.3s, color 0.3s; margin-bottom: 0;
        height: 29px;
    padding: 0 22px;
        }

        .pill button[aria-pressed="true"] {
        background: linear-gradient(90deg, #1800FF, #1800FF);
        color: #fff;
        }

        /* Pricing grid */
        .price-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1.25rem;
        margin-top: 2rem;
        }

        .card {
        background: #fff;
        border-radius: 1rem;
        padding: 1.5rem;
        text-align: center;
        box-shadow: 0 6px 16px rgba(0,0,0,0.06);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
            border: .1px solid #1800ff;
        }
        .card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        .card h3 {
        font-size: 2.25rem;
        margin-bottom: 0;font-weight: 400;
        }

        .price-big {
        font-size: 2rem;
        font-weight: bold;
        color: #1800FF;
        margin-bottom: 0.25rem;
        }

        .per {
        font-size: 1.3rem;
        color: #666;
        }
        #usersOut {
            font-size: 28px;
            font-weight: bold;
        color: #1800FF;
        }
        .savings {
        /* margin-top: 0.75rem; */
        font-size: 1.3rem;
        font-weight: 600;
        color: #079f3f; /* green */
        }

        /* Footer note */
        .foot {
        font-size: 1.2rem;
        color: #555;
        margin-top: 1.03rem;
        text-align: center;
        }


.faq {
  max-width: 750px;
  margin: 2rem auto;
  font-family: system-ui, sans-serif;
  font-size: 14px;
  margin-bottom: 48px;
}

.faq h2 {
  margin-bottom: 1.25rem;
  text-align: center;
}

.faq .item {
  /* border-radius: 12px; */
  /* margin-bottom: 0.75rem; */
  border-bottom: 1px solid #e3e3e8;
  overflow: hidden;
  line-height: 45px;
  /* background: #f9f9fb; */
  transition: all 0.3s ease;
}

.faq input[type="radio"] {
  display: none;
}

.faq label {
  display: block;
    padding: 0.75rem 2rem;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    background-color: #f4f4f4;
}
.faq label:hover {
  background: linear-gradient(90deg, #1800FF, #f8f7ff);
  color: #fff;
}

.faq label::after {
  content: "+";
    position: absolute;
    right: 12px;
    top: 0px;
    color: #1800FF;
    font-weight: 300;
    transition: transform 0.3s ease;
    font-size: 24px;
}

.faq input[type="radio"]:checked + label::after {
  content: "–";
  transform: rotate(180deg);
}

.faq .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition:
    max-height 0.6s ease-in-out,
    opacity 0.5s ease-in-out,
    padding 0.4s ease-in-out;
  opacity: 0;
}
.faq .content p {
    line-height: 17px; font-size: 15px;
}

.faq input[type="radio"]:checked ~ .content {
  max-height: 1000px;
  padding: 2rem 2.5rem;
  opacity: 1;
  background: #fff;
  border-top: 1px solid #e3e3e8;
}
