@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Send+Flowers&display=swap');

/* Roboto Font */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Thin.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Thin.woff') format('woff'),
    url('../fonts/roboto/Roboto-Thin.eot') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Thin.svg') format('svg');
    font-weight: 100;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Light.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Light.woff') format('woff'),
    url('../fonts/roboto/Roboto-Light.eot') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Light.svg') format('svg');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Regular.woff') format('woff'),
    url('../fonts/roboto/Roboto-Regular.eot') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Regular.svg') format('svg');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Medium.woff') format('woff'),
    url('../fonts/roboto/Roboto-Medium.eot') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Medium.svg') format('svg');
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Semibold.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Semibold.woff') format('woff'),
    url('../fonts/roboto/Roboto-Semibold.eot') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Semibold.svg') format('svg');
    font-weight: 600;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Bold.woff') format('woff'),
    url('../fonts/roboto/Roboto-Bold.eot') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Bold.svg') format('svg');
    font-weight: 700;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Black.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Black.woff') format('woff'),
    url('../fonts/roboto/Roboto-Black.eot') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Black.svg') format('svg');
    font-weight: 900;
}

/* Poppins Font */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    background: url('/wp-content/uploads/2026/02/page-bg.png');
    background-repeat: repeat-y;
    background-position: top;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

p {
    font-weight: 400;
    color: #515151;
}

p, span, label {
    font-size: 18px;
}

a, button {
    font-size: 16px !important;
    text-transform: capitalize !important;
    cursor: pointer !important;
}

a:hover {
    text-decoration: none !important;
}

