/* ════════════════════════ CSS VARIABLES ════════════════════════ */
:root {
    /* Primary Colors */
    --primary: #1A6BFF;
    --primary-dark: #0F4FCC;
    --primary-light: #1a6bff21;
    --black-light: #2c2c2c;
    --black-darklight:#1d1d1d;
    
    /* Accent Colors */
    --teal: #00B894;
    --teal-light: #E0F7F4;
    --coral: #ff0101;
    --coral-light: #FFF0F0;
    --amber: #f7ca34;
    --amber-light: #FFFBEB;
    --purple: #7C3AED;
    --purple-light: #F3EEFF;
    --accent: #f97316;
    --grey:#f9fafb;
    
    /* Pricing Plan Colors */
    --basic-color: #2196f3;
    --silver-color: #2cd18b;
    --gold-color: #fbbf24;
    --diamond-color: #DB631A;
    --enterprise-color: #22c55e;
    
    /* Background & Surface */
    --bg: linear-gradient(to top, #1a6bff08, rgb(26 107 255 / 4%));
    --bg-mobile: linear-gradient(to top, #1a6bff08, rgb(26 107 255 / 4%));    
    --white: #FFFFFF;
    --surface: #f8faff;
    --dark: #0f172a;
    
    /* Text Colors */
    --text: #2C2E31;
    --text-1: #4c4c4c;
    --text-2: #4B5563;
    --text-3: #757a85;
    --text-4: #2C2E31;
    --text-muted: #212529bf;
    
    /* Border Colors */
    --border: #e5e5e5;
    --border-2: #e8e8e8;
    --border-3:#d8d8d8;
    
    /* Gradient */
    --gradient: linear-gradient(135deg, #1a56db 0%, #6366f1 100%);
}

/* ════════════════════════ BASE ════════════════════════ */
* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

html { 
    scroll-behavior: smooth; 
}

body {
    color: var(--text-2);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    overflow-x: hidden;
    line-height: 1.6;
}

h1, h2, h3, h4, h5 {
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 650;
    line-height: 1.3;
}
/* Autofill background white */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}
/* Form Controls */
.custom-select {
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg fill='black' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 10px center;
    background-color: var(--white);
    padding: 12px 20px;
    border-radius: 4px;
    color: var(--text);
}
.my-control {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 12px 20px;
    outline: 0px;
    font-size: 15px;
    box-shadow: none;
}
.my-control:focus {
    box-shadow: none;
    border: 1px solid var(--primary);
}

.form-all .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    padding: 0px 6px 0px 20px;
}

.iti__selected-dial-code {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 400;
}
/* Default placeholder look */
#employeeRange {
    color: var(--text-muted);
}

/* Jab value select ho jaye */
#employeeRange:valid {
  color: var(--text);
}

/* Dropdown options */
#employeeRange option {
  color: var(--text-muted);
}

/* Placeholder option */
#employeeRange option[value=""] {
    color: var(--text-muted);
}
.error {
    color: var(--coral);
    position: absolute;
    font-size: 13px;
    line-height: 1.2;
}
.popup-form .popup-phone
{
    padding: 12px 20px 12px 100px;
}
textarea {
    height: 60px !important;
}

::placeholder {
    color: var(--text-muted) !important;
    font-size: 15px;
}
::-webkit-input-placeholder {
   color: var(--text-muted) !important;
    font-size: 15px;
}

::-moz-placeholder {
    color: var(--text-muted) !important;
    font-size: 15px;
}

:-ms-input-placeholder {
    color: var(--text-muted) !important;
    font-size: 15px;
}

::-ms-input-placeholder {
    color: var(--text-muted) !important;
    font-size: 15px;
}
#sign-number-first,#sign-number-second,#sign-number-third
{
    display: none;
}
.modal-body 
{
    padding: 20px;
}
.modal-body img,.modal-content
{
 border-radius: 12px;
}
.popup-header h5
{
    font-size: 25px;
    margin-bottom: 10px;
}
.popup-form
{
    display: grid;
    gap: 18px;
}

