body {
font-family: 'Inter', sans-serif;
color: var(--ink);
background: var(--white);
line-height: 1.6;
overflow-x: hidden;
}
img{
    border:none;
    outline:none;
}

.industries-serve .bi, .core-system .bi{
    font-size:30px;
}

.bi::before, [class*=" bi-"]::before, [class^=bi-]::before{
    color: #fe670b !important;
}

.left-right-pd{
    padding: 0px 50px 0px 50px !important; 
}
.accordion-item:last-of-type>.accordion-collapse {    
    border-bottom: 1px solid #ccc;
}
.accordion-button:not(.collapsed) {    
    background-color: #fffaf4 !important;
    
}

.breadcrumb-area{
    position:relative;
    
    
    padding:130px 0 80px;
    overflow:hidden;
}

.breadcrumb-overlay{
    position:absolute;
    inset:0;
    background:rgba(5,17,38,.75);
}

.breadcrumb-content{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
}

.breadcrumb-content h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:15px;
}

.breadcrumb-content p{
    max-width:700px;
    margin:0 auto 25px;
    font-size:17px;
    color:rgba(255,255,255,.85);
    line-height:1.8;
}

.breadcrumb{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    padding:0;
    margin:0;
    list-style:none;
}

.breadcrumb li{
    color:#fff;
    font-size:15px;
}

.breadcrumb li:not(:last-child)::after{
    content:"/";
    margin-left:12px;
    color:rgba(255,255,255,.6);
}

.breadcrumb a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.breadcrumb a:hover{
    color:#00c6ff;
}

.breadcrumb .active{
    color:#00c6ff;
}

@media(max-width:991px){
    .left-right-pd{
    padding: 0px 20px 0px 20px !important; 
}

    .breadcrumb-area{
        padding:110px 0 70px;
    }

    .breadcrumb-content h1{
        font-size:38px;
    }

}

@media(max-width:767px){
    
 .enterprise-sec.section-padding {
    padding:95px 30px 40px 10px !important;
}
.section-title {
    font-size: clamp(22px, 4vw, 42px);
    line-height: 32px;
    
}

    .breadcrumb-area{
        padding:90px 0 60px;
    }

    .breadcrumb-content h1{
        font-size:30px;
    }

    .breadcrumb-content p{
        font-size:15px;
    }

}


.yellow-bg{
    background-color: #fffaf4 !important;
}
.service-overview p{
    max-width: 750px;
    margin: 0px auto;
}
.eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
    text-align: center;
}

.page-tag {
    display: inline-block;
    background: #fff3e6;
    color: #fe670b;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section-title {
    font-family:'Inter', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -1px;
    color: var(--navy);
    line-height: 1.15;
    margin-bottom: 16px;
    text-align: center;
}
.section-sub {
    font-size: 16px;
    color: var(--muted);
    max-width: 750px;
    line-height: 1.7;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
    float: none;
    margin: 20px auto 60px auto;
}

.home-page-info p.section-sub {
    margin-left: 0px;
    max-width: 520px;
    
    
}

.industries-info .nav-cta{
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #efefef;
    color: #000 !important;
    font-size: 14px;
}
.industries-info .nav-cta:hover{
    background: #fe670b;
    color: #fff !important;
}
.industries-info .svc-list{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;     
        margin-top: 20px;
}
.industries-info .svc-list li{
    color: #222;
}





.full-width{
    max-width: 1200px;
    margin: 0px auto;
    margin-top: 100px;
}
.container{
    margin: 0px auto;    
    padding-left:12px;
    padding-right:12px;
}
.privacy-policy .section-card{
    margin-bottom: 30px;
    padding: 30px 30px;
}


.enquiry-box{
    background:#fff5e9;
    border:1px solid #edf2f7;
    border-radius:28px;
    padding:50px;
    box-shadow:0 15px 40px rgba(0,0,0,.04);
}

.enquiry-box form{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}