.header-section h1 span,
.sales-work-section h2 span,
.ai-that-thinks-section .title .highlight-text,
.work-process-section .heading h2 span,
.platform-section .heading h2 span,
.sales-section .sales-card h2 span,
.pricing-plans h2 span,
.connected-crm .title span {
    position: relative;
    background: url(/wp-content/uploads/2026/02/blue-circles-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: flowDiagonal 6s linear infinite;
}

.z-1 {
    z-index: 1;
}

/* Button, Outline Button Styling */
.btn-dark {
    background: #282828 !important;
    border: 1px solid #282828 !important;
}
.btn-outline-dark {
    border: 1.5px solid #282828 !important;
    color: #282828 !important;
}
.btn-dark svg, 
.btn-outline-dark svg {
    width: 18px !important;
    height: auto !important;
}
.btn-outline-dark:hover {
    background: transparent !important;
}

.bg-gray {
    background: #FAFAFA !important;
}

.divider {
    display: block;
    margin: auto;
}

/* Button Text SLide Up Animation */
.slide-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}
.btn-dark.slide-btn:after {
    position: absolute;
    width: 90px;
    height: 90px;
    content: '';
    z-index: 0;
    background: url('/wp-content/uploads/2026/02/blur.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    top: 8px;
    left: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.btn-dark.slide-btn:hover:after {
    opacity: 0.7;
}
.btn-outline-dark.slide-btn:after {
    position: absolute;
    width: 90px;
    height: 90px;
    content: '';
    z-index: 0;
    background: url('/wp-content/uploads/2026/02/blur.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    top: 8px;
    left: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.btn-outline-dark.slide-btn:hover:after {
    opacity: 0.7;
}
.slide-btn .btn-text {
  position: relative;
  overflow: hidden;
}
.slide-btn .btn-text span {
  display: block;
  transition: transform 0.3s ease;
}
.slide-btn .text-hover {
  position: absolute;
  top: 100%;
  left: 0;
}
.slide-btn:hover .text-default {
  transform: translateY(-120%);
}
.slide-btn:hover .text-hover {
  transform: translateY(-100%);
}

/* Plus Icon Styling */
.plus-icon {
    position: absolute;
}
.plus-icon.top-left {
    left: -10px;
    top: -10px;
}
.plus-icon.top-right {
    top: -10px;
    right: -10px;
}
.plus-icon.bottom-left {
    left: -10px;
    bottom: -10px;
}
.plus-icon.bottom-right {
    right: -10px;
    bottom: -10px;
}

/* Main Page Layout Styling */
.navbar {
    border-radius: 100px;
    margin-top: 30px;
    background: linear-gradient(45deg, rgba(236, 231, 226, 0.4), rgba(212, 211, 213, 0.4)) !important;
    padding: 14px 20px 14px 16px !important;
}
.navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(45deg, #DDDFE7, #BDC1CD);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.navbar .logo {
    width: 95px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: none;
    background: url(/wp-content/uploads/2026/02/chevron-down.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 10px;
    height: 6px;
    top: 3px;
    position: relative;
}
.navbar ul li a {
    font-size: 16px;
    color: #282828 !important;
    padding: 0 20px !important;
}
.navbar .navbar-brand {
    margin-top: -3px;
}
.navbar .btn {
    margin: 0 0 0 10px;
}
.navbar .btn span {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.navbar .sign-in {
    background: #EEEEEE;
    border: 1px solid #D0CCD0 !important;
}
.navbar .sign-in span {
    font-size: 14px !important;
}
.navbar .sign-in:hover {
    background: #EEEEEE !important;
}
.navbar .sign-in:hover span {
    background: linear-gradient(0deg, #3B82F6, #2563EB) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-decoration: none !important;    
}
.navbar .slide-btn {
    gap: 6px !important;
}
.navbar .btn-outline-dark.slide-btn:after {
    display: none;
}
.navbar .navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar .dropdown-menu {
    border: none !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.navbar .dropdown-menu li a {
    padding: 6px 15px !important;
}

/* Header Section */
.header-section {
    position: relative;
    padding: 120px 0 30px 0 !important;
}
.header-section h1, .header-section h1 span {
    font-size: 56px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    margin-bottom: 15px !important;
}
.header-section h1 span {
    position: relative;
    font-weight: 800 !important;
    /* background: linear-gradient(#efefef, #efefef) padding-box, repeating-linear-gradient(45deg, #BBBBBB 0 10px, transparent 10px 22px) border-box; */
    border: 2px solid #BBBBBB;
    border-style: dashed;
    padding: 0 10px;
}
.header-section h1 span:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/workflow.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    display: block;
    right: -8px;
    z-index: 1;
    top: -8px;
}
.header-section p {
    line-height: 1.8 !important;
    text-transform: capitalize !important;
}
.header-section a {
    padding: 14px 30px !important;
}
.header-section a span {
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.2px !important;
}
.header-section .btn-dark.slide-btn:after {
    width: 200px;
    height: 200px;
    left: 15px !important;
}
.header-section .btn-dark.slide-btn:hover:after {
    opacity: 1 !important;
}
.header-section .btn-outline-dark.slide-btn:after {
    width: 200px;
    height: 200px;
    top: 20px !important;
    left: 15px !important;
}
.header-section .btn-outline-dark.slide-btn:hover:after {
    opacity: 1 !important;
}

.header-section .handwriting-wrapper {
    position: absolute;
    font-family: 'Send Flowers', sans-serif;
    font-size: 28px;
    color: #AAAAAA;
    transform: rotate(-23deg); /* slanted like image */
    left: 189px;
    top: 27px;    
}

.header-section .handwriting {
    overflow: hidden;
    border-right: 2px solid #cfcfcf;
    color: #AAAAAA;
    animation: writeErase 7s steps(24) infinite, 
                blink 0.7s step-end infinite;
    width: 0;
    white-space: nowrap;
    margin-left: auto;
    line-height: 1.15;
}

.header-section .time-fast-icon {
    width: 30px;
    margin-right: -36px;
    transform: rotate(20deg);
}

.header-section .curved-arrow {
    position: relative;
    left: 110px;
    transform: rotate(50deg);
    top: 20px;
}

/* Traditional CRM Section */
.traditional-crm {
    border: none !important;
    border-radius: 10px;
    margin: 150px 0;
    overflow: hidden;
}
.traditional-crm h2, .traditional-crm h2 span {
    font-size: 40px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    margin-bottom: 15px !important;
}
.traditional-crm .traditional-crm-content {
    padding: 40px;
}
.traditional-crm h2 span {
    font-weight: 800 !important;
}
.traditional-crm p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    text-transform: capitalize !important;
}
.traditional-crm a {
    padding: 8px 20px !important;
}
.traditional-crm a span {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
}
.traditional-crm .slider-wrapper {
    max-width: 900px;
    margin: auto;
    position: relative;
    margin-top: 40px;
}
.traditional-crm .slide {
    padding: 0;
}
.traditional-crm .count {
    font-size: 20px;
    color: #b5b5b5;
}
.traditional-crm .slide h4 {
    font-family: 'Poppins', sans-serif;
    margin: 20px 0 15px;
    color: #222;
}
.traditional-crm .slide p {
    font-size: 18px;
    line-height: 1.5 !important;
    color: #555;
    margin-bottom: 45px;
}
.traditional-crm .owl-dots {
    display: flex;
    gap: 16px;
}
.traditional-crm .owl-dot span {
    width: 70px;
    height: 4px;
    background: #e0e0e0;
    display: block;
    border-radius: 50px;
}
.traditional-crm .owl-dot.active span {
    width: 200px;
    background: #3B82F6;
}
.traditional-crm .owl-item {
    transform: none !important;
}
.traditional-crm .custom-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 0;
    z-index: 2;
}
.traditional-crm .custom-nav button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    color: #222;
}
.traditional-crm .custom-nav button:hover {
    opacity: 0.6;
}
.traditional-crm .slider-wrapper:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/curved_arrow.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-size: contain;
    display: block;
    right: -110px;
    z-index: 1;
    top: 12%;
}
.traditional-crm .btn-dark.slide-btn:after {
    position: absolute;
    width: 140px;
    height: 140px;
    content: '';
    z-index: 0;
    background: url(/wp-content/uploads/2026/02/blur.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    top: 4px;
    left: 34px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.traditional-crm .btn-dark.slide-btn:hover:after {
    opacity: 1 !important;
}
.traditional-crm-img {
    width: 100%;
    height: 725px;
    padding: 30px 0 0 40px;
}
.traditional-crm-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Sales Work Section */
.sales-work-section {
    margin: 150px 0;
}
.sales-work-section .eyebrow {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #282828;
    margin-bottom: 20px;
    display: block;
}
.sales-work-section .title, .sales-work-section .title span {
    font-size: 60px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}
.sales-work-section .title span {
    position: relative;
    font-weight: 700 !important;
    border: 2px solid #BBBBBB;
    border-style: dashed;
    padding: 0 10px;
    display: inline-block;
}
.sales-work-section .title span:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/simplification.svg);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-size: contain;
    display: block;
    right: -14px;
    z-index: 1;
    top: -8px;
}
.sales-work-section .features li {
    margin: 5px 0 10px 0;
}
.sales-work-section .features li img {
    width: 18px;
    height: auto;
    margin-right: 5px;
    margin-top: -2px;
}
.sales-work-section .trusted {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sales-work-section .avatars {
  display: flex;
}
.sales-work-section .avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: -10px;
}
.sales-work-section .trusted span {
  font-size: 14px;
  color: #666;
  display: block;
}
.sales-work-section .description {
    line-height: 1.8 !important;
}
.sales-work-section .access-btn {
    font-size: 15px !important;
    padding: 12px 20px !important;
}
.sales-work-section .access-btn:hover {
    background: #282828 !important;
    color: #ffffff !important;
}
.sales-work-section .access-btn svg {
    margin: -2px 0 0 5px;
}
.sales-work-section .access-btn svg g path {
    stroke: #3B82F6 !important;
}
.sales-work-section .access-btn:hover svg g path {
    stroke: #ffffff !important;
}
.sales-work-section .text-count {
    font-size: 12px !important;
    margin-top: -4px;
}

/* AI That Thinks Section */
.ai-that-thinks-section {
    position: relative;
    width: 100%;
    background: url(/wp-content/uploads/2026/02/dark-gradient-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0 0 0;
}
.ai-that-thinks-section .title, .ai-that-thinks-section .title span {
    font-size: 60px !important;
    font-weight: 400 !important;
    color: #fff !important;
    line-height: 1 !important;
}
.ai-that-thinks-section .title span {
    position: relative;
    font-weight: 400 !important;
    border: 2px solid #BBBBBB;
    border-style: dashed;
    padding: 0 10px;
    display: inline-block;
}

.ai-that-thinks-section .title span:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/blue-stars.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    display: block;
    left: -13px;
    z-index: 1;
    top: -21px;
}
.ai-that-thinks-section p {
    font-size: 16px !important;
    color: #AAAAAA !important;
}
.ai-that-thinks-section .title .highlight-text {
    font-weight: 800 !important;
    border: none !important;
    padding: 0 !important;
}
.ai-that-thinks-section .title .highlight-text:after {display: none;}
.ai-that-thinks-section .ai-content-card {
    position: relative;
}
.ai-that-thinks-section .watermark-text {
    position: relative;
    font-size: 96px !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    margin: auto;
    text-align: center;
    line-height: 1;
    opacity: 0.06;
    z-index: 0;
    padding: 10px 0;
}
.ai-that-thinks-section .divider-large {
    content: '';
    position: relative;
    display: block;
    width: 1920px;
    height: 1px;
    left: -23%;
    top: 7px;
    background: #2C2D31;
    z-index: 0;
}
.ai-that-thinks-section .divider-large.divider-top {
    top: 62px;
}
.ai-that-thinks-section .owl-nav {
    display: none !important;
}
.ai-that-thinks-section .card-wrapper {
    position: relative;
}
.ai-that-thinks-section .card-wrapper:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 90%;
    left: 4px;
    top: 0;
    background: #2C2D31;
    z-index: 0;
}
.ai-that-thinks-section .card-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 90%;
    right: 4px;
    top: 0;
    background: #2C2D31;
    z-index: 0;
}
.ai-that-thinks-section .ai-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    background-size: 18px 18px;
    padding: 80px 60px;
    margin: 70px 0 0 0;
}
.ai-that-thinks-section .ai-card:before {
    content: '';
    background: url(/wp-content/uploads/2026/02/dots-bg-1.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}

.ai-that-thinks-section .ai-card h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.ai-that-thinks-section .ai-card p {
    margin: 0 !important;
}
.ai-that-thinks-section .plus-icon {
    z-index: 1;
}
.ai-that-thinks-section .plus-icon.top-left {
    left: -17px;
    top: -18px;
}
.ai-that-thinks-section .plus-icon.top-right {
    right: -18px;
    top: -18px;
}
.ai-that-thinks-section .plus-icon.bottom-left {
    left: -17px;
    bottom: -18px;
}
.ai-that-thinks-section .plus-icon.bottom-right {
    right: -18px;
    bottom: -18px;
}
.ai-that-thinks-section .owl-item {
    transform: none !important;
}
.ai-that-thinks-section .custom-nav {
    position: absolute;
    top: 50px;
    right: 50px;
    display: flex;
    gap: 15px;
    z-index: 2;
}
.ai-that-thinks-section .custom-nav button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
}
.ai-that-thinks-section .custom-nav button svg path {
    stroke: rgba(255, 255, 255, 0.6);
}
.ai-that-thinks-section .custom-nav button:hover svg path {
    stroke: #3B82F6 !important;
}
.ai-that-thinks-section .label {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 14px 16px;
    border-radius: 8px;
    background:
      linear-gradient(#0b0b14, #0b0b14) padding-box,
      linear-gradient(90deg,rgba(35, 109, 230, 0.2),rgba(200, 33, 200, 0.25)) border-box;
    border: 1.5px solid transparent;
    color: #AAAAAA;
    font-size: 15px;
    font-weight: 400 !important;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
}
.ai-that-thinks-section .label svg rect {
    background: linear-gradient(90deg,rgba(201, 39, 228, 0.2), transparent);
}
.ai-that-thinks-section .label svg.reverse-svg rect {
    transform: rotate(180deg) !important;
}
.ai-that-thinks-section .border-motion {
    position: absolute;
    inset: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    pointer-events: none;
  }
.ai-that-thinks-section .label img {
    width: 18px;
}
.ai-that-thinks-section .italic-text {
    position: relative;
    font-size: 15px !important;
    color: #236DE6 !important;
    font-style: italic !important;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}
.ai-that-thinks-section .italic-text:after {
    content: '';
    position: relative;
    display: block;
    width: 70%;
    height: 1px;
    left: 0;
    top: 0;
    background: #236DE6;
    z-index: 1;
}
.ai-that-thinks-section .custom-nav .prev-btn img {
    transform: rotate(180deg);
}

/* Work Process Section */
.work-process-section {
    padding: 150px 0 0;
}
.work-process-section .eyebrow {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #282828;
    margin-bottom: 20px;
    display: block;
}
.work-process-section .title, .work-process-section .title span {
    font-size: 60px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}
.work-process-section .title span {
    position: relative;
    font-weight: 700 !important;
    border: 2px solid #BBBBBB;
    border-style: dashed;
    padding: 0 10px;
    display: inline-block;
}
.work-process-section .title span:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/connected.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    display: block;
    left: -14px;
    z-index: 1;
    top: 47px;
}
.work-process-section .nav-pills {
    position: relative;
}
.work-process-section .nav-pills:before {
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 1px;
    left: 0;
    top: 0;
    background: #D9DEE5;
    transform: translateX(-300px);
    z-index: 0;
}
.work-process-section .nav-pills:after {
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #D9DEE5;
    transform: translateX(-300px);
    z-index: 0;
}
.work-process-section .nav-pills .nav-item {
    border-left: 1px solid #D9DEE5 !important;
    border-right: 1px solid #D9DEE5 !important;
}
.work-process-section .nav-pills .nav-item:nth-child(1) {
    border-left: none !important;
}
.work-process-section .nav-pills .nav-item:nth-child(4) {
    border-right: none !important;
}
.work-process-section .nav-pills .nav-item button {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #282828 !important;
    padding: 10px 20px !important;
}
.work-process-section .nav-pills .nav-item .nav-link {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.work-process-section .nav-pills .nav-item .nav-link.active {
    color: #3B82F6 !important;
    background: transparent !important;
}
.work-process-section .nav-pills .nav-item .nav-link.active:after {
    content: '';
    position: relative;
    width: 25px;
    height: 3px;
    display: block;
    background: #3B82F6;
    margin: auto;
    bottom: -9px;
    margin-top: -3px;
    border-radius: 200px;
}
.work-process-section .tab-content {
    position: relative;
    border-right: 1px solid #D9DEE5 !important;
}
.work-process-section .tab-content:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 125%;
    left: 0;
    top: -100px;
    background: #D9DEE5;
    z-index: 0;
}
.work-process-section .tab-content:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 125%;
    right: -1px;
    bottom: -50px;
    background: #D9DEE5;
    z-index: 0;
}
.work-process-section .tab-content .tab-pane {
    background: url(/wp-content/uploads/2026/02/dots-background.svg);
    background-repeat: no-repeat;
    background-size: 1920px 700px;
    background-position: center;
}
.work-process-section .tab-content .tab-pane:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.work-process-section .tab-content .tab-pane:after {
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 1px;
    bottom: 0;
    background: #D9DEE5;
    transform: translateX(-300px);
    z-index: 0;
}
.work-process-section .tab-content .tab-pane h2 {
    position: absolute;
    font-size: 45px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    top: 45px;
}
.work-process-section .features-wrapper {
  position: relative;
  max-width: 1120px;
  height: 600px;
  margin: auto;
  padding-top: 20px;
}
.work-process-section .features-wrapper .line-animation {
    top: 218px !important;
    position: relative;
    left: 181px;
    z-index: 1;
}

