@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.F-jakartha {
    font-family: 'Plus Jakarta Sans' !important;
}

.Fw-500 {
    font-weight: 500 !important;
}

.Fw-600 {
    font-weight: 600 !important;
}

.Fw-700 {
    font-weight: 700 !important;
}

.color-5358 {
    color: #535862 !important;
}

.My-Container-fluid {
    padding-left: 0;
    padding-right: 0;
    width: 1600px;
    max-width: 1600px;
}

.My-Para {
    color: #535862;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
}

.My-fullcontainer {
    width: 100% !important;
    max-width: 100% !important;
}

.My-fullcontainer .row {
    margin-left: 0;
    margin-right: 0;
}

/*Header*/
.callmantra-hdr {
    border: none;
    background: transparent;
    transition: background 0.1s ease-out;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    -ms-transition: background 0.1s ease-out;
    -o-transition: background 0.1s ease-out;
}

.callmantra-hdr.nav-open {
    background: #09090B !important;
    transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
}

.callmantra-hdr .My-navbar {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #FFF;
}

.My-navbar .navbar-brand {
    padding: 0;
    margin-top: 0px;
    width: 200px;
}

.My-navbar .navbar-brand img {
    width: 100%;
}

.My-navbar .navbar-collapse {
    justify-content: end;
    gap: 200px;
}

#ResourceDropdown .dropdown-icon {
    width: 26px;
}

.Resource-dropdown .Resources-list {
    display: flex;
    justify-content: start;
    gap: 0px;
}

.My-navbar-nav {
    gap: 2px;
}

.My-navbar-nav .nav-item {
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.My-navbar-nav .nav-item a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    cursor: pointer;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}

.My-navbar-nav .nav-item:hover .nav-link,
.My-navbar-nav .nav-item:focus .nav-link,
.My-navbar-nav .nav-item:active .nav-link {
    color: #cbb0ff;
}

.My-navbar-nav .nav-item:not(.Resource-link) .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #945CFF;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.My-navbar-nav .nav-item:not(.Resource-link) .nav-link:hover::after {
    width: 100%;
}

.My-navbar-nav .Resource-link .nav-link::after {
    content: none;
    border: none;
    position: inherit;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

#ResourceDropdown .dropdown-icon {
    content: url('https://www.callmantra.co/wp-content/uploads/2025/06/ico_dropdown-white.svg');
    transition: 0.3s ease;
}

#ResourceDropdown:hover .dropdown-icon {
    content: url('https://www.callmantra.co/wp-content/uploads/2025/06/ico_dropdown-blue.svg');
}

.Mynav-rightbtns {
    display: flex;
    gap: 20px;
}

.callmantra-hdr .My-navbar-nav .position-unset {
    position: initial;
}

.Resource-dropdown {
    display: none;
}

.Resource-dropdown.show {
    display: block;
}

.My-navbar-nav .Resource-dropdown {
    width: 100%;
    left: 0;
    background-color: #FFF;
    border: none;
    top: 88px;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 10px 15px -3px rgba(16, 24, 40, .1), 0 4px 6px -4px rgba(16, 24, 40, .1);
}

.My-navbar-nav .Resource-dropdown .dropdown-item {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.02em;
    padding: 0 !important;
}

.My-navbar-nav .Resource-dropdown .dropdown-item:active,
.My-navbar-nav .Resource-dropdown .dropdown-item:hover {
    background-color: transparent;
}