.enquiry-box input,
.enquiry-box select{
    height:58px;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:0 18px;
    font-size:15px;
    background:#fafcff;
    transition:.25s;
}

.enquiry-box input:focus,
.enquiry-box select:focus{
    outline:none;
    border-color:#fe670b;
    background:#fff;
    box-shadow:0 0 0 4px rgba(255,141,6,.12);
}

.enquiry-box button{
    height:58px;
    border:none;
    border-radius:14px;
    background:#fe670b;
    color:#fff;
    font-weight:700;
    font-size:15px;
    cursor:pointer;
    transition:.25s;
}

.enquiry-box button:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(255,141,6,.25);
}

.enquiry-box form{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}


/* ===========================
NAVBAR
=========================== */

nav{
position:fixed;
top:0;
left:0;
width:100%;
height:70px;
background:#fff;
display:flex;
justify-content:space-between;
align-items:center;
padding:0 5%;
box-shadow:0 2px 12px rgba(0,0,0,.08);
z-index:9999;
}

.logo img{
height:auto;
}

.nav-links{
display:flex;
align-items:center;
list-style:none;
gap:30px;
margin: 0px;
padding: 0px;
}

.nav-links li{
position:relative;
}

.nav-links li a{
display:flex;
align-items:center;
gap:5px;
color:#111827;
text-decoration:none;
font-size:16px;
font-weight:600;
padding:25px 0;
transition:.3s;
}

.nav-links li a:hover{
color:#fe670b;
}

.nav-cta{
background:#fe670b;
color:#fff !important;
padding:5px 20px;
border-radius:8px;
font-weight:600;
text-decoration: none;
}

.nav-cta:hover{
background:#222;
}

/* Dropdown */

.dropdown-arrow{
font-size:15px;
}

.dropdown-menu-custom{
position:absolute;
top:100%;
left:0;
width:270px;
background:#fff;
border-radius:10px;
box-shadow:0 12px 30px rgba(0,0,0,.12);
list-style:none;
padding:10px 0;
opacity:0;
visibility:hidden;
transform:translateY(15px);
transition:.3s;
}

.dropdown-menu-custom li{
width:100%;
}

.dropdown-menu-custom li a{
display:block;
padding:8px 20px;
font-size:14px;
color:#444;
}

.dropdown-menu-custom li a:hover{
background:#fff5e9;
color:#fe670b;
}

.has-dropdown:hover .dropdown-menu-custom{
opacity:1;
visibility:visible;
transform:translateY(0);
}

/* Hamburger */

.menu-toggle{
display:none;
cursor:pointer;
}

.menu-toggle span{
display:block;
width:26px;
height:3px;
background:#111;
margin:5px 0;
transition:.3s;
}

/* ===========================
MOBILE
=========================== */

@media(max-width:992px){

.nav-cta{
display:none;
}

.menu-toggle{
display:block;
}

.nav-links{
position:absolute;
top:70px;
left:0;
width:100%;
background:#fff;
flex-direction:column;
align-items:flex-start;
gap:0;
display:none;
border-top:1px solid #eee;
box-shadow:0 10px 20px rgba(0,0,0,.08);
}

.nav-links.active{
display:flex;
}

.nav-links li{
width:100%;
}

.nav-links li a{
width:100%;
padding:8px 25px;
}

.dropdown-menu-custom{
position:static;
width:100%;
background:#f8f8f8;
box-shadow:none;
border-radius:0;
opacity:1;
visibility:visible;
transform:none;
display:none;
padding:0;
}

.has-dropdown:hover .dropdown-menu-custom{
display:none;
}

.has-dropdown.active .dropdown-menu-custom{
display:block;
}

.dropdown-menu-custom li a{
padding-left:45px;
}

}  