/* Card Base */
.work-process-section .features-wrapper .feature-card {
  position: absolute;
  background: #fff;
  border: 1px solid #D9DEE5;
  border-radius: 14px;
  width: 300px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}
.work-process-section .features-wrapper .feature-card:hover {
    transform: scale(1.08);
}

.work-process-section .features-wrapper .feature-card:hover:after {
    display: none;
}

.work-process-section .features-wrapper .feature-card:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #D9DEE5;
    border-radius: 14px;
    z-index: -1;
}

.work-process-section .features-wrapper .feature-card h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 25px 20px;
  margin: 0;
}
.work-process-section .features-wrapper .feature-card.card-left h4,
.work-process-section .features-wrapper .feature-card.card-bottom-right h4 {
    position: absolute;
}
.work-process-section .features-wrapper .feature-card.card-top-right h4 {
    padding-bottom: 6px;
}

.work-process-section .features-wrapper .feature-card h4:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 20px;
    background: #3B82F6;
    z-index: 1;
    top: 20px;
    left: 0;
}

.work-process-section .features-wrapper .feature-card img {
    width: 100%;
    margin: auto;
    display: block;    
}
.work-process-section .features-wrapper .feature-card.card-left img {
    float: right;
    padding-left: 16px;
    margin-top: -12px;
}
.work-process-section .features-wrapper .feature-card.card-top-right img {
    width: 92%;
}

/* Positioning */
.work-process-section .features-wrapper .card-left {
  left: 0;
  top: 220px;
}
.work-process-section .features-wrapper .card-left img {
    margin: 0 !important;
}

.work-process-section .features-wrapper .card-top-right {
    width: 310px;
    right: 80px;
    top: 40px;
}

.work-process-section .features-wrapper .card-bottom-right {
    right: 214px;
    top: 345px;
    width: 330px;
}

.work-process-section .features-wrapper .th-block {
    position: relative;
    left: 482px;
    top: 36px;
    z-index: 1;
}

