/* Auto-generated theme for 10CRIC (India) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #792cdd;
    --primary-dark: #611eb8;
    --secondary: #bc24b2;
    --dark: #271f33;
    --light: #f7f5f9;
    --gray: #6f657b;
    --gray-light: #e0dbe6;
    --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --radius: 12px;
    --transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--dark);
    background-color: white;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

h2:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

p {
    margin-bottom: 1.5rem;
    color: var(--gray);
}

a {
    text-decoration: none;
    color: inherit;
}

.ukecueob {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

section {
    padding: 5rem 0;
}

.ylennpnx {
    display: inline-block;
    background: linear-gradient(to right, var(--primary), var(--primary-dark));
    color: white;
    padding: 0.875rem 2rem;
    border-radius: var(--radius);
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
    box-shadow: var(--shadow);
}

.ylennpnx:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.vxsmlbvp {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}

.vxsmlbvp:hover {
    background: var(--primary);
    color: white;
}

.rikuroljwyz {
    text-align: center;
    margin-bottom: 3rem;
}

/* Header & Navigation */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 1rem 0;
    transition: var(--transition);
}

.swofflneqs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo i {
    font-size: 2rem;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

nav a {
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
}

nav a:hover {
    color: var(--primary);
}

nav a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--primary);
    bottom: 0;
    left: 0;
    transition: var(--transition);
}

nav a:hover:after {
    width: 100%;
}

.spfmamje {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--dark);
    cursor: pointer;
}

/* Hero Section */
.fnmsjwpodhl {
    padding-top: 10rem;
    padding-bottom: 8rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
    position: relative;
    overflow: hidden;
}

.fnmsjwpodhl:before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.1) 0%, rgba(79, 70, 229, 0) 70%);
    top: -200px;
    right: -200px;
    z-index: 0;
}

.fnmsjwpodhl:after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0) 70%);
    bottom: -100px;
    left: -100px;
    z-index: 0;
}

.mtnujyl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.zhvdfgveeit {
    max-width: 600px;
}