*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
--black: #0a0a0f;
--navy: #0d1b3e;
--ink: #111827;
--accent: #fe670b;
--accent-light: #3b82f6;
--accent-glow: rgba(37,99,235,0.15);
--teal: #0d9488;
--white: #ffffff;
--off: #f8faff;
--muted: #6b7280;
--border: rgba(0,0,0,0.08);
--border-light: rgba(255,255,255,0.12);
--radius: 12px;
--radius-lg: 20px;
}

html { scroll-behavior: smooth; }



.enterprise-sec img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}
.enterprise-sec .rounded-3{
padding: 15px;
overflow:hidden;
border-radius:12px;
height: 400px;

}



.logo {
font-family: Inter;
font-size: 22px; font-weight: 800;
color: var(--navy); letter-spacing: -0.5px;
}
.logo img{
height: auto;
max-width: 100%;
margin-top: 0px;
}
.home-page .logo img{
margin-top: 10px;
}

.logo span { color: var(--accent); }




/* HERO */
.hero {
min-height: 100vh;
display: flex; align-items: center;
padding: 100px 5% 80px;

position: relative;
overflow: hidden;

background:
  linear-gradient(
      rgba(8,21,38,0.75),
      rgba(8,21,38,0.75)
  ),
  url("assets/images/hero-bg-v3.jpg");

background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

.hero::before {
content: '';
position: absolute; top: -200px; right: -200px;
width: 700px; height: 700px;
background: radial-gradient(circle, rgba(37,99,235,0.25) 0%, transparent 70%);
pointer-events: none;
}

.hero::after {
content: '';
position: absolute; bottom: -150px; left: -100px;
width: 500px; height: 500px;
background: radial-gradient(circle, rgba(13,148,136,0.15) 0%, transparent 70%);
pointer-events: none;
}

.hero-inner {
max-width: 1200px; margin: 0 auto; width: 100%;
display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
position: relative; z-index: 1;
}

.hero-eyebrow {
display: inline-flex; align-items: center; gap: 8px;
background: rgba(37,99,235,0.15);
border: 1px solid rgba(59,130,246,0.3);
color: #93c5fd;
font-size: 12px; font-weight: 600;
letter-spacing: 1.5px; text-transform: uppercase;
padding: 6px 14px; border-radius: 100px;
margin-bottom: 28px;
}

.hero-eyebrow::before {
content: '';
width: 6px; height: 6px; border-radius: 50%;
background: #60a5fa;
animation: pulse 2s infinite;
}

@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.4; }
}

.hero h1 {
font-family: Inter;
font-size: clamp(36px, 5vw, 45px);
font-weight: 800; line-height: 1.3;
color: var(--white);

margin-bottom: 20px;
}

.hero h1 em {
font-style: normal;
background: linear-gradient(135deg, #60a5fa, #34d399);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
background-clip: text;
}

.hero-sub {
font-size: 17px; color: rgba(255,255,255,0.65);
margin-bottom: 40px; max-width: 440px; line-height: 1.7;
}

.hero-chips {
display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 44px;
}

.chip {
font-size: 12px; font-weight: 500;
padding: 5px 12px; border-radius: 100px;
border: 1px solid rgba(255,255,255,0.15);
color: rgba(255,255,255,0.7);
background: rgba(255,255,255,0.05);
}

.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-primary {
background: var(--accent);
color: var(--white);
padding: 14px 28px;
border-radius: 10px;
font-size: 15px; font-weight: 600;
text-decoration: none;
transition: all 0.2s;
display: inline-flex; align-items: center; gap: 8px;
}

.btn-primary:hover { background: #1d4ed8; transform: translateY(-2px); }

.btn-secondary {
background: rgba(255,255,255,0.06);
color: var(--white);
border: 1px solid rgba(255,255,255,0.2);
padding: 14px 28px;
border-radius: 10px;
font-size: 15px; font-weight: 600;
text-decoration: none;
transition: all 0.2s;
display: inline-flex; align-items: center; gap: 8px;
}

.btn-secondary:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); }