.Resource-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-box {
    width: 300px;
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.nav-box:hover {
    background: #FAFAFA;
}

.My-navbar-nav .ResourceList-hdng {
    color: #18181B;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
    margin-bottom: 12px;
}

.My-navbar-nav .Resource-flex a {
    color: #6941C6;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 !important;
    text-decoration: none;
}

.nbi-subheading {
    font-size: 18px;
    color: #181D27;
    font-weight: 600;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.nbi-para {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #535862;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.nbi-2line {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    align-self: stretch;
}

.Mynav-rightbtns .btn {
    margin-right: 0;
    padding: 12px 32px;
    color: #FAFAFA;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 24px;
    border-radius: 6px;
    border: 1px solid #3C3B3C;
    background-color: #1A191A;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.Mynav-rightbtns .btn:hover,
.Mynav-rightbtns .btn:active {
    color: #FAFAFA !important;
    background-color: #945CFF !important;
    border-color: #3C3B3C;
}

.Mynav-rightbtns .Freetrial-btn {
    color: #FAFAFA;
    background-color: #18181B;
}

.Mynav-rightbtns .livedemo-btn {
    display: flex;
    gap: 8px;
    background-color: #945CFF;
}

.Mynav-rightbtns .My-Loginbtn {
    border: none;
    background: transparent;
}

.Mynav-rightbtns .My-Loginbtn:hover,
.Mynav-rightbtns .My-Loginbtn:active {
    background-color: #FFF !important;
    color: #000 !important;
}


.ResourceGroup {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
}

.RCD-Nav {
    width: 100%;
    padding: 24px 32px 24px 24px;
    background: #FAFAFA;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.RCD-Nav .nav-box {
    width: 100%;
    padding: 12px 0;
}

.RCD-Nav .nav-box .nav-box-inner {
    width: 52%;
    overflow: hidden;
    white-space: normal;
}

.RCD-Video {
    width: 60%;
    height: auto;
    border: 0.5px solid rgba(0, 0, 0, 0.10);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.RCD-Vid {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.RCD-Video img {
    width: 100%;
}

.navbar-toggler {
    padding: 0;
    margin: 0;
    border: 0;
    margin-right: 6px;
}

.navbar-toggler-icon {
    background-color: transparent;
    padding: 0;
    border-radius: 4px;
}

.navbar-toggler-icon img {
    width: 100%;
}

/*Black-Header*/
.callmantra-hdr.T-Header{
	background:transparent;
}
.callmantra-hdr.Black-Header,
.callmantra-hdr.Home-Black-Header {
    background: #09090B;
    z-index: 9999;
}

.callmantra-hdr.Home-White-Header {
    background: #FFF;
}
 .P96px {
        padding: 96px 0;
    }
/* Header end */
.My-Heading {
    color: #181D27;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.My-mantra-para {
    color: #94979C;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.My-left-btns {
    gap: 32px;
}

.My-btn {
    color: #18181B;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 28px !important;
    border-radius: 6px;
    background: #FFF;
}

.My-btn:hover,
.My-btn:active {
    color: #FAFAFA !important;
    background-color: #8553e5 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.My-Livedemobtn {
    gap: 8px;
}

.My-left-btns .btn {
    padding: 12px 32px;
}

.My-Freetrialbtn {
    color: #FAFAFA;
    background-color: #18181B;
}

.BLK-btn {
    color: #FAFAFA;
    background-color: #18181B;
}

.BLK-btn:hover,
.BLK-btn:active {
    background: #2f2f31 !important;
}

.BlU-btn {
    color: #FAFAFA;
    background-color: #945CFF !important;
}

.BlU-btn:hover,
.BlU-btn:active {
    background-color: #8553e5 !important;
}

.White-btn {
    color: #18181B !important;
    background-color: #ffffff !important;
}

.White-btn:hover,
.White-btn:active {
    color: #18181B !important;
    background-color: #e6e4eb !important;
}

.callmantra-footer {
    border-top: 1px solid #E4E4E7;
    background: linear-gradient(0deg, var(--alpha-40, rgba(255, 255, 255, 0.60)) 0%, var(--alpha-40, rgba(255, 255, 255, 0.60)) 100%), var(--base-muted, #F4F4F5);
}

.footer-hdng {
    color: #18181B;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.footer-navmenu li {
    list-style: none;
}

.footer-navmenu li a {
    padding: 0px;
    font-size: 20px;
    color: #71717A;
    font-weight: 400;
    line-height: 32px;
    opacity: 1;
}

.footer-navmenu li a:hover,
.footer-navmenu li a:focus {
    color: #18181B;
}

.ftr-hr-line {
    color: #E4E4E7;
    opacity: 1;
    margin: 64px 0;
}

.ftr-copyright {
    color: #71717A;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.My-copy-rights {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.My-Footer-links {
    gap: 32px;
}

.My-Footer-links a {
    color: #71717A;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
}

.My-Footer-links a:hover {
    color: #bdbdbd;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.My-Heading3 {
    color: #181D27;
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
}
.My-label {
    color: #18181B;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 8px;
}

.My-redstar {
    color: #DC2626;
}

.form-control {
    color: #212529;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 6px;
    border: 1px solid #E4E4E7;
    background: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.form-control::placeholder {
    color: #71717A;
}

.My-form-group {
    width: 100%;
}



.My-formbtn {
    margin-top: 24px;
    width: 100%;
    font-size: 18px;
    padding: 17px 32px;
    color: #FAFAFA;
    background-color: #945CFF;
    border: 1px solid #E4E4E7;
}



/* Footer css start */

.FTborderTop {
    border-top: 1px solid #4f4c56;
}

.ReadySyncCallMantraSection {
    border-radius: 32px 32px 0px 0px;
    background: #09090B;
    padding: 64px 0px 64px 0px;
}

.PC-readySyncTxt {
    max-width: 643px;
}

.PC-readySyncTxt h2 {
    color: #FFF;
    font-family: 'Plus Jakarta Sans';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.96px;
}

.PC-readySyncTxt p {
    color: rgba(255, 255, 255, 0.70);
    font-style: normal;
    font-weight: 400;
    margin-top: 17px;
    font-size: 18px;
}

.PCgapbtnsbtm {
    gap: 35px;
}

.PC-CustomBtn {
    height: 59px;
    padding: 8px 70px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.PCbgPurple {
    background: #945CFF !important;
    color: #FAFAFA !important;
}

.PCbgPurple:hover,
.PCbgPurple:active {
    background: #8553e5 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.PCbgWhite {
    background: #F4F4F5 !important;
    color: #18181B !important;
}

.PCbgWhite:hover,
.PCbgWhite:active {
    background: #F4F4F5 !important;
}

.Hand-drawn-arrowStyle {
    position: absolute;
    left: -299px;
    top: -148px;
    width: 231px;
}

.callmantra-footer {
    background-color: #0c0b10;
}

.padding-btm35 {
    padding-bottom: 35px;
}

.ftr-hr-line {
    border-top: 1px solid #4f4c56;
}

.footer-hdng {
    color: #FFF;
    font-size: 18px;
}

.footer-navmenu li a {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.60);
    line-height: 29px;
}

.footer-navmenu li a:hover,
.footer-navmenu li a:focus {
    color: #bdbdbd;
}

.footer-navmenu {
    padding-top: 15px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0px;
}

.ftr-store-links {
    gap: 16px;
}

.ftr-copyright,
.My-Footer-links a {
    color: #FFF;
    font-size: 16px;
    line-height: 16px;
}

.FooterBg {
    background-image: url(https://www.callmantra.co/wp-content/uploads/2025/06/FooterBg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.footerBgEffort {
    width: 399px;
    height: 399px;
    border-radius: 399px;
    background: #945CFF;
    filter: blur(344px);
    position: absolute;
    left: 610px;
    bottom: -250px;
}


.My-bluebtn {
    padding: 12px 19px;
    color: #FAFAFA;
    background: #945CFF;
}

.My-bluebtn:hover,
.My-bluebtn:active {
    background: #8553e5 !important;
}

.CPL-P {
    color: #94979C;
    font-size: 24px;
    line-height: 32px;
}
.My-pay-box-list {
    flex-direction: column;
    gap: 42px;
}
.My-pay-box {
    color: #FAFAFA;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    gap: 12px;
    align-items: flex-start;
}
.My-pay-box img {
    width: 32px;
    height: 32px;
}
.Line-height140{
    line-height: 130% !important;
}
.My-copilot-ringcentrol {
    gap: 40px;
}
.My-copilot-left {
    flex-direction: column;
}
.My-copilot-left, .My-copilot-right {
    width: 100%;
    align-items: center;
}
.err-message {
    color: #ff0000;
    font-size: 12px;
    padding-top: 3px;
    text-align: left;
    display: none;
}

.NWL-section {
    align-items: center;
}

.NWL-copilot-head {
    gap: 32px;
}

.NWL-form {
    gap: 12px;
}

.NWL-btn {
    width: 100%;
    margin-top: 24px;
    border: 0;
    text-transform: initial !important;
}

.NWL-img {
    margin-top: 2px;
}

.NWL-content {
    padding: 32px;
    border-radius: 16px;
    background: #FAF8FF;
}

.color-94979C {
    color: #94979C;
}

.NWL-CPL-right {
    width: 80%;
}
.Heading-white{
        color: #FFF;
    font-family: "Plus Jakarta Sans";
}
.black-background{
        background: #09090B;
}