.btn-close {
    position: absolute;
    right: -13px;
    top: -13px;
    padding: 5px;
    background-color: var(--coral);
    color: var(--white);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    opacity: 1;
    z-index: 99;
    line-height: 10px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-width='2' d='M2 2l12 12M14 2L2 14'/%3e%3c/svg%3e");
    font-size: 17px;
}
.btn-close:hover
{
    opacity: 1;
}
.btn-close:focus
{
    box-shadow: none;
}
.padding-site
{
    padding: 50px 0px;
}
/* ════════════════════════ ANIMATIONS ════════════════════════ */
@keyframes slideDown {
    from { transform: translateX(-50%) translateY(-20px); opacity: 0; }
    to { transform: translateX(-50%) translateY(0); opacity: 1; }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes barUp {
    from { height: 0; opacity: 0; }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.fade-up { animation: fadeUp .7s ease both; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }

/* ════════════════════════ HEADER & NAV ════════════════════════ */
.hero-section {
    background: var(--bg);
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: var(--white);
    box-shadow: 0 0 5px rgb(219 209 209 / 50%);
}

nav {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: transparent;
    border-radius: 12px;
    animation: slideDown 0.6s ease both;
}

.logo {
    margin-right: 45px;
}

.navbar { 
    padding: 0px !important; 
}

.navbar-toggler {
    border: 0px !important;
    border-radius: 8px;
    padding: 0px;
}

.navbar-toggler:focus {
    box-shadow: none;
    border-color: var(--primary);
}

/* Nav Links */
.my-nav .navbar-nav .nav-link {
    color: var(--text-1);
    font-size: 17px;
    font-weight: 400;
    transition: all 0.2s;
    padding: 1.4rem 1.1rem;
    position: relative;
}

.my-nav .navbar-nav .nav-link:hover { 
    color: var(--primary); 
}

.my-nav .navbar-nav .nav-link.active { 
    color: var(--primary); 
    font-weight: 600; 
}

.my-nav .navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
}

/* Dropdown Toggle Arrow */
.nav-item.dropdown .nav-link::after {
    display: inline-block;
    margin-left: 6px;
    vertical-align: 2px;
    content: "";
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    transition: transform 0.2s ease;
}

.nav-item.dropdown.open .nav-link::after {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.dropdown { 
    position: relative; 
}

.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.nav-item.position-static { 
    position: static !important; 
}

.dropdown-menu {
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,.1);
}

.dropdown-header-title {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    padding: 4px 14px 8px;
}

/* Mega Menu */
.mega-menu {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0;
}

.dropdown-item {
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-2);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 6px;
    border: 1px solid transparent;
    white-space: normal;
}