/* HERO VISUAL */
.hero-visual {
display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
background: #ffffff59;
padding: 30px;
border-radius: 20px;
}

.hv-card {
background: rgba(255,255,255,0.06);
border: 1px solid rgba(255,255,255,0.1);
border-radius: 14px;
padding: 22px;
transition: background 0.3s;
  background: #fff4e8;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 14px;
padding: 22px;
transition: background 0.3s;
}




.hv-card.tall { grid-column: span 2; }
.hv-card:hover{
background: #fff;

}

.hv-icon {
font-size: 28px; margin-bottom: 12px;
}

.hv-title {
font-size: 14px; font-weight: 600;
color: var(--white); margin-bottom: 4px;
color: #000;
}

.hv-desc {
font-size: 12px; color: rgba(255,255,255,0.5);
color: #555;
}

/* STATS BAR */
.stats-bar {
background: var(--off);
border-bottom: 1px solid var(--border);
padding: 36px 5%;
}

.stats-inner {
max-width: 1200px; margin: 0 auto;
display: grid; grid-template-columns: repeat(4, 1fr);
gap: 20px;
}

.stat-item { text-align: center; }
.stat-num {
font-family: Inter;
font-size: 36px; font-weight: 800;
color: var(--accent); line-height: 1;
}

.stat-label {
font-size: 13px; color: var(--muted); margin-top: 6px;
}

/* SECTIONS */
section { padding: 50px 5%; }

.section-inner { max-width: 1200px; margin: 0 auto; }


/* ABOUT */
#about { background: var(--off); }

.about-grid {
display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center;
}

.about-text p {
font-size: 17px; color: #374151; line-height: 1.8;
margin-bottom: 24px;
}

.about-badges {
display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px;
}
.about-badges .badge{
color: #1d4ed8;
}


.badge {
font-size: 13px; font-weight: 500;
padding: 6px 14px; border-radius: 8px;
background: #eff6ff; color: #fff;
border: 1px solid #bfdbfe;
}

.about-visual {
display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}

.about-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 28px 24px;
text-align: center;
}

.about-card .num {
font-family: Inter;
font-size: 32px; font-weight: 800;
color: var(--accent); line-height: 1;
}

.about-card p {
font-size: 13px; color: var(--muted); margin-top: 6px;
}

/* SERVICES */
#services { background: var(--white); }

.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 24px;
}

.service-card {
border: 1px solid var(--border);
border-radius: var(--radius-lg);
padding: 36px 32px;
transition: all 0.25s;
background: var(--white);
position: relative;
overflow: hidden;
}

.service-card::before {
content: '';
position: absolute; top: 0; left: 0; right: 0; height: 3px;
background: linear-gradient(90deg, var(--accent), var(--teal));
transform: scaleX(0); transform-origin: left;
transition: transform 0.3s;
}

.service-card:hover {
border-color: #bfdbfe;
box-shadow: 0 12px 40px rgba(37,99,235,0.08);
transform: translateY(-3px);
}

.service-card:hover::before { transform: scaleX(1); }

.svc-icon {
width: 52px; height: 52px; border-radius: 12px;
background: #eff6ff;
display: flex; align-items: center; justify-content: center;
font-size: 24px; margin-bottom: 20px;
}

.svc-title {
font-size: 18px; font-weight: 700;
color: var(--navy); margin-bottom: 16px;
}

.svc-list {
list-style: none; display: flex; flex-direction: column; gap: 8px;
}

.svc-list li {
font-size: 13px; color: var(--muted);
display: flex; align-items: center; gap: 8px;
}

.svc-list li::before {
content: '';
width: 5px; height: 5px;
border-radius: 50%;
background: var(--accent);
flex-shrink: 0;
}

/* WHY CHOOSE */
#why { background: var(--navy); color: var(--white); }
#why .section-title { color: var(--white); }
#why .section-sub { color: rgba(255,255,255,0.6); }
#why .eyebrow { color: #fff; }