.work-process-section .features-wrapper svg {
    position: relative;
    width: 550px;
    height: 330px;
    left: 182px;
    top: 200px;
    z-index: 1;
}

.work-process-section .features-wrapper svg path:nth-child(1),
.work-process-section .features-wrapper svg path:nth-child(2),
.work-process-section .features-wrapper svg path:nth-child(3) {
    stroke-width: 1px !important;
}

/* Quote Section */
.quote-section {
  position: relative;
  padding: 180px 0 120px 0;
  text-align: center;
  background:
    radial-gradient(circle at 1px 1px, #e6e6e6 1px, transparent 0);
  background-size: 24px 24px;
  border-right: 1px solid #D9DEE5;
}
.quote-section .arrow-down {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.quote-section .quote-wrapper {
  max-width: 900px;
  margin: auto;
  position: relative;
}
.quote-section .quote-mark {
  position: absolute;
  font-size: 220px;
  color: rgba(0,0,0,0.05);
  font-family: serif;
  top: -80px;
  z-index: -1;
}
.quote-section .quote-mark.left {
  left: 115px;
  top: -180px;
}
.quote-section .quote-mark.right {
  right: 25px;
}
.quote-section .headline {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
}
.quote-section .muted {
  font-size: 52px;
  display: block;
  font-weight: 700;
  color: #d4d4d4;
}
.quote-section .subtext {
  margin-top: 15px;
  font-size: 20px;
  color: #cfcfcf;
}
.quote-section .author {
  width: 25%;
  margin-top: 40px !important;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  color: #cfcfcf;
}
.quote-section .author span {
  font-style: italic;
  font-weight: 400;
  font-size: 16px !important;
}
/* Default state */
.quote-section .reveal-text .muted,
.quote-section .reveal-text .subtext,
.quote-section .reveal-text .author {
  color: #cfcfcf;
  transition: color 0.8s ease;
}

/* Active state */
.quote-section .reveal-text.is-visible .muted,
.quote-section .reveal-text.is-visible .subtext,
.quote-section .reveal-text.is-visible .author {
  color: #111;
}

.quote-section .word-scroll span {
  font-size: 52px;
  color: #cfcfcf;
  transition: color 0.25s ease;
}

/* Platform Section */
.platform-section {
    position: relative;
    padding: 100px 0;
    border-right: 1px solid #D9DEE5;
}
.platform-section .eyebrow {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #282828;
    text-transform: capitalize !important;
    margin-bottom: 20px;
    display: block;
}
.platform-section .subtitle {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #666;
  margin-bottom: 12px;
}
.platform-section .title, .platform-section .title span {
    font-size: 60px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}
.platform-section .title span {
    position: relative;
    font-weight: 700 !important;
    border: 2px solid #BBBBBB;
    border-style: dashed;
    padding: 0 8px 0 12px;
}
.platform-section .title span:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/system-cloud.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    display: block;
    left: -14px;
    z-index: 1;
    top: 55px;
}
.platform-section .accordion-item {
    background: transparent !important;
    border: none !important;
}
.platform-section .accordion-button {
    display: block !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 16px !important;
    box-shadow: none !important;
}
.platform-section .accordion-button::after {
    display: none !important;
}
.platform-section .accordion-item .accordion-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    font-weight: 500 !important;
    display: block;
}
.platform-section .accordion-button:not(.collapsed) .accordion-title {
    color: #2563EB !important;
}
.platform-section .accordion-button .step {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #AAAAAA !important;
    margin-bottom: 12px !important;
    display: flex !important;
}
.platform-section .accordion-button .step:after {
    position: relative;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #2563EB;
    top: 8px;
    left: 10px;
}
.platform-section .accordion-button.collapsed .step:after {
    background: #D9D9D9 !important;
}
.platform-section .accordion-item p {
    color: #515151;
    font-size: 16px;
}
.platform-section .accordion-body {
    padding: 0 !important;
}
.platform-section .accordion-item ul li {
    font-size: 15px;
    margin-bottom: 10px;
}
.platform-section .accordion-item ul li img {
    width: 16px;
    margin-top: -3px;
    margin-right: 8px;
}
.platform-section .sales-systems-img {
    position: absolute;
    width: 60% !important;
    margin-top: -60px;
    right: -320px;
}

/* WRAPPER */
.custom-accordion {
    position: relative;
    padding-left: 80px;
    height: 580px;
}

/* Vertical base line */
.custom-accordion::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 10px;
    width: 2px;
    height: 90%;
    background: #e5e5e5;
}

/* Accordion item spacing */
.custom-accordion .accordion-item {
    position: relative;
    border: none;
    padding-bottom: 10px;
}

/* ICON CIRCLE */
.custom-accordion .accordion-item::before {
    content: "";
    position: absolute;
    left: -75px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ECECEC;
    transition: all 0.4s ease;
    z-index: 1;
}

/* ICON IMAGE */
.custom-accordion .accordion-item::after {
    content: "";
    position: absolute;
    left: -75px;
    top: 10px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    opacity: 1;
    transition: 0.4s;
    z-index: 2;
}

/* Assign icons */
.custom-accordion .accordion-item:nth-child(1)::after {
    background-image: url("/wp-content/uploads/2026/02/crm-icon.svg");
    background-size: 100% 100%;
}
.custom-accordion .accordion-item:nth-child(2)::after {
    background-image: url("/wp-content/uploads/2026/02/outreach-engagement-icon.svg");
    background-size: 100% 100%;
}
.custom-accordion .accordion-item:nth-child(3)::after {
    background-image: url("/wp-content/uploads/2026/02/automation-engine-icon.svg");
    background-size: 100% 100%;
}
.custom-accordion .accordion-item:nth-child(4)::after {
    background-image: url("/wp-content/uploads/2026/02/intelligence-revenue-ops-icon.svg");
    background-size: 100% 100%;
}

/* ACTIVE STATE */
.custom-accordion .accordion-item.active::before {
    background: #111;
    border-color: #111;
}

.custom-accordion .accordion-item.active::after {
    opacity: 1;
    filter: brightness(0) invert(1);
}

/* EXPANDING LINE */
.custom-accordion .accordion-item.active::marker {
    display: none;
}

.custom-accordion .accordion-item.active .step {
    color: #282828 !important;
}

/* Button cleanup */
.custom-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    font-size: 22px;
    font-weight: 600;
    padding-left: 0;
}

.custom-accordion .accordion-button::after {
    display: none;
}


/* Sales Section */
.sales-section {
  position: relative;
  padding: 10px;
  /* border: 1px solid #D9DEE5; */
}
.sales-section:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 120%;
    left: 0;
    top: -50px;
    background: #D9DEE5;
    z-index: -1;
}
.sales-section:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 120%;
    right: 0;
    top: -50px;
    background: #D9DEE5;
    z-index: -1;
}
.sales-section .sales-card {
    background: rgba(255, 255, 255, 0.4);
    padding: 100px 20px;
    background-size: 18px 18px;
}
.sales-section .sales-card:before {
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 1px;
    left: -52px;
    top: 0;
    background: #D9DEE5;
    z-index: -1;
}
.sales-section .sales-card:after {
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 1px;
    left: -52px;
    bottom: 0;
    background: #D9DEE5;
    z-index: -1;
} 
.sales-section .sales-card img {
    transition: all 0.3s ease;
}
.sales-section .sales-card img:hover {
    transform: scale(1.1);
}
.sales-section .eyebrow {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #282828;
    text-transform: capitalize !important;
    margin-bottom: 20px;
    display: block;
}
.sales-section .subtitle {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #666;
  margin-bottom: 12px;
}
.sales-section .title, .sales-section .title span {
    font-size: 60px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}