.dropdown-item .item-icon {
    width: 40px;
    height: 40px;
    background: var(--bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.dropdown-item.icon-blue .item-icon { background: #d5e8f9; }
.dropdown-item.icon-green .item-icon { background: #E8F7F0; }
.dropdown-item.icon-purple .item-icon { background: #F0ECFF; }
.dropdown-item.icon-cyan .item-icon { background: #E0F7F7; }
.dropdown-item.icon-orange .item-icon { background: #FFF4E8; }

.dropdown-item:hover {
    background: linear-gradient(135deg, rgba(26, 107, 255, 0.08), rgb(25 106 254 / 7%));
    border-color: rgba(26,107,255,0.2);
    transform: translateX(4px);
}

.dropdown-item:hover .item-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 16px rgba(26,107,255,0.2);
}

.dropdown-item.icon-blue:hover .item-icon { background: var(--primary); }
.dropdown-item.icon-green:hover .item-icon { background: var(--teal); }
.dropdown-item.icon-purple:hover .item-icon { background: var(--purple); }
.dropdown-item.icon-cyan:hover .item-icon { background: #00BCD4; }
.dropdown-item.icon-orange:hover .item-icon { background: #F59E0B; }

.dropdown-item .item-text { 
    flex: 1; 
    padding-top: 2px; 
}

.dropdown-item .item-text h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: var(--text);
    transition: color 0.2s;
    letter-spacing: -0.3px;
}

.dropdown-item:hover .item-text h5 { 
    color: var(--primary); 
}

.dropdown-item .item-text p {
    font-size: 13px;
    color: var(--text-3);
    margin: 0;
    line-height: 1.5;
    transition: color 0.2s;
}

.dropdown-item:hover .item-text p { 
    color: var(--text-2); 
}

/* Nav CTA Buttons */
.btn-ghost {
    padding: 9px 20px;
    border: 1.5px solid var(--border-2);
    border-radius: 6px;
    color: var(--text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s;
    line-height: normal;
}

.btn-ghost:hover { 
    border-color: var(--primary); 
    color: var(--primary); 
}
.btn-border-none
{
    padding: 7px 20px 9px;
    border: 2px solid var(--primary);
    border-radius: 6px;
    color: var(--text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s;
    background-color: var(--white);
}
.btn-border-none:hover
{
    background: var(--primary);
    color: var(--white);
    cursor: pointer;
}
.btn-pricing-custom
{
    padding: 7px 20px 8px;
    background: var(--primary);
    border-radius: 6px;
    text-align: center;
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s;
    box-shadow: 0 4px 16px rgba(26,107,255,0.35);
    border: none;
}

.btn-pricing-custom-desk
{border-radius: 30px;padding: 7px 25px 8px;}
.btn-pricing-custom-desk:hover {
    background: var(--primary-dark);
    color: var(--white);
    padding: 7px 25px 8px;
}
.btn-primary-custom {
    padding: 9px 22px 11px;
    background: var(--primary);
    border-radius: 6px;
    text-align: center;
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s;
    box-shadow: 0 4px 16px rgba(26,107,255,0.35);
    border: none;
}

.btn-primary-custom:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
    color: var(--white);
}
.loader-first,.loader-second,.loader-third,.loader-four,.loader-five {
display: inline-block;
width: 16px;
height: 16px;
border: 3px solid #ffffff;
border-top: 2px solid #055d60;
border-radius: 50%;
animation: spin 0.8s linear infinite;
vertical-align: middle;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(360deg);
}
}
/* Default transition */
#popup-submit-btn {
  transition: all 0.3s ease;
}

/* 🔥 Disabled state */
#popup-submit-btn:disabled, #contact-submit-btn:disabled,#partner-bottom-btn:disabled {
  cursor: not-allowed;
  pointer-events: all; 
}

/* Loader visible spacing */
#popup-submit-btn .loader-first,#contact-submit-btn .loader-first,#partner-bottom-btn .loader-second {
  vertical-align: middle;
}
/* ════════════════════════ SECTION COMMON ════════════════════════ */
.section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.1rem);
    color: var(--text);
}

.section-sub {
    max-width: 780px;
    color: var(--text-2); 
    font-size: 17px; 
    line-height: 1.5; 
}

.section-sub-second {
    color: var(--text-2); 
    font-size: 17px; 
    line-height: 1.5; 
    max-width: 1050px;
}

/* ════════════════════════ HERO ════════════════════════ */
.hero {
    padding: 50px 0px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
}

.hero-content { 
    animation: fadeUp 0.8s 0.2s ease both; 
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: var(--primary-light);
    border-radius: 100px;
    padding: 9px 16px ;
    font-size: 13px;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: clamp(31px, 5.5vw, 45px);
    font-weight: 700;
    letter-spacing: -1.3px;
    margin-bottom: 15px;
    line-height: 1.1em;
    color: var(--text);
}

.pill-word {
    background: linear-gradient(135deg, var(--primary), #0053ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero p { 
    font-size: 17px; 
    color: var(--text-2); 
    line-height: 1.5; 
    margin-bottom: 25px; 
    max-width: 480px; 
}

.hero-actions { 
    display: flex; 
    gap: 14px; 
    flex-wrap: wrap; 
    align-items: center; 
}

.btn-small {
    padding: 8px 22px 9px;
    font-size: 15px; 
    font-weight: 700; 
    border-radius: 6px; 
}

.btn-large { 
    padding: 9px 25px 10px; 
    font-size: 15px; 
    border-radius: 6px; 
}

.btn-send {
    padding: 12px 34px; 
}

.btn-outline-large {
    text-align: center;
    padding: 9px 25px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    border: 1.5px solid var(--border-2);
    color: var(--text);
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
}

.btn-outline-large:hover { 
    border-color: var(--primary); 
    color: var(--primary); 
}

.hero-stats {
    display: inline-flex;
    gap: 25px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1.5px solid var(--border);
    flex-wrap: wrap;
}

.stat-item {
    border-right: 1.5px solid #d1d5db;
    padding-right: 20px;
}

.stat-item:last-child {
    border-right: 0px;
    padding-right: 0px;
}

.stat-item h3 {
    font-size: 27px;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -1px;
    margin-bottom: 2px;
}

.stat-item p { 
    font-size: 12px; 
    color: var(--text-2); 
    margin: 0; 
    font-weight: 400; 
}

/* Hero Dashboard Visual */
.hero-visual { 
    animation: fadeUp 1s 0.5s ease both; 
    position: relative; 
}

.dashboard-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 20px 60px rgba(26,107,255,0.12), 0 4px 16px rgba(0,0,0,0.06);
}

.dash-header { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    margin-bottom: 24px; 
}

.dash-title { 
    font-size: 15px; 
    font-weight: 700; 
    color: var(--text); 
}

.dash-date { 
    font-size: 12px; 
    color: var(--text-3); 
    background: var(--bg); 
    padding: 4px 12px; 
    border-radius: 8px; 
    border: 1px solid var(--border); 
}

.metric-row { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 12px; 
    margin-bottom: 20px; 
}

.metric-card { 
    padding: 16px; 
    border-radius: 14px; 
    border: 1px solid var(--border); 
}

.metric-card.blue { 
    background: var(--primary-light); 
    border-color: rgba(26,107,255,0.2); 
}

.metric-card.green { 
    background: var(--teal-light); 
    border-color: rgba(0,184,148,0.2); 
}

.metric-card.amber { 
    background: var(--amber-light); 
    border-color: rgba(245,158,11,0.2); 
}

.metric-label { 
    font-size: 11px; 
    font-weight: 600; 
    color: var(--text-2); 
    margin-bottom: 6px; 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
}

.metric-val { 
    font-size: 26px; 
    font-weight: 700; 
    letter-spacing: -1px; 
}

.metric-val.blue { color: var(--primary); }
.metric-val.green { color: var(--teal); }
.metric-val.amber { color: var(--amber); }

.chart-area {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px;
    height: 100px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 16px;
}

.bar { 
    flex: 1; 
    border-radius: 6px 6px 0 0; 
    animation: barUp 0.8s ease both; 
}

.bar:nth-child(1) { height: 40%; background: #DBEAFE; animation-delay: 0.7s; }
.bar:nth-child(2) { height: 65%; background: #BFDBFE; animation-delay: 0.8s; }
.bar:nth-child(3) { height: 50%; background: #DBEAFE; animation-delay: 0.9s; }
.bar:nth-child(4) { height: 80%; background: var(--primary); animation-delay: 1s; }
.bar:nth-child(5) { height: 60%; background: #BFDBFE; animation-delay: 1.1s; }
.bar:nth-child(6) { height: 90%; background: var(--primary); animation-delay: 1.2s; }
.bar:nth-child(7) { height: 45%; background: #DBEAFE; animation-delay: 1.3s; }

.attendance-row { 
    display: flex; 
    gap: 8px; 
    align-items: center; 
    flex-wrap: wrap; 
}

.emp-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 5px 12px 5px 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-2);
}

.emp-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: var(--white);
}

.floating-tag {
    position: absolute;
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 14px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    animation: float 3s ease-in-out infinite;
}

.floating-tag.tag1 { top: -20px; right: -20px; animation-delay: 0s; }
.floating-tag.tag2 { bottom: -16px; left: -24px; animation-delay: 1.5s; }

/* ════════════════════════ PRODUCTS ════════════════════════ */
.products-section { 
    background: var(--white); 
    padding: 50px 0px; 
}

.products-card {
    box-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
    border: 2px solid #f3f4f6;
    padding: 24px;
    border-radius: 12px;
    transition-duration: .3s;
}

.products-card h5 {
    color: var(--text);
}

.products-card p {
    margin-bottom: 0px;
    font-size: 16px;
}

.products-card:hover {
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    border: 2px solid var(--primary);
}

.icon-box {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #e4eeff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.icon-box svg {
    color: var(--primary);
    transition: all 0.3s ease;
}

.self-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.self-icon-box svg {
    color: var(--white);
    transition: all 0.3s ease;
}

.feature-points {
    list-style-type: none;
    display: grid;
    gap: 5px;
    padding-left: 0px;
}

.feature-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
}

.feature-points li svg {
    width: 18px;
    height: 18px;
    stroke: var(--primary);
}
.feature-points-second li svg
{
stroke: none;
}

.products-card:hover .icon-box {
    background: var(--primary);
}

.products-card:hover .icon-box svg {
    color: var(--white);
}

/* ════════════════════════ WHY SECTION ════════════════════════ */

.why-section {
    background-color: var(--grey);
    padding: 50px 0px;
}

.list-unstyled span {
    line-height: normal;
}

.list-unstyled svg {
    stroke: var(--primary);
}

/* ════════════════════════ 24/7 ACCESS ════════════════════════ */

.access-box {
    background: #f6f9fe;
    border-radius: 20px;
}

.image-box img {
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.check-icon {
    width: 34px;
    height: 34px;
    background: var(--primary);
    color: var(--white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 16px;
}

.check-icon svg {
    width: 20px;
}

.access-list span:last-child {
    font-weight: 500;
    color: var(--text);
}

/* ════════════════════════ TESTIMONIALS ════════════════════════ */
.testimonials-section { 
    background: var(--white); 
    padding: 50px 0px 35px; 
}

.testimonial-card {
    background: var(--white);
    border-radius: 20px;
    padding: 32px 28px;
    border: 1px solid var(--border);
    height: 100%;
    position: relative;
}

.testimonial-card .quote-icon {
    font-size: 3rem;
    color: #e0e7ff;
    line-height: 1;
    font-family: Georgia, serif;
    position: absolute;
    top: 20px; 
    right: 24px;
}

.stars { 
    color: var(--amber); 
    font-size:16px; 
}

.testimonial-text { 
    color: var(--text-muted); 
    font-size: .93rem; 
    line-height: 1.7; 
    margin: 16px 0 20px; 
}

.testimonial-author { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
}

.author-avatar {
    width: 44px; 
    height: 44px;
    border-radius: 50%;
    background: var(--gradient);
    display: flex; 
    align-items: center; 
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
}

.author-name { 
    font-weight: 700; 
    font-size: .93rem; 
    color: var(--text);
}

.author-role { 
    font-size: .8rem; 
    color: var(--text-muted); 
}

.testimonialSwiper { 
    padding-bottom: 50px; 
}

.swiper-pagination { 
    position: absolute; 
    bottom: 0; 
    width: 100%; 
    text-align: center; 
}

/* ════════════════════════ CTA ════════════════════════ */
.cta-section {
    background: var(--gradient);
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
.cta-section-second
{
  background: #00225f;
}
.cta-section::before {
    content: '';
    position: absolute;
    width: 600px; 
    height: 600px;
    border-radius: 50%;
    background: rgba(255,255,255,.05);
    top: -200px; 
    right: -200px;
}

.cta-section h2 { 
    color: var(--white); 
    font-size: clamp(1.8rem, 4vw, 2.8rem); 
    letter-spacing: -.5px; 
}

.cta-section p { 
    color: rgba(255,255,255,.75); 
    font-size: 1.1rem; 
}

.btn-trial {
    background: var(--white);
    color: var(--primary);
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 16px;
    border: none;
    transition: all .25s;
    box-shadow: 0 8px 32px rgba(0,0,0,.15);
    text-decoration: none;
}

.btn-trial:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 16px 40px rgba(0,0,0,.2); 
    color: var(--primary); 
}

.btn-demo {
    background: transparent;
    border: 2px solid rgba(255,255,255,.4);
    color: var(--white);
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 16px;
    transition: all .25s;
    text-decoration: none;
}

.btn-demo:hover { 
    background: rgba(255,255,255,.1); 
    border-color: rgba(255,255,255,.7); 
    color: var(--white); 
}

/* ════════════════════════ FOOTER ════════════════════════ */
footer {
    background: var(--dark);
    padding: 60px 0 30px;
    color: rgba(255,255,255,.7);
}

footer h6 {
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 20px;
}

footer a {
    color: rgba(255,255,255,.6);
    text-decoration: none;
    font-size:16px;
    display: block;
    padding: 4px 0;
    transition: color .2s;
}

footer a:hover { 
    color: var(--white); 
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 45px;
    padding-top: 24px;
    font-size: .85rem;
}

.social-btn img {
    width: 30px;
    transition: transform 0.3s ease;
}

.social-btn:hover img {
    transform: translateY(-4px);
}

/* ════════════════════════ RESPONSIVE ════════════════════════ */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 991px) {
    .why-grid { 
        grid-template-columns: 1fr; 
    }
        .modal-dialog {
        padding: 10px;
    }    
    .modal-body {
     padding: 0px;
    }
    .navbar { 
        padding: 12px 0px !important; 
    }
    .btn-border-none,.btn-pricing-custom,.btn-primary-custom
    {
            padding: 10px 20px;
    }
    .hero-section { 
        text-align: center; 
        background: var(--bg-mobile);
    }    
    .hero-badge { 
        text-align: center; 
    }
    
    .hero-actions .btn-primary-custom,
    .hero-actions .btn-outline-large {
        padding: 12px 15px;
        width: 100%;
        justify-content: center;
    }
    
    textarea {
        height: 80px !important;
    }
    
    nav { 
        width: 100%; 
    }
    
    .hero {
        grid-template-columns: 1fr;
        margin-top: 62.4px;
        padding: 40px 0px;
    }
    
    .hero-visual { 
        display: none; 
    }
    
    .why-grid { 
        gap: 40px; 
    }
    
    .why-grid, .products-section, .industries-bg,
    .cta-section, footer { 
        padding: 40px 0px; 
    }
    
    .testimonials-section {
        padding: 40px 0px 30px;
    }
    
    .industry-card { 
        padding: 20px; 
    }
    
    .industry-card h4 { 
        font-size: 15px; 
    }
    
    .industries-grid { 
        grid-template-columns: repeat(2, 1fr); 
        margin-top: 30px; 
    }
    
    .stat-card { 
        padding: 30px 20px; 
    }
    .hero p
    {
        width: 100%;
    }
    .hero-stats { 
        gap: 15px; 
        justify-content: center; 
    }
    
    header { 
        position: fixed; 
        top: 0px; 
        width: 100%; 
        z-index: 999; 
    }
    
    .navbar-nav { 
        padding: 16px 0; 
        max-height: 410px; 
        overflow-y: auto; 
    }
    
    .my-nav .navbar-nav .nav-link {
        padding: 9px 12px;
        border-radius: 4px;
    }
    
    .my-nav .navbar-nav .nav-link:hover { 
        background: var(--primary-light); 
    }
    
    .dropdown-menu { 
        background: var(--bg); 
    }
    
    .dropdown-menu.show { 
        display: block !important; 
        opacity: 1 !important; 
    }
    
    .dropdown-menu.mega-menu {
        position: relative !important;
        width: 100%;
        box-shadow: none !important;
        border: 0 !important;
        display: none;
        padding: 0px;
    }
    
    .dropdown-menu.mega-menu .col-lg-6 { 
        padding: 0px; 
        margin: 0px; 
    }
    
    .dropdown-item { 
        padding: 10px; 
        margin: 0px; 
    }
    
    .nav-cta-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 15px 0px 10px;
        margin-top: 0px;
        border-top: 1px solid var(--border);
    }
    
    .nav-cta-mobile .btn-ghost,
    .nav-cta-mobile .btn-primary-custom { 
        width: 100%; 
        text-align: center; 
        display: block; 
    }
    
    .why-benefits { 
        grid-template-columns: 1fr; 
    }
    .popup-header h5
    {
        padding: 15px 25px;
        color: var(--white);
        margin-bottom: -1px;
       background: var(--gradient);
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
    }
    .modal-content
    {
        background-color: transparent;
    }
    .popup-form
    {
        background-color: var(--white);
        padding: 25px;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }    
}

@media (min-width: 992px) {
    .nav-cta-mobile { 
        display: none; 
    }
    
    .mega-menu { 
        width: 100%; 
        left: 0; 
        right: 0; 
        margin-top: 0px !important; 
    }
}

@media (max-width: 576px) {
    .metric-row { 
        grid-template-columns: 1fr; 
    }
}