.why-grid {
display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}

.why-card {
background: rgba(255,255,255,0.05);
border: 1px solid rgba(255,255,255,0.1);
border-radius: var(--radius-lg);
padding: 36px 30px;
transition: background 0.3s;
}

.why-card:hover { background: rgba(255,255,255,0.09); }

.why-icon {
font-size: 32px; margin-bottom: 16px;
}

.why-card h3 {
font-size: 17px; font-weight: 700;
color: var(--white); margin-bottom: 10px;
}

.why-card p {
font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.7;
}

/* TECH */
#tech { background: var(--off); }

.tech-categories { display: flex; flex-direction: column; gap: 40px; }

.tech-category h3 {
font-size: 13px; font-weight: 700;
letter-spacing: 1.5px; text-transform: uppercase;
color: var(--muted); margin-bottom: 16px;
padding-bottom: 12px;
border-bottom: 1px solid var(--border);
}

.tech-pills {
display: flex; flex-wrap: wrap; gap: 10px;
}

.tech-pill {
font-size: 13px; font-weight: 600;
padding: 7px 16px; border-radius: 100px;
border: 1px solid var(--border);
background: var(--white);
color: var(--ink);
transition: all 0.2s;
cursor: default;
}

.tech-pill:hover {
border-color: #93c5fd;
color: var(--accent);
background: #eff6ff;
}

/* CONTACT */
#contact { background: var(--white); }

.contact-grid {
display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start;
}

.contact-info h3 {
font-size: 20px; font-weight: 700; color: var(--navy);
margin-bottom: 20px;
}

.contact-item {
display: flex; gap: 14px; margin-bottom: 24px; align-items: flex-start;
}

.contact-icon {
width: 40px; height: 40px; border-radius: 10px;
background: #ffe9cf; display: flex; align-items: center;
justify-content: center; font-size: 18px; flex-shrink: 0;
}