.sales-section .title span {
    position: relative;
    font-weight: 700 !important;
    border: 2px solid #BBBBBB;
    border-style: dashed;
    display: inline-block;
    padding: 4px 6px;
    margin-top: 6px;
}
.sales-section .title span:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/attachment.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    display: block;
    right: -14px;
    z-index: 1;
    top: -12px;
}
.sales-section .highlight {
  position: relative;
  font-weight: 700;
}
.sales-section .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #111;
}
.sales-section .cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  text-align: left;
  padding: 40px 0 0 0;
}
.sales-section .card {
  background: #f3f2f2 !important;
  border: 1px solid rgb(210, 210, 210) !important;
  border-radius: 14px;
  overflow: hidden;
}
/* .sales-section .card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
} */
.sales-section .card h1,
.sales-section .card h2,
.sales-section .card h3,
.sales-section .card h4,
.sales-section .card h5,
.sales-section .card h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #111;
  margin-bottom: 10px;
}

.sales-section .card p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 0;
}
.sales-section .ui-box {
  border-radius: 10px;
  padding: 40px 40px;
}
.sales-section .ui-box.pt-0 {
    padding-top: 0 !important;
}
.sales-section .ui-box.pb-0 {
    padding-bottom: 0 !important;
}
.sales-section .sales-system-img {
    left: 225px;
    mix-blend-mode: multiply;
}

/* Pricing Plans Section */
.pricing-plans {
    padding: 140px 0 0 0;
}
.pricing-plans .eyebrow {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #282828;
    text-transform: capitalize !important;
    margin-bottom: 20px;
    display: block;
}
.pricing-plans .subtitle {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #666;
  margin-bottom: 12px;
}
.pricing-plans .title, .pricing-plans .title span {
    font-size: 60px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}
.pricing-plans .title span {
    position: relative;
    font-weight: 700 !important;
    border: 2px solid #BBBBBB;
    border-style: dashed;
    padding: 0 8px;
    display: inline-block;
}
.pricing-plans .title span:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/growth-icon.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background-size: contain;
    display: block;
    right: -25px;
    z-index: 1;
    top: -20px;
}
.pricing-plans .pricing-wrapper {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  padding: 5px;
  margin-top: 120px;
}
.pricing-plans .pricing-wrapper .pricing-card {
  border-radius: 22px;
  padding: 36px;
  text-align: left;
  transition: all 0.35s ease;
  position: relative;
  z-index: 1;
}
.pricing-plans .pricing-wrapper .pricing-card.active {
  background: #1f1f1f;
  color: #fff;
  padding: 36px;
  /* transform: scale(1.05); */
  transform: translateY(-60px);
  z-index: 2;
}

/* When hovering ANY card */
.pricing-plans .pricing-wrapper:hover .pricing-card.active {
  background: transparent;
  color: #111;
  transform: translateY(0);
}

/* Hovered card becomes active */
.pricing-plans .pricing-wrapper .pricing-card:hover {
  background: #1f1f1f;
  color: #fff;
  padding: 36px !important;
  /* transform: scale(1.05); */
  transform: translateY(-60px);
  z-index: 3;
}

/* Text */
.pricing-plans .pricing-wrapper .plan-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.pricing-plans .pricing-wrapper .plan-desc {
  font-size: 14px;
  color: #777;
  margin-bottom: 24px;
}

/* Features */
.pricing-plans .pricing-wrapper .features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  text-align: left;
}

.pricing-plans .pricing-wrapper .features li {
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.pricing-plans .pricing-wrapper .features li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(/wp-content/uploads/2026/02/check-blue-tick.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
  top: 1px;
}

/* Badge */
.pricing-plans .pricing-wrapper .badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #2f7bff;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 20px;
}

/* Buttons */
.pricing-plans .pricing-wrapper .btn {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background: #222;
  font-size: 15px !important;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.pricing-plans .pricing-wrapper .btn.light {
  background: #fff;
  color: #111;
}

.pricing-plans .pricing-wrapper .pricing-card:hover .btn {
  background: #fff;
  color: #111;
}

.pricing-plans .pricing-wrapper:hover .pricing-card.active .btn {
  background: #222;
  color: #fff;
}

/* Connected CRM Section */
.connected-crm {
    padding: 0 0 80px 0 !important;
}
.connected-crm .eyebrow {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #282828;
    text-transform: capitalize !important;
    margin-bottom: 20px;
    display: block;
}
.connected-crm .title, .connected-crm .title span {
    font-size: 52px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}
.connected-crm .title span {
    position: relative;
    font-weight: 700 !important;
    border: 2px solid #BBBBBB;
    border-style: dashed;
    padding: 1px 1px 1px 4px;
    display: inline-block;    
}
.connected-crm .title span:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/connect.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    display: block;
    right: -15px;
    z-index: 1;
    top: -14px;
}
.connected-crm img {
    width: 55% !important;
}
.connected-crm p {
    font-size: 16px !important;
    line-height: 1.8 !important;
}