.yxdahxjfgay {
    display: inline-block;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.fnmsjwpodhl h1 {
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.fnmsjwpodhl p {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    color: var(--dark);
    opacity: 0.9;
}

.utbpjqsrxu {
    display: flex;
    gap: 1rem;
}

.quhzxesxfc {
    position: relative;
}

.ckhfbincz {
    width: 100%;
    height: 400px;
    border-radius: var(--radius);
    object-fit: cover;
    box-shadow: var(--shadow-lg);
    border: 8px solid white;
}

/* Features Section */
.rynzkgewm {
    background-color: var(--light);
}

.ccjgbrd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.dtufupfc {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
}

.dtufupfc:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.xudzhsoh {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

/* Main Content Section */
.vskyfoeu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.kiwvovrp {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    height: 400px;
    object-fit: cover;
}

/* Testimonials */
.nojsgclalm {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
}

.fqssxzdhwkt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.nawdmjro {
    background: white;
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    position: relative;
}

.nawdmjro:before {
    content: '"';
    position: absolute;
    font-size: 5rem;
    color: var(--primary);
    opacity: 0.1;
    top: -10px;
    left: 10px;
    font-family: serif;
}

.ufrlolpbao {
    font-style: italic;
    margin-bottom: 1.5rem;
}

.fecccphu {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.zkuppyiny {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.expjjlqjotl h4 {
    margin-bottom: 0.25rem;
}

.expjjlqjotl p {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--gray);
}

/* FAQ Section */
.robojteqw {
    max-width: 800px;
    margin: 0 auto;
}

.lfqhxqvmffx {
    margin-bottom: 1rem;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.udipjtlazp {
    padding: 1.5rem;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    transition: var(--transition);
}

.udipjtlazp:hover {
    background-color: var(--light);
}

.udipjtlazp i {
    transition: var(--transition);
}

.oonkucrq {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
    background-color: white;
}

.lfqhxqvmffx.active .udipjtlazp {
    background-color: var(--light);
}

.lfqhxqvmffx.active .udipjtlazp i {
    transform: rotate(180deg);
}

.lfqhxqvmffx.active .oonkucrq {
    padding: 1.5rem;
    max-height: 500px;
}

/* CTA Section */
.hdymnejona {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    text-align: center;
    border-radius: var(--radius);
    padding: 5rem 2rem;
    margin: 0 auto;
    max-width: 1000px;
}

.hdymnejona h2 {
    color: white;
}

.hdymnejona h2:after {
    background: white;
}

.hdymnejona p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto 2.5rem;
}

.hdymnejona .ylennpnx {
    background: white;
    color: var(--primary);
    font-weight: 600;
}

.hdymnejona .ylennpnx:hover {
    background: var(--light);
    transform: translateY(-3px);
}

/* Contact Section */
.pvmaexute {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.rvkmftmgavz {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.onhophye {
    margin-bottom: 1.5rem;
}

.onhophye label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.xtcrwaxkwye {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--gray-light);
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    transition: var(--transition);
}

.xtcrwaxkwye:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

textarea.xtcrwaxkwye {
    min-height: 150px;
    resize: vertical;
}

.eszdzht {
    padding: 1rem 0;
}

.eszdzht p {
    margin-bottom: 1.5rem;
}

/* Footer */
footer {
    background-color: var(--dark);
    color: white;
    padding: 4rem 0 2rem;
}

.gyktolfueiw {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.wyfatrqeb {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    display: block;
}

.ucdgjfknlm p {
    color: rgba(255, 255, 255, 0.7);
}

.hhszxecjzyo h4, .fbnctzkn h4 {
    color: white;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.hhszxecjzyo ul {
    list-style: none;
}

.hhszxecjzyo li {
    margin-bottom: 0.75rem;
}

.hhszxecjzyo a {
    color: rgba(255, 255, 255, 0.7);
    transition: var(--transition);
}

.hhszxecjzyo a:hover {
    color: white;
    padding-left: 5px;
}

.ksyugqsw {
    display: flex;
    gap: 1rem;
}

.ksyugqsw a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: var(--transition);
}

.ksyugqsw a:hover {
    background-color: var(--primary);
    transform: translateY(-3px);
}

.pcsabqx {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    h1 {
        font-size: 3rem;
    }
    
    h2 {
        font-size: 2.25rem;
    }
    
    .mtnujyl, .vskyfoeu, .pvmaexute {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .quhzxesxfc {
        order: -1;
    }
    
    .gyktolfueiw {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    section {
        padding: 3rem 0;
    }
    
    .fnmsjwpodhl {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    
    .utbpjqsrxu {
        flex-direction: column;
    }
    
    .spfmamje {
        display: block;
    }
    
    nav ul {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        transition: var(--transition);
        z-index: 999;
    }
    
    nav ul.active {
        transform: translateY(0);
        opacity: 1;
    }
    
    .gyktolfueiw {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    .ukecueob {
        padding: 0 1rem;
    }
    
    .dtufupfc, .rvkmftmgavz {
        padding: 1.5rem;
    }
    
    .hdymnejona {
        padding: 3rem 1.5rem;
    }
}

/* --- Site generator: shared inner pages, tables, active nav, FAQ (details) --- */
main.igfwakpofhe {
    padding-top: 5.5rem;
}

section.qlhmnetjo {
    padding-top: 7rem;
    padding-bottom: 3rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
}

section.qlhmnetjo h1 {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

section.qlhmnetjo .pwjsavuoxf {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    color: var(--gray);
}

nav a[aria-current="page"] {
    color: var(--primary);
}

nav a[aria-current="page"]:after {
    width: 100%;
}

.hxgiizljyg {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

table.ecdikcjevp {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    background: white;
}

table.ecdikcjevp th,
table.ecdikcjevp td {
    border: 1px solid var(--gray-light);
    padding: 0.75rem 1rem;
    text-align: left;
    vertical-align: top;
}

table.ecdikcjevp th {
    background: var(--light);
    color: var(--dark);
    font-weight: 600;
}

table.ecdikcjevp caption {
    caption-side: top;
    padding: 0.75rem 1rem;
    font-weight: 600;
    text-align: left;
}

.dsopssdpucq {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.dsopssdpucq ul {
    padding-left: 1.25rem;
}

@media (max-width: 768px) {
    .dsopssdpucq {
        grid-template-columns: 1fr;
    }
}

details.gjnlxnmj {
    margin-bottom: 1rem;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background: white;
}

details.gjnlxnmj summary {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
}

details.gjnlxnmj summary::-webkit-details-marker {
    display: none;
}

details.gjnlxnmj[open] summary {
    background: var(--light);
}

details.gjnlxnmj .slxrvlvxkv {
    padding: 0 1.5rem 1.5rem;
}

details.gjnlxnmj .slxrvlvxkv p:last-child {
    margin-bottom: 0;
}

.rjyxvxkhbf {
    max-width: 900px;
    margin: 0 auto;
}

/* Generated layout rules */
body{background:linear-gradient(140deg, #f9fbff 0%, #f3fff9 100%);}
.dtufupfc,.nawdmjro,.rvkmftmgavz,.lfqhxqvmffx,.hxgiizljyg{border-radius:22px;}
section{padding:6rem 0;}
.hxgiizljyg{border:2px solid rgba(8,8,8,.62);background:#fff;}
table.ecdikcjevp{border-collapse:separate;border-spacing:0;}
table.ecdikcjevp th,table.ecdikcjevp td{border-right:2px solid rgba(10,10,10,.58);border-bottom:2px solid rgba(10,10,10,.58);background:#fff;}
table.ecdikcjevp tr td:first-child,table.ecdikcjevp tr th:first-child{border-left:2px solid rgba(10,10,10,.58);} 
table.ecdikcjevp thead tr:first-child th{border-top:2px solid rgba(10,10,10,.58);background:rgba(0,0,0,.14);} 
main.igfwakpofhe img,main.igfwakpofhe .kiwvovrp{display:block;width:100%;max-width:980px;height:420px;object-fit:cover;border-radius:22px;margin:1rem auto;box-shadow:var(--shadow-lg);} 
main.igfwakpofhe img{display:block;max-width:100%;} 
.fnmsjwpodhl .ckhfbincz{height:420px !important;} 
.swofflneqs{display:flex;align-items:center;justify-content:space-between;gap:.75rem;}
.swofflneqs .logo{flex:0 0 auto;min-width:0;max-width:min(75vw,280px);}
.swofflneqs a.logo{display:inline-flex;align-items:center;gap:.55rem;max-width:100%;box-sizing:border-box;}
.logo img,header a.logo>img{max-width:40px;max-height:40px;width:34px;height:34px;object-fit:contain;object-position:left center;display:block;flex:0 0 auto;box-sizing:border-box;}
.logo{display:flex;align-items:center;gap:.55rem;min-width:0;}
.yoxkmilm{position:fixed;inset:0;z-index:10001;background:rgba(0,0,0,.75);display:none;align-items:center;justify-content:center;padding:1rem;}
.wbxojjn{max-width:560px;width:100%;background:var(--dark);color:#fff;border-radius:22px;padding:1.5rem;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-lg);}
.kjuxvlylgc{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem;border-radius:12px;background:rgba(255,255,255,.08);margin-bottom:.65rem;}
.kjuxvlylgc p{margin:0;color:rgba(255,255,255,.78);font-size:.9rem;}
.ztejainbzx{width:100%;margin-top:1rem;padding:.9rem 1rem;border:0;border-radius:12px;background:linear-gradient(to right,var(--primary),var(--secondary));color:#fff;font-weight:700;cursor:pointer;}
/* Mobile-first priority layout */
html,body{max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%;}
body{font-size:16px;line-height:1.58;}
.ukecueob{padding-left:1rem;padding-right:1rem;}
section{padding:2.4rem 0;}
h1{font-size:2rem;line-height:1.2;} h2{font-size:1.55rem;} h3{font-size:1.2rem;}
.fnmsjwpodhl{padding-top:6.2rem;padding-bottom:2.4rem;}
.mtnujyl,.vskyfoeu,.pvmaexute,.dsopssdpucq{grid-template-columns:1fr !important;gap:1.2rem !important;}
.utbpjqsrxu{display:flex;flex-direction:column;gap:.8rem;}
.ylennpnx,button:not(.spfmamje),input[type="button"],input[type="submit"]{min-height:44px;padding:.82rem 1rem;width:100%;box-sizing:border-box;}
header a{min-height:44px;display:inline-flex;align-items:center;}
a:not(.ylennpnx){min-height:0;}
.hxgiizljyg{overflow-x:auto;-webkit-overflow-scrolling:touch;}
table.ecdikcjevp{font-size:.86rem;min-width:620px;}
main.igfwakpofhe img,main.igfwakpofhe .kiwvovrp,.fnmsjwpodhl .ckhfbincz{height:220px !important;object-fit:cover;}
main img,main .kiwvovrp{display:block;width:100% !important;max-width:100% !important;height:auto !important;object-fit:contain;}
@media (min-width: 900px){
  .ukecueob{padding-left:1.5rem;padding-right:1.5rem;}
  section{padding:6rem 0;}
  h1{font-size:3rem;} h2{font-size:2.2rem;} h3{font-size:1.4rem;}
  .fnmsjwpodhl{padding-top:8rem;padding-bottom:4.2rem;}
  .mtnujyl,.vskyfoeu,.pvmaexute{grid-template-columns:1fr 1fr !important;gap:2.2rem !important;}
  .utbpjqsrxu{flex-direction:row;}
  .ylennpnx,button:not(.spfmamje),input[type="button"],input[type="submit"]{width:auto;}
  table.ecdikcjevp{min-width:0;font-size:.95rem;}
  main.igfwakpofhe img,main.igfwakpofhe .kiwvovrp,.fnmsjwpodhl .ckhfbincz{height:420px !important;object-fit:cover;}
}
header{background-color:rgba(245,255,249,0.96);backdrop-filter:blur(12px);} 
.ylennpnx{letter-spacing:.02em;text-transform:uppercase;}
h1,h2{letter-spacing:-0.02em;}