.contact-item h4 { font-size: 13px; color: var(--muted); margin-bottom: 3px; }
.contact-item p { font-size: 15px; font-weight: 500; color: var(--ink); }
.contact-item p a{color: #000;}



form { display: flex; flex-direction: column; gap: 18px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-group { display: flex; flex-direction: column; gap: 12px 6px;  }

label {
font-size: 13px; font-weight: 600; color: var(--ink);
}



input, select, textarea {
font-family: 'Inter', sans-serif;
font-size: 14px; color: var(--ink);
background: var(--off);
border: 1.5px solid var(--border);
border-radius: 10px;
padding: 11px 16px;
width: 100%;
transition: border-color 0.2s, box-shadow 0.2s;
outline: none;
appearance: none;
}


input::placeholder, textarea::placeholder { color: #9ca3af; }


input:focus, select:focus, textarea:focus {
border-color: var(--accent);
box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
background: var(--white);
}

textarea { resize: vertical; min-height: 110px; }

.submit-btn {
background: var(--accent);
color: var(--white);
border: none; cursor: pointer;
padding: 15px 32px;
border-radius: 10px;
font-family: 'Inter', sans-serif;
font-size: 15px; font-weight: 700;
letter-spacing: 0.3px;
transition: all 0.2s;
align-self: flex-start;
display: inline-flex; align-items: center; gap: 8px;
}

.submit-btn:hover { background: #222; transform: translateY(-2px); }

/* FOOTER */
footer {
background: var(--black);
padding: 60px 5% 30px;
color: rgba(255,255,255,0.6);
}

.footer-inner {
max-width: 1200px; margin: 0 auto;
}

.footer-top {
display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px;
padding-bottom: 48px;
border-bottom: 1px solid rgba(255,255,255,0.08);
margin-bottom: 32px;
}

.footer-brand .logo { margin-bottom: 0px; display: block; }
.footer-brand .logo img{
width: 50px;    
margin-top: 0;
}

.footer-brand p {
font-size: 14px; line-height: 1.7;
color: rgba(255,255,255,0.5); margin-bottom: 24px;
}



.social-links { display: flex; gap: 10px; }

.social-link {
width: 36px; height: 36px;
border-radius: 8px;
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.1);
display: flex; align-items: center; justify-content: center;
color: rgba(255,255,255,0.6);
text-decoration: none; font-size: 15px;
transition: all 0.2s;
}

.social-link:hover { background: var(--accent); color: var(--white); }

.footer-col h4 {
font-size: 16px; font-weight: 700;
color: var(--white); margin-bottom: 18px;
letter-spacing: 0.5px;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px;padding: 0; }

.footer-col ul li a {
font-size: 14px; color: rgba(255,255,255,0.5);
text-decoration: none; transition: color 0.2s;
}

.footer-col ul li a:hover { color: var(--white); }

.footer-bottom {
display: flex; justify-content: space-between; align-items: center;
}

.footer-bottom p { font-size: 13px; width: 100%; text-align: center;}

/* MENU TOGGLE */
.menu-toggle { display: none; cursor: pointer; }
.menu-toggle span {
display: block; width: 22px; height: 2px;
background: var(--ink); margin: 5px 0; border-radius: 2px;
}

.whatsapp-btn {
position: fixed;
right: 20px;
bottom: 20px;
width: 45px;
height: 45px;
background: #25D366;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 99999;
box-shadow: 0 4px 12px rgba(0,0,0,.2);
text-decoration: none;
}

.whatsapp-btn img {
width: 26px;
height: 26px;
}
#scrollTopBtn {
    position: fixed;
    bottom: 90px; /* WhatsApp icon mela varum */
    right: 20px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #ff8c01;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

#scrollTopBtn:hover {
    transform: scale(1.1);
    background: #e67e00;
}

/* RESPONSIVE */

@media(max-width:991px){
.section-padding {
      padding: 85px 20px;
  }


}

@media (max-width: 900px) {
.hero-inner { grid-template-columns: 1fr; gap: 50px; }
.hero-visual { display: none; }
.about-grid { grid-template-columns: 1fr; gap: 40px; }
.contact-grid { grid-template-columns: 1fr; gap: 50px; }
.why-grid { grid-template-columns: 1fr 1fr; }
.footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
.stats-inner { grid-template-columns: repeat(2, 1fr); }
.form-row { grid-template-columns: 1fr; }
.nav-links { display: none; }
.menu-toggle { display: block; }
}

@media (max-width: 768px) {
.whatsapp-btn {
  right: 15px;
  bottom: 15px;
  
}
.enterprise-sec.section-padding {
    padding: 115px 30px 85px 30px;
}
}


@media (max-width: 600px) {

.stat-num {
font-size: 26px;
}
.hero h1 {
font-size: clamp(28px, 5vw, 45px);
}
section { padding: 70px 4%; }
.why-grid { grid-template-columns: 1fr; }
.footer-top { grid-template-columns: 1fr; gap: 32px; }
.stats-inner { grid-template-columns: repeat(2, 1fr); }
.footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

  :root {
      --eg-bg-light: #ffffff;
      --eg-bg-subtle: #f8f9fa;
      --eg-text-main: #222222;
      --eg-text-muted: #555555;
      --eg-brand-blue: #0052cc;
      --eg-border-color: #eaeaea;
  }

  body {
      font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
      background-color: var(--eg-bg-light);
      color: var(--eg-text-main);
      overflow-x: hidden;
  }



  .section-padding {
      padding: 85px 20px;
  }
  .enterprise-sec.section-padding{
   padding: 115px 0 85px 0;
}
  
  .bg-subtle-section {
      background-color: var(--eg-bg-subtle);
  }

  /* Title Eyebrows */
  .section-eyebrow {
      display: inline-block;
background: #fff3e6;
color: #fe670b;
padding: 8px 18px;
border-radius: 30px;
font-size: 13px;
font-weight: 700;
margin-bottom: 20px;
  }

  

  /* 3. Why Us Premium Cards */
  .premium-card {
      background: #ffffff;
      border: 1px solid var(--eg-border-color);
      border-radius: 12px;
      padding: 35px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .premium-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.04);
      border-color: #cbd5e1;
  }

  /* 4. Core Features Component */
  .feature-item {
      padding: 24px;
      background: #ffffff;
      border: 1px solid var(--eg-border-color);
      border-radius: 8px;
      transition: border-color 0.3s;
  }
  .feature-item:hover {
      border-color: var(--eg-brand-blue);
  }

  /* 5. High-End Modern Flow UI for Process */
  .process-flow-container {
      position: relative;
  }
  @media (min-width: 992px) {
      .process-flow-line {
          position: absolute;
          top: 40px;
          left: 10%;
          right: 10%;
          height: 2px;
          background: dashed var(--eg-border-color);
          z-index: 1;
      }
  }
  .process-node {
      position: relative;
      z-index: 2;
  }
  .process-number {
      width: 75px;
      height: 75px;
      background-color: #ffffff;
      border: 2px solid #fe670b;
      color:#fe670b;
      font-weight: 700;
      font-size: 1.4rem;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      box-shadow: 0 6px 15px rgba(0, 82, 204, 0.06);
      transition: all 0.3s ease;
  }
  .process-node:hover .process-number {
      background-color:#fe670b;
      color: #ffffff;
      transform: scale(1.05);
  }

  /* 8. Modern FAQ Clean Accordion */
  .accordion-clean .accordion-item {
      background-color: #ffffff;
      border: 1px solid var(--eg-border-color) !important;
      border-radius: 8px !important;
      margin-bottom: 14px;
      overflow: hidden;
  }
  .accordion-clean .accordion-button {
      font-weight: 600;
      color: var(--eg-text-main);
      padding: 20px;
      background-color: #ffffff;
      box-shadow: none !important;
  }
  .accordion-clean .accordion-button:not(.collapsed) {
      color: var(--eg-brand-blue);
      background-color: var(--eg-bg-subtle);
  }
  .accordion-clean .accordion-body {
      color: var(--eg-text-muted);
      padding: 20px;
      font-size: 0.95rem;
      line-height: 1.6;
  }

  /* Form Controls */
  .form-clean-input {
      border: 1px solid var(--eg-border-color);
      padding: 12px 16px;
      border-radius: 6px;
      color: var(--eg-text-main);
  }
  .form-clean-input:focus {
      border-color: var(--eg-brand-blue);
      box-shadow: 0 0 0 3px rgba(0, 82, 204, 0.1);
  }

  /* Sticky WhatsApp Button */
  .whatsapp-fixed {
      position: fixed;
      bottom: 25px;
      right: 25px;
      z-index: 1000;
      transition: transform 0.2s ease;
  }
  .whatsapp-fixed:hover {
      transform: scale(1.1);
  }


  /* CATEGORY SECTION */

.blog-category-block{
    margin-bottom:70px;
}

.category-title{
    font-size:28px;
    font-weight:700;
    color:#0d1b3e;
    margin-bottom:25px;
    padding-left:15px;
    border-left:4px solid #fe670b;
}

/* BLOG GRID */




.blog-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:28px;
}

/* BLOG CARD */

.blog-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    overflow:hidden;
    transition:.3s ease;
}