/* People Communication */
.people-communication {
    position: relative;
    padding: 100px 0 200px 0 !important;
}
.people-communication .people-communication-img {
    top: 25px;
    left: 0;
    width: 54% !important;
    transform: translateX(300px);
}
.people-communication .eyebrow {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #282828;
    text-transform: capitalize !important;
    margin-bottom: 20px;
    display: block;
}
.people-communication .title {
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
}
.people-communication .title span {
    background: url(/wp-content/uploads/2026/02/blue-circles-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 52px !important;
    font-weight: 800 !important;
    margin: 5px 0 0 0;
    display: block;
    animation: flowDiagonal 6s linear infinite;
}
.people-communication img {
    width: 55% !important;
}
.people-communication a {
    padding: 14px 30px !important;
}
.people-communication a span {
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.2px !important;
}
.people-communication .btn-dark.slide-btn:after {
    width: 200px;
    height: 200px;
    left: 15px !important;
}
.people-communication .btn-dark.slide-btn:hover:after {
    opacity: 1 !important;
}
.people-communication .btn-outline-dark.slide-btn:after {
    width: 200px;
    height: 200px;
    top: 20px !important;
    left: 15px !important;
}
.people-communication .btn-outline-dark.slide-btn:hover:after {
    opacity: 1 !important;
}

.people-communication .people-wrapper {
  position: relative;
  max-width: 950px;
  height: 240px;
  margin: auto;
  margin-bottom: 20px;
}

/* person card */
.people-communication .person {
  position: absolute;
  width: 90px;
  height: 90px;
}

.people-communication .person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.people-communication .arrow-right-white, 
.people-communication .arrow-right-dark {
    width: 20px !important;
}
/* plus button */
.people-communication .plus-btn {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #D0CCD0;
  background: #EEEEEE;
  color: #555;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  padding: 7px;
}
.people-communication .plus-btn img {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
}

/* positioning (adjust freely) */
.people-communication .p1 { 
    top: 60px; 
    left: 40px; 
    width: 90px !important; 
    height: 50px !important; 
}
.people-communication .p2 { 
    top: 150px; 
    left: 120px; 
    width: 145px !important;
    height: 80px; 
}
.people-communication .p3 { 
    top: 110px;
    left: 165px;
    width: 120px !important;
    height: 66px !important;
    z-index: -1 !important;
}
.people-communication .p4 { 
    bottom: 0px;
    left: 300px;
    width: 100px;
    height: 60px;
}
.people-communication .p5 { 
    top: 50px; 
    left: 390px;
    width: 200px;
    height: 110px;
}
.people-communication .p6 { 
    top: 130px; 
    left: 470px;
    width: 200px;
    height: 110px;
}
.people-communication .p7 { 
    top: 30px; 
    left: 620px;
    width: 150px;
    height: 80px;
}
.people-communication .p8 { 
    top: 140px; 
    left: 720px;
    width: 150px;
    height: 80px;
}
.people-communication .p9 { 
    top: 60px; 
    right: 36px; 
    width: 90px !important; 
    height: 45px !important; 
}

.people-communication .people-wrapper .info-card {
    position: absolute;
    top: 40px;
    width: 315px;
    left: 0;
    display: none;
    align-items: top;
    padding: 12px 14px;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    z-index: 1;
}

.people-communication .people-wrapper .info-card span {
    font-size: 14px !important;
    text-align: left !important;
}

.people-communication .people-wrapper .info-card.active {
  display: flex;
}
.people-communication .people-wrapper .info-card img {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px;
}

.people-communication .handwriting-wrapper {
    position: absolute;
    font-family: 'Send Flowers', sans-serif;
    font-size: 28px;
    color: #AAAAAA;
    transform: rotate(-23deg);
    right: 190px;
    top: 27px;    
}

.people-communication .handwriting {
    overflow: hidden;
    border-right: 2px solid #cfcfcf;
    color: #AAAAAA;
    animation: writeErase 7s steps(24) infinite, 
                blink 0.7s step-end infinite;
    width: 0;
    white-space: nowrap;
    margin-left: auto;
    line-height: 1.15;
}

.people-communication .time-fast-icon {
    width: 30px !important;
    margin-right: -36px;
    transform: rotate(20deg);
}

.people-communication .curved-arrow {
    position: relative;
    left: -140px;
    transform: rotate(28deg);
    top: -86px;
}

/* Blogs Section */
.blogs-section .featured {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.blogs-section .featured a {
    text-decoration: none;
    color: #282828;
}
.blogs-section .featured .slide-btn {
    font-size: 14px !important;
}
.blogs-section h6 {
    font-size: 18px !important;
}
.blogs-section .featured p {
    font-size: 14px !important;
}
.blogs-section .image-box {
    background: #e5e7eb;
    height: 335px;
    overflow: hidden;
}
.blogs-section .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogs-section .blog-card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    transition: all .3s ease;
    background: transparent;
}
.blogs-section .blog-card:hover {
    transform: translateY(-6px);
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, .08); */
}
.blogs-section .blog-card a {
    text-decoration: none;
    color: #282828;
}
.blogs-section .blog-thumb {
    height: 180px;
    border-radius: 16px;
    background: #e5e7eb;
    overflow: hidden;
}
.blogs-section .blog-meta {
    font-size: 12px;
    color: #6b7280;
}
.blogs-section .sidebar {
    position: sticky;
    top: 20px;
}
.blogs-section .sidebar-box {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
}
.blogs-section .search-input {
    font-size: 14px !important;
    border-radius: 10px !important;
    padding: 10px 16px !important;
}
.blogs-section .category li {
    font-size: 14px !important;
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
    cursor: pointer;
}
.blogs-section .category li:last-child {
    border-bottom: none;
}
.blogs-section .pagination .page-link {
    font-size: 14px !important;
    border-radius: 6px;
    margin: 0 4px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CCCCCC;
    color: #282828;
    width: 36px !important;
    height: 36px !important;
    text-align: center;
}
.blogs-section .pagination .page-item.active .page-link {
    background: #282828;
    color: #fff;
}

/* Blog Details Section */
.blog-content-wrapper {
    padding: 0 0 5rem 0;
}

.blog-content-wrapper h1,
.blog-content-wrapper h2,
.blog-content-wrapper h3,
.blog-content-wrapper h4,
.blog-content-wrapper h5,
.blog-content-wrapper h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600 !important;
}

.blog-content-wrapper p,
.blog-content-wrapper li,
.blog-content-wrapper table,
.blog-content-wrapper table th,
.blog-content-wrapper table td {
    font-size: 15px !important;
}

.blog-content-wrapper .toc {
    position: sticky;
    top: 1.5rem;
}

.blog-content-wrapper .section-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.blog-content-wrapper .icon-box {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.blog-content-wrapper .cta-box {
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
    border-radius: 16px;
    padding: 3rem;
    text-align: center;
}

.blog-content-wrapper .checklist li {
    margin-bottom: .5rem !important;
}

.blog-content-wrapper .toc {
    max-width: 320px;
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
}

.blog-content-wrapper .toc .toc-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111827;
}

.blog-content-wrapper .toc .toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-content-wrapper .toc .toc-item {
    padding: 6px 0;
    border-bottom: 1px solid #f4f4f4;
}

.blog-content-wrapper .toc .toc-item:last-child {
    border-bottom: none;
}

.blog-content-wrapper .toc .toc-item>a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 13px !important;
    padding: 5px;
    border-radius: 10px;
    text-decoration: none;
    color: #374151;
    transition: background 0.25s ease, transform 0.2s ease;
}

.blog-content-wrapper .toc .toc-item>a:hover {
    background: #f3f4f6;
}

.blog-content-wrapper .toc .toc-item.active>a {
    color: #3B82F6;
    font-weight: 600;
}

.blog-content-wrapper .toc .toc-number {
    min-width: 34px;
    height: 34px;
    background: #f8f8f8;
    color: #374151;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}

.blog-content-wrapper .toc .toc-item.active .toc-number {
    background: #3B82F6;
    color: #ffffff;
}

.blog-content-wrapper .toc .toc-text {
    font-size: 14px;
}

/* Sub list */
.blog-content-wrapper .toc .toc-sublist {
    list-style: none;
    padding-left: 46px;
    margin-top: 6px;
}

.blog-content-wrapper .toc .toc-sublist li {
    margin-bottom: 6px;
}

.blog-content-wrapper .toc .toc-sublist a {
    font-size: 13px;
    color: #6b7280;
    text-decoration: none;
    position: relative;
    padding-left: 12px;
}

.blog-content-wrapper .toc .toc-sublist a::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #9ca3af;
}

.blog-content-wrapper .toc .toc-sublist a:hover {
    color: #1d4ed8;
}

/* Privacy Policy & Terms of Service Sections */
.privacy-policy {
    padding: 0 0 100px 0;
}
.privacy-policy .card {
    border: none !important;
}
.privacy-policy .card p,
.privacy-policy .card ul,
.privacy-policy .card ul li {
    font-size: 15px !important;
}

/* Contact Section */
.contact-section {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.contact-section h2, .contact-section h2 span {
    font-size: 40px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    margin-bottom: 15px !important;
}
.contact-section .card {
    overflow: hidden;
    border: none !important;
}
.contact-section .contact-wrapper {
    position: relative;
    height: 100%;
    padding: 40px 25px 40px 40px;
}
.contact-section h2 span {
    font-weight: 800 !important;
}
.contact-section p {
    line-height: 1.8 !important;
    text-transform: capitalize !important;
}

.contact-section .form {
    padding: 70px 70px 50px 70px !important;
}
.contact-section .form h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px !important;
    font-weight: 600 !important;
}
.contact-section .form input,
.contact-section .form select,
.contact-section .form textarea {
    padding: 12px 20px !important;
    background: transparent !important;
    font-size: 14px !important;
}
.contact-section .form button {
    padding: 12px 20px !important;
    font-size: 14px !important;
}

.contact-section .contact-wrapper p {
    font-size: 14px !important;
}
.contact-section .contact-wrapper i {
    position: absolute;
    bottom: 50px;
}
.contact-section i {
    font-size: 13px !important;
}

.people-communication.contact-page .handwriting-wrapper {
    top: unset !important;
    bottom: 100px !important;
}
/* Three Pillars Section */
.three-pillars-section {
    padding: 100px 0 0 0;
}
.three-pillars-section h2.title-second, .three-pillars-section h2.title-second span {
    position: relative;
    font-size: 60px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    margin-bottom: 20px !important;
    width: 30%;
    margin: auto;
}
.three-pillars-section h2.title-second:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/first-tag.svg);
    width: 100px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 50%;
    top: -16px;
}
.three-pillars-section h2.title {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 52px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    text-transform: capitalize !important;
}
.three-pillars-section h2.title:after {
    content: '';
    background: url(/wp-content/uploads/2026/02/curved_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100px;
    height: 70px;
    transform: rotate(180deg);
    top: 82px;
    left: 240px;    
    z-index: 1;
}
.three-pillars-section h2.title span {
    background: url(/wp-content/uploads/2026/02/blue-circles-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 52px !important;
    font-weight: 700 !important;
    margin: 5px 0 0 0;
    display: inline-block;
    animation: flowDiagonal 6s linear infinite;
}
.three-pillars-section .sales-info {
    position: relative;
}
.three-pillars-section .sales-info:before {
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 1px;
    left: -25%;
    top: -10px;
    background: #D9DEE5;
    z-index: -1;
}
.three-pillars-section .sales-info:after {
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 1px;
    left: -25%;
    bottom: -10px;
    background: #D9DEE5;
    z-index: -1;
}
.three-pillars-section .sales-info-img:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 130%;
    left: -10px;
    top: -50px;
    background: #D9DEE5;
    z-index: -1;
}
.three-pillars-section .sales-info-img:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 130%;
    right: -10px;
    top: -50px;
    background: #D9DEE5;
    z-index: -1;
}
.three-pillars-section .sales-info ul li {
    margin: 30px 0;
}
.three-pillars-section .sales-info ul li img {
    margin-top: -2px;
    margin-right: 6px;
}
.three-pillars-section .sales-info .plus-icon.top-left {
    top: -20px;
    left: -20px;
}
.three-pillars-section .sales-info .plus-icon.top-right {
    top: -20px;
    right: -20px;
}
.three-pillars-section .sales-info .plus-icon.bottom-left {
    left: -20px;
    bottom: -20px;
}
.three-pillars-section .sales-info .plus-icon.bottom-right {
    right: -20px;
    bottom: -20px;
}
/* Marketing Section */
.marketing-section {
    padding: 100px 0;
}
.marketing-section h2, .marketing-section h2 span {
    position: relative;
    font-size: 60px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    margin-bottom: 20px !important;
    width: 30%;
    margin: auto;
}
.marketing-section h2 span {
    position: relative;
    font-weight: 600 !important;
}
.marketing-section h2:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/second-tag.svg);
    width: 100px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 44%;
    top: -22px;    
}
.marketing-section p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-bottom: 30px !important;
}
.marketing-section ul li {
    position: relative;
    font-size: 16px !important;
    margin: 15px 0;
}
.marketing-section ul li img {
    margin: 0 5px !important;
}
.marketing-section img {
    margin-top: -90px;
}
.dots-bg {
    background: url(/wp-content/uploads/2026/02/dots-bg-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} 

/* Data Section */
.data-section {
    padding: 100px 0;
}
.data-section h2, .data-section h2 span {
    position: relative;
    font-size: 60px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    margin-bottom: 20px !important;
    width: 30%;
    margin: auto;
}
.data-section h2 span {
    position: relative;
    font-weight: 600 !important;
}
.data-section h2:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/02/third-tag.svg);
    width: 100px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 36%;
    top: -22px;    
}
.data-section p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-bottom: 30px !important;
}
.data-section ul li {
    position: relative;
    font-size: 16px !important;
    margin: 15px 0;
}
.data-section ul li img {
    margin: 0 5px !important;
}

/* How Teams Use ThreadCRM Section */
.how-teams-use-threadcrm {
    position: relative;
}
.how-teams-use-threadcrm:before {
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 1px;
    left: 0;
    top: -8px;
    background: #D9DEE5;
    z-index: -1;
}
.how-teams-use-threadcrm:after {
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 1px;
    right: 0;
    bottom: 40px;
    background: #D9DEE5;
    z-index: -1;
}
.how-teams-use-threadcrm .box {
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    padding: 80px;
}
.how-teams-use-threadcrm .box:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 130%;
    left: -8px;
    top: -35px;
    background: #D9DEE5;
    z-index: -1;
}
.how-teams-use-threadcrm .box:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 130%;
    right: -8px;
    bottom: -35px;
    background: #D9DEE5;
    z-index: -1;
}
.how-teams-use-threadcrm .box p {
    font-size: 16px !important;
    line-height: 2 !important;
}
.how-teams-use-threadcrm .box .title, 
.how-teams-use-threadcrm .box .title span {
    font-size: 56px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    margin-bottom: 20px !important;
}
.how-teams-use-threadcrm .box .title span {
    position: relative;
    font-weight: 700 !important;
}
.how-teams-use-threadcrm .plus-icon.top-left {
    top: -17px;
    left: -17px;
}
.how-teams-use-threadcrm .plus-icon.top-right {
    top: -17px;
    right: -17px;
}
.how-teams-use-threadcrm .plus-icon.bottom-left {
    left: -17px;
    bottom: -17px;
}
.how-teams-use-threadcrm .plus-icon.bottom-right {
    right: -17px;
    bottom: -17px;
}

/* About Us */
.about-section {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
}
.about-section h2, .about-section h2 span {
    font-size: 40px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    text-transform: capitalize !important;
    margin-bottom: 15px !important;
}
.about-section .about-section-content {
    padding: 40px;
}
.about-section h2 span {
    font-weight: 800 !important;
}
.about-section p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    text-transform: capitalize !important;
}
.about-section a {
    padding: 8px 20px !important;
}
.about-section a span {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
}
.about-section .about-section-content .about-highlight-text {
    font-size: 16px;
    font-weight: 600;
    color: #2563EB;
}
.about-section .trusted {
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-section .avatars {
  display: flex;
}
.about-section .avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: -10px;
}
.about-section .trusted span {
  font-size: 14px;
  color: #666;
  display: block;
}
.about-section .description {
    line-height: 1.8 !important;
}
.about-section .access-btn {
    background: #F3F4F6;
    font-size: 15px !important;
    padding: 12px 20px !important;
}
.about-section .access-btn:hover {
    background: #282828 !important;
    color: #ffffff !important;
}
.about-section .access-btn svg {
    margin: -2px 0 0 5px;
}
.about-section .access-btn svg g path {
    stroke: #3B82F6 !important;
}
.about-section .access-btn:hover svg g path {
    stroke: #ffffff !important;
}
.about-section .text-count {
    font-size: 12px !important;
    margin-top: -4px;
}