.blog-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.blog-card img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
   object-position: top;
}

.blog-content{
    padding:22px;
}

.blog-tag{
    display:inline-block;
    background:#fff3e6;
    color:#fe670b;
    padding:6px 12px;
    border-radius:30px;
    font-size:11px;
    font-weight:600;
    margin-bottom:15px;
}

.blog-content h3{
    font-size:22px;
    line-height:1.4;
    color:#0d1b3e;
    margin-bottom:12px;
}

.blog-content p{
    color:#64748b;
    font-size:15px;
    line-height:1.8;
    margin-bottom:20px;
}

/* BLOG META */

.blog-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    border-top:1px solid #edf2f7;
    padding-top:15px;
    font-size:13px;
}
.blog-meta a{
    text-decoration: none;
}

.blog-meta-left{
    display:flex;
    gap:15px;
    color:#64748b;
}

.blog-meta-left span{
    display:flex;
    align-items:center;
    gap:6px;
}

.blog-share{
    color:#fe670b;
    cursor:pointer;
    text-decoration:none;
    font-weight:600;
}

/* SPACING */

.blog-inner-info .border-top{
    border-bottom: 1px solid #999;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.blog-inner-info .border-bottom{
        border-bottom: 1px solid #999;
    padding: 10px 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.blog-inner-info div, .blog-inner-info p {
    font-size: 16px;
    word-wrap: break-word;
    line-height: 32px;
    width: 100%;
    float: left;
}

.blog-section{
    padding:20px 0 70px 0;
}

.blog-inner, .blog-inner-info{    
    width: 100%;
    text-align: center;
    padding: 0px;
   display: inline-block;
}
.blog-inner-info h2{
    float: left;
    width: 100%;
    font-size: 28px;
    padding:15px 0px;
}
.blog-inner-info h3{
    float: left;
    width: 100%;
    font-size: 26px;
    padding:15px 0px;
}
.blog-inner-info h4{
    float: left;
    width: 100%;
    font-size: 24px;
    padding:15px 0px;
}
.blog-inner-info h5{
    float: left;
    width: 100%;
    font-size: 22px;
    padding:15px 0px;
}
.blog-inner-info h6{
    float: left;
    width: 100%;
    font-size: 20px;
    padding:15px 0px;
}
.blog-inner-info .date-info{
    font-size: 20px;
    color: #fe670b;
}
.blog-inner-info ul{ 
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0;
    color: #222;
}
.blog-inner-info ul li{ 
        position: relative;
    padding: 5px 20px;
    line-height: 32px;
    color: #222;
    width: 100%;
}
.blog-inner-info ul li:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 3px;
    background-color: #fe670b;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    margin-right: 10px;
}
.blog-inner-btm{
    text-align: left;
}
.blog-inner img{
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.blog-inner p{    
    width: 100%;
    padding: 10px 0px;
    float: left;
}
.blog-inner ul{
        list-style: none;
    padding-left: 0px;
    margin-top: 20px;
    float: none;
    
    display: inline-block;
    width: 100%;

}

 .blog-inner a{
    color: #fe670b;
    
}


/* MOBILE */

@media(max-width:992px){

    .blog-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .page-container{
        padding:0 20px;
    }

    .page-header{
        padding:100px 0 50px;
    }

    .page-header h1{
        font-size:34px;
    }

    .page-header p{
        font-size:15px;
    }

    .category-title{
        font-size:24px;
    }

    .blog-card img{
        height:220px;
    }

    .blog-content h3{
        font-size:20px;
    }

    .blog-meta{
        flex-direction:column;
        align-items:flex-start;
    }

}

/* RESPONSIVE */

@media(max-width:992px){

    .blog-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .featured-card{
        padding:40px;
    }

    .featured-card h2{
        font-size:34px;
    }

}

@media(max-width:768px){

    .page-header{
        padding:110px 20px 60px;
    }

    .page-header h1{
        font-size:36px;
    }

    .page-header p{
        font-size:16px;
    }

    .blog-grid{
        grid-template-columns:1fr;
    }

    .featured-card{
        padding:30px;
    }

    .featured-card h2{
        font-size:28px;
    }

    .newsletter-box{
        padding:30px;
    }

    .newsletter-box h2{
        font-size:30px;
    }

    .newsletter-form{
        grid-template-columns:1fr;
    }

    .newsletter-form button{
        width:100%;
    }

}