/* ThreadCRM Approach Section */
.threadcrm-approach h2.title {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 52px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    text-transform: capitalize !important;
    margin-bottom: 20px !important;
}
.threadcrm-approach h2.title span {
    font-size: 52px !important;
    font-weight: 800 !important;
    margin: 5px 0 0 0;
    display: inline-block;
}
.threadcrm-approach ul {
    margin-top: 60px;
}
.threadcrm-approach ul li {
    position: relative;
    font-size: 16px !important;
    margin: 15px 0;
}

/* Footer Section */
.site-footer {
  background: radial-gradient(#e6e6e6 1px, transparent 1px);
  background-size: 18px 18px;
  border-top: 1px solid #D9DEE5;
  color: #444;
}
.site-footer .footer-container {
  position: relative;
  max-width: 1300px;
  margin: auto;
  padding: 70px 2px 80px 40px;
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 55px;
}
.site-footer .footer-container:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 115%;
    left: 0;
    top: -56px;
    background: #D9DEE5;
    z-index: -1;
}
.site-footer .footer-container:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 115%;
    right: 0;
    top: -56px;
    background: #D9DEE5;
    z-index: -1;
}
.site-footer .logo {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.site-footer .brand-desc {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.site-footer .contact p {
  margin: 8px 0;
  font-size: 16px;
}
.site-footer .socials {
  margin-top: 24px;
  display: flex;
  gap: 24px;
}
.site-footer .socials a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  font-weight: 600;
}
.site-footer .socials a img {
  width: 24px;
  height: 24px;
}
.site-footer .socials a img.linkedin {
  width: 20px;
  height: 20px;
}
.site-footer .socials a img.youtube {
  width: 26px;
  height: 26px;
}
.site-footer .footer-col h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
  color: #222;
}
.site-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-col li {
  margin-bottom: 14px;
  cursor: pointer;
}
.site-footer .footer-col li a {
  color: #282828;
  font-size: 15px !important;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-footer .footer-col li:hover a {
  color: #3B82F6;
  text-decoration: underline;
}
.site-footer .footer-bottom {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
.site-footer .footer-logo {
  width: 160px;
  margin-bottom: 35px;
}

/* Login Page */
.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}      

.login-wrapper .login-card {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.login-wrapper .login-card:before {
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 1px;
    left: -30%;
    top: 0;
    background: #D9DEE5;
    z-index: 0;
}
.login-wrapper .login-card:after {
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 1px;
    left: -30%;
    bottom: 0;
    background: #D9DEE5;
    z-index: 0;
}

/* LEFT PANEL */
.login-wrapper .login-visual {
    /* background: radial-gradient(circle at top right,
            rgba(255, 255, 255, 0.08),
            transparent 60%),
        linear-gradient(135deg, #05080f, #0c1220); */
    position: relative;
    /* color: #fff; */
}
.login-wrapper .login-visual:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 112%;
    left: 0;
    top: -50px;
    background: #D9DEE5;
    z-index: 0;
}

.login-wrapper .brand {
    position: absolute;
    width: 110px;
    top: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.login-wrapper .brand-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper .visual-center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper .app-icon {
    width: 180px;
    height: 180px;
    border-radius: 36px;
    background: linear-gradient(145deg, #1a7cff, #7b3fe4);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.5),
        inset 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.login-wrapper .app-icon i {
    font-size: 64px;
    color: #fff;
    transform: translateX(4px);
}

.login-wrapper .visual-footer {
    position: absolute;
    bottom: 20px;
    left: 24px;
    right: 24px;
    font-size: 13px;
    color: #282828;
}

.login-wrapper .visual-footer a {
    text-decoration: none;
}

/* RIGHT PANEL */
.login-wrapper .login-form {
    padding: 64px 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-wrapper .login-form:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 112%;
    right: 0;
    top: -50px;
    background: #D9DEE5;
    z-index: 0;
}

.login-wrapper .login-form h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.login-wrapper .login-form p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #6b7280;
    margin-bottom: 32px;
    text-align: center;
}

.login-wrapper .login-form span {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.login-wrapper a {
    font-family: 'Inter', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    color: #282828;
    text-decoration: none;
}

.login-wrapper .form-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
}

.login-wrapper .form-control {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    border-color: #e5e7eb;
    background: #f8fafc;
    padding: 10px 15px;
}

.login-wrapper .form-control:focus {
    background: #fff;
    border-color: #282828;
    box-shadow: 0 0 0 3px rgba(40, 40, 40, 0.15);
}

.login-wrapper .password-toggle {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #9ca3af;
    cursor: pointer;
}

.login-wrapper .btn-login {
    font-size: 14px !important;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.3px;
    display: block;
    padding: 10px 15px;
}

.login-wrapper .btn-login:hover {
    filter: brightness(1.05);
}

.login-wrapper .btn-dark.slide-btn:after {
    width: 200px;
    height: 200px;
    top: 0;
    left: 24%;
}

.login-wrapper .plus-icon {
    width: 20px;
    height: 20px;
    z-index: 1;
} 

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    z-index: 10;
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: linear-gradient(180deg, #3B82F6 0%, #1C50C1 100%);
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    display: none;
}
.scroll-to-top svg {fill: #FFFFFF;}

/* Animations */
@-webkit-keyframes flowDiagonal {
    0% {
        background-position: 0% 100%;
        background-size: 180% 180%;
    }
    50% {
        background-position: 100% 0%;
        background-size: 220% 220%;
    }
    100% {
        background-position: 0% 100%;
        background-size: 180% 180%;
    }    
}
@keyframes flowDiagonal {
    0% {
        background-position: 0% 100%;
        background-size: 180% 180%;
    }
    50% {
        background-position: 100% 0%;
        background-size: 220% 220%;
    }
    100% {
        background-position: 0% 100%;
        background-size: 180% 180%;
    }    
}
@-webkit-keyframes writeErase {
    0% {
    width: 0;
    }
    35% {
    width: 7ch; /* longest line */
    }
    55% {
    width: 7ch; /* pause */
    }
    100% {
    width: 0; /* erase */
    }
}
@keyframes writeErase {
    0% {
    width: 0;
    }
    35% {
    width: 7ch; /* longest line */
    }
    55% {
    width: 7ch; /* pause */
    }
    100% {
    width: 0; /* erase */
    }
}
@-webkit-keyframes blink {
    50% { border-color: transparent; }
}
@keyframes blink {
    50% { border-color: transparent; }
}

@supports (-moz-appearance: none) {
  .navbar .sign-in:hover span {
    background: transparent;
    background-clip: border-box;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset !important;    
    color: #2563EB;
    text-decoration: none !important;
  }
}

