/* ---------- BASE & GLOBAL ---------- */
:root {--primary-color:#274a63;--primary-hover:#1e4560;--dark-color:#111;--light-bg:#f5f5f5;--text-color:#6c757d;--transition:all 0.3s ease;}
body {color:var(--text-color);overflow-x:hidden;padding-top:77px;scroll-behavior:smooth; font-size:16px; font-family:"Lexend",sans-serif;}

/* ---------- TYPOGRAPHY ---------- */
h1,h2,h3,h4,h5,h6 {color:var(--dark-color);font-weight:500;margin-bottom:15px;line-height:1.2;}
h1{font-size:3.5rem;} h2{font-size:2.5rem;} h3{font-size:1.8rem;} h4{font-size:1.4rem;} h5{font-size:1.2rem;} h6{font-size:1rem;text-transform:uppercase;letter-spacing:1px;}
p {font-size:1rem;color:var(--text-color);margin-bottom:1rem;line-height:1.6;}
a {color:var(--primary-color);text-decoration:none;transition:var(--transition);}
a:hover {color:var(--primary-hover);text-decoration:none;}
.light-bg {background: #ebf2ff;}
ul.list li:before {font-family: 'FontAwesome';content: '\f00c';color: #274a63;padding-right: 10px;}
a.mailing {color: #274a63;}
/* ---------- BUTTONS ---------- */
.btn {border-radius:50px;font-weight:600;padding:10px 28px;transition:var(--transition);}
.btn-primary {background-color:var(--primary-color);border:none;color:#fff;}
.btn-primary:hover {background-color:var(--primary-hover);color:#fff;}
.btn-outline-dark {border:2px solid var(--dark-color);color:var(--dark-color);background:transparent;}
.btn-outline-dark:hover {background-color:var(--dark-color);color:#fff;}
.btn-request {background-color:var(--primary-color);color:#fff;border-radius:50px;padding:8px 24px;font-weight:600;}
.btn-request:hover {background-color:var(--primary-hover);color:#fff;}
.btn-outline-white {border: 2px solid #fff;color: #fff;background: transparent;transition: all 0.3s ease;}

.btn-outline-white:hover,
.btn-outline-white:focus {background: #fff;color: var(--dark-color, #000);}
.section-heading {margin-bottom: 40px;}
.section-heading h2 {color: #212529;font-size: 2.5rem;margin-bottom: 15px !important;}
/* ---------- NAVBAR ---------- */
.navbar {background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.05);padding:10px 0;z-index:1000;}
.navbar-brand img {height:30px;}
.navbar .nav-link {font-weight:500;color:var(--dark-color)!important;margin:0 10px;transition:var(--transition);}
.navbar .nav-link:hover {color:var(--primary-color)!important;}
.dropdown-menu {padding:20px;border-radius:10px;border:none;box-shadow:0 4px 10px rgba(0,0,0,0.1);min-width:700px;}
.dropdown-menu .col-custom p {font-weight:700;font-size:0.95rem;margin-bottom:8px;color:#000!important;}
.dropdown-item {font-size:0.9rem;color:#333;padding:5px 0;transition:var(--transition);}
.dropdown-item:hover {color:var(--primary-color);background:transparent;}

/* ---------- HERO SECTION ---------- */
.custom-spacing.hero-content-box{display: flex;align-items: center; min-height: 65vh; background: linear-gradient(135deg, #f5fbfa 0%, #e8f5f4 100%);padding: 60px 0px !important;}
section.py-5.single-service {padding-top: 0px !important;}
.custom-spacing.hero-content-box .mb-5{margin-bottom: 0px!important;}
.custom-spacing.hero-content-box h1{font-size: 2.5rem;}

#hero {min-height:100vh;display:flex;align-items:center;padding:70px 0;position:relative;background-size: cover;background-position: center;background-repeat: no-repeat;}
#hero::before {content: "";position: absolute;inset: 0;background: rgba(0, 0, 0, 0.45); /* dark overlay */}

#hero .container {position: relative;z-index: 1;}
#hero h1 {font-weight:700;line-height:1.2;color:#fff;}
#hero p {max-width:550px;font-size:1.1rem;}
#hero p.lead{color:#fff !important;}
.section-title-blog-p p{position: relative;font-size: 2.25rem;color: #2c3e50;  display: inline-block;padding-bottom: 15px; font-weight: 600;line-height: 60px;}
/* ---------- CARD STYLING ---------- */
.card {border-radius:20px;backdrop-filter:blur(10px);background:#fff;border:1px solid rgba(0,0,0,0.1);transition:var(--transition);box-shadow:0 4px 10px rgba(0,0,0,0.05);}
.card:hover {transform:translateY(-5px);background:rgba(255,255,255,0.9);box-shadow:0 6px 15px rgba(0,0,0,0.1);}
.card .card-header-p{margin-bottom:0px;font-weight:500;color:#000!important;font-size:22.4px!important;}
.card p {color:var(--text-color);font-size:1rem;}
.card a {color:var(--primary-color);font-weight:600;text-decoration:none;transition:color 0.2s;}
.card a:hover {color:var(--primary-hover);}
#audit-title{font-weight: 700; color: #1a1a1a; line-height: 1.3; margin-bottom: 20px;}

/* Services Section */
.services-section {padding: 6rem 0;background: #f8f9fa;position: relative;}
.section-title h2 {font-size: 2.25rem;color: #2c3e50;margin-bottom: 1rem;}
.section-subtitle {font-size: 1.2rem;color: #6c757d;font-weight: 400;}
#services ul.row.list-unstyled li {border-right: 1px solid #e0e0e0;border-top: 1px solid #e0e0e0; padding: 0;}
#services ul.row.list-unstyled li.border-top-none {border-top: none;}
#services ul.row.list-unstyled li.border-right-none {border-right: none;}
.service-card {padding: 2rem 2rem;text-align: center;height: 100%;position: relative;overflow: hidden;}
.service-icon {width: 60px;height: 60px;background: linear-gradient(135deg, #00d4ff, #0099cc);border-radius: 12px;display: flex;align-items: center;justify-content: center;margin: 0 auto 1rem;font-size: 2rem;color: white;transition: all 0.3s ease;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}
.service-card:hover {background: #ebf2ff;}
.service-card h4 {font-size: 1.5rem;font-weight: 500;color: #2c3e50;margin-bottom: 1rem;}
.service-card p {color: #6c757d;line-height: 1.8;font-size: 16px;}
/* ---------- SECTION ANCHOR ---------- */
.section {scroll-margin-top:100px;padding:80px 0;}
.audit-section{background: #ebf2ff; padding: 80px 0;}
.audit-grid{display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; align-items: start;}
.audit-pill{display: inline-flex; align-items: center; background: #274a63; color: #fff; font-weight: 600; font-size: 14px; border-radius: 50px; padding: 8px 16px; margin-bottom: 20px;}
.audit-pill svg {width: 18px;height: 18px;}
.audit-card label {color: #274a63;font-weight: 600;}

/* ---------- FOOTER CSS ---------- */
.footer {background: #12334E; color: #fff; font-size: 16px; padding: 50px 0px 10px 0px; margin-top: 40px;}
.footer p {color: #fff !important;}
.footer h5 {color: #fff; margin-bottom: 1.25rem; font-size: 24px; font-weight: 400;}
.footer .list-unstyled {padding-left: 0; list-style: none;}
.footer .list-unstyled li a {font-size: 14px;}
.footer a {color: #fff; text-decoration: none; transition: color 0.3s ease;}
.footer a:hover {color: #5ba8db;}
.social-links a {display: flex; width: 40px; height: 40px; border-radius: 12px; text-align: center; line-height: 40px; margin-right: 1rem; transition: all 0.3s ease; color: #fff; align-items: center; gap: 10px; text-decoration: none;}
.subscribe-synaptic-newsletter {position: relative;}
.subscribe-synaptic-newsletter .form-control {background-color: transparent; padding-left: 0px; margin-bottom: 15px; border: none;}
.subscribe-synaptic-newsletter input[type="submit"] {padding: 8px 16px; border-radius: 8px; border: 1px solid transparent; background: #fff; position: absolute; right: 20px; top: 14px; cursor: pointer; font-size: 14px; font-weight: 400; line-height: 20px; color: #12334e; box-shadow: none; width: 100px;}
.synaptic-policy-list li a {color: #fff; font-size: 14px; font-weight: 400; line-height: 20px; text-transform: capitalize; display: inline-block; text-decoration: none; transition: color 0.3s ease;}
.footer-brand {display: flex; align-items: center; gap: 20px; justify-content: center;}
.footer-bg {background: white; border-radius: 8px; padding: 5px;}
.footer-bg img {width: 120px;}
.contact-info span {color: #fff;}
.synaptic-news-letter {font-size: 16px; font-weight: 500; line-height: 24px; color: #fff !important; margin-bottom: 8px !important; display: inline-block; width: 100%;}


/* Technologies Section */
.tech-section {padding: 6rem 0;}
.tech-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 2rem; margin-top: 3rem;}
.tech-item {background: #fff; border-radius: 15px; padding: 2rem 1rem; text-align: center; transition: all 0.3s ease; border: 2px solid #eee;}
.tech-item:hover {background: white; border-color: #5ba8db; transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);}
.tech-item i {font-size: 2.5rem; color: #333333; margin-bottom: 1rem; display: block;}
.tech-item:hover i {color: #5ba8db;}
.tech-item span {font-weight: 600; color: #2c3e50;}
.tech-section .owl-stage-outer {padding: 15px 0;}
.tech-carousel .owl-nav {display: none;}

/* ---------- synap-neural-cta-section ---------- */
.synap-neural-cta-section {padding: 0px 0;position: relative;background: #fff;min-height: 60vh;display: flex;align-items: center;}
.synap-cta-container {position: relative;z-index: 2;}
.synap-cta-card {background: #f1f1f1;backdrop-filter: blur(30px);border-radius: 30px;padding: 3rem;position: relative;overflow: hidden;transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.synap-cta-card:hover {border-color: #5ba8db;transform: translateY(-5px);}
.synap-cta-content {position: relative;z-index: 2;text-align: center;}
.synap-cta-title {font-size: 2.5rem;font-weight: 500;color: #212529;margin-bottom: 2rem;line-height: 1.2;position: relative;}
.synap-cta-subtitle {font-size: 1rem;color: #94a3b8;line-height: 1.7;max-width: 700px;margin: 0 auto 2rem auto;font-weight: 400;}
.synap-cta-buttons {display: flex;gap: 2rem;justify-content: center;align-items: center;flex-wrap: wrap;}
.synap-cta-button-primary {background: #5ba8db;color: #1a1a2e;border: none;padding: 1.3rem 3rem;border-radius: 50px;font-size: 1.2rem;font-weight: 700;text-decoration: none;display: inline-flex;align-items: center;gap: 1rem;transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);position: relative;overflow: hidden;text-transform: uppercase;letter-spacing: 0.5px;}
.synap-cta-button-primary::before {content: '';position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.2);transition: left 0.5s ease;z-index: 0;}
.synap-cta-button-primary:hover::before {left: 100%;}
.synap-cta-button-primary:hover {transform: translateY(-3px) scale(1.05);color: #1a1a2e;}
.synap-cta-button-secondary {background: transparent;color: #5ba8db;border: 2px solid #5ba8db;padding: 1.3rem 3rem;border-radius: 50px;font-size: 1.2rem;font-weight: 600;text-decoration: none;display: inline-flex;align-items: center;gap: 1rem;transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);position: relative;overflow: hidden;}
.synap-cta-button-secondary::before {content: '';position: absolute;top: 0;left: 0;width: 0;height: 100%;background: #5ba8db;transition: width 0.4s ease;z-index: -1;}
.synap-cta-button-secondary:hover::before {width: 100%;}
.synap-cta-button-secondary:hover {color: #1a1a2e;transform: translateY(-3px);}
.small-note {color: #333 !important;}

/* ---------- Full Stack Development CSS---------- */
.neural-path {position: relative;}
 .step-number {color: white; width:40px;height:40px; border-radius: 50%; display: flex;align-items: center;  justify-content: center; margin-bottom: 1rem;}
.benefit-card{ transition: transform 0.3s ease, box-shadow 0.3s ease;height: 100%;border: none;border-radius: 12px;  background-color: #f8f9fa;}
.benefit-card:hover {transform: translateY(-5px);box-shadow: 0 10px 25px rgba(75, 59, 255, 0.15);}
.fsd-page .feature-list li:before {position: absolute;left: 0;}   
.feature-list li::before {position: absolute;  left: 0;content: "\2713" !important; color: #274a63 !important;font-family: "FontAwesome";}

/* ---------- API Development & Integration---------- */
.api-icon {font-size: 2rem;color: var(--primary-color);margin-bottom: 1rem;}

/* ---------- Progressive Web App---------- */
 .pwa-icon {font-size: 2rem; color: var(--primary-color);margin-bottom: 1rem;}
 .industry-card { transition: all 0.3s ease;}
 .industry-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(75, 59, 255, 0.1);}

 /* ---------- Custom CMS Development---------- */
.cms-icon { font-size: 2rem; color: var(--primary-color);  margin-bottom: 1rem;}
.cms-type-card {transition: all 0.3s ease;}
.cms-type-card:hover {transform: translateY(-5px); box-shadow: 0 10px 20px rgba(75, 59, 255, 0.1);}

 /* ----------Neural Hybrid Mobile Apps---------- */
.app-icon {font-size: 2rem; color: var(--primary-color);margin-bottom: 1rem;}
.industry-card {transition: all 0.3s ease;}
.industry-card:hover {transform: translateY(-5px);box-shadow: 0 10px 20px rgba(75, 59, 255, 0.1);}
.comparison-table { background-color: white; border-radius: 12px; overflow: hidden;}
.comparison-table th { background-color: #545454;color: white;}

 /* ----------API for mobile application---------- */
  .integration-card {border-left: 4px solid var(--primary-color);transition: all 0.3s ease;}
  .integration-card:hover { transform: translateY(-5px);box-shadow: 0 10px 20px rgba(75, 59, 255, 0.1);}
  .benchmark-card { background-color: rgba(75, 59, 255, 0.03); border-radius: 12px; border-top: 4px solid var(--primary-color);}

/* ----------.NET Backend Development---------- */
 .highlight { color: #007bff;font-weight: 600}

 /* ----------.NET Backend Development---------- */

 .spd-page .tech-card {background: linear-gradient(145deg, #fff, #f1f3f6);}

 /* ----------Application Support & Monitoring---------- */
 .asm-page .custom-spacing.bg-light.support-process-section{padding: 60px 20px 50px !important;}
.custom-spacing.bg-light.rounded-3{ padding: 60px 20px 50px !important;}


 /* ----------About Us CSS---------- */
.hero-section.aboutus-hero{display: flex;align-items: center;justify-content: center; padding: 60px 0px; position: relative;background: linear-gradient(135deg, #f5fbfa 0%, #e8f5f4 100%)}
.hero-section {display: flex;align-items: center;justify-content: center;position: relative;}
.stat-item-about {text-align: center;padding: 30px;background: #fff;border-radius: 20px;border: 1px solid rgb(63 63 63 / 15%);;min-width: 160px;transition: all 0.3s ease;}
.stat-item-about:hover {transform: translateY(-5px);}

 /* ----------Blog CSS---------- */

.blog-container {display: flex;align-items: center;justify-content: center;background:linear-gradient(135deg, #f5fbfa 0%, #e8f5f4 100%);color: white;padding:60px 0px;text-align: center;}
.search-btn {position: absolute;right: 8px;top: 50%;transform: translateY(-50%);background: #274a63;color: white;border: none;padding: 0.7rem 1.5rem;border-radius: 50px;cursor: pointer;font-weight: 600;transition: all 0.3s ease;}
.search-box {background: #fff;width: 100%;padding: 1rem 1.5rem;border: none;border-radius: 50px;font-size: 1rem;transition: all 0.3s ease;}
.search-box:focus {outline: none;transform: translateY(-2px);box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);}
.search-btn:hover{transform: translateY(-50%) scale(1.05);}
.search-container {max-width: 500px;margin: 0 auto;position: relative;}
.blog-content {max-width: 800px;margin: 0 auto;position: relative;z-index: 1;}
.blog-container h1 {font-weight: 500;margin-bottom: 1rem;font-size: 52px;color: #2c3e50;}
.blog-container p {font-size: 1.2rem;opacity: 0.9;margin-bottom: 2rem;font-weight: 300;}
#blog {background: #fafafa;}
.blog-post-row {background: white;border-radius: 20px;padding: 20px;box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);}
.blog-post-wrap .blog-post-row .Post-meta .read-more {color: #274a63;font-size: 16px;}
/* Portfolio Grid */
.portfolio-hero {margin-top: 0px;background: linear-gradient(135deg, #f5fbfa 0%, #e8f5f4 100%);}
.portfolio-section {position: relative;background: #fafafa;}
.project-card {background: rgba(255, 255, 255, 0.05);border: 2px solid #eee;border-radius: 20px;overflow: hidden;transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);position: relative;backdrop-filter: blur(20px);height: 100%;}
.project-card::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;/* background: white; */opacity: 0;transition: opacity 0.3s;}
.project-card:hover::before {opacity: 1;}
.project-card:hover {border-color: rgba(6, 182, 212, 0.5);}
.project-image {position: relative;overflow: hidden;height: 250px;}
.project-image img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.5s;filter: brightness(0.8);}
.project-card:hover .project-image img {transform: scale(1.1);filter: brightness(1);}
.project-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(45deg, rgba(6, 182, 212, 0.8), rgba(139, 92, 246, 0.8));display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s;}
.project-card:hover .project-overlay {opacity: 1;}
.project-body {padding: 20px;position: relative;z-index: 2;background: #fff;}
.project-title a {font-size: 1.35rem;font-weight: 700;margin-bottom: 1rem;color: #6c6c6c !important;text-decoration: none;}
.col-md-4.portfolio-item {margin-bottom: 30px;}
.project-description { color: #6c6c6c;margin-bottom: 15px;line-height: 1.6; min-height: 105px;}
.project-title {min-height: 50px;}
.tech-badges {display: flex;flex-wrap: wrap;margin-bottom: 2rem;}
.project-tech {min-height: 120px;}
.tech-badge {background: #fff !important;color: #274a63 !important;font-size: 0.8rem; position: relative;overflow: hidden; border: 1px solid #274a63 !important;}
.tech-badge::before {content: '';position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition: left 0.5s;}
.tech-badge:hover::before {left: 100%;}
.view-btn {background: #274a63;border: none;padding: 0.75rem 1rem;border-radius: 50px;color: white;font-weight: 600;transition: all 0.3s;position: relative;overflow: hidden;text-decoration: none; display: inline-block;}
.view-btn::before {content: '';position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition: left 0.5s;}
.view-btn:hover::before {left: 100%;}
.view-btn:hover {transform: translateY(-2px);color: #fff;}
/*==========  Service Single Page Css ==============*/
.section-header {position: relative;margin-bottom: 40px;font-size: 2.1rem; color: #212529; text-align: center;}
.fw-bold {font-weight: 500 !important;}
.process-step {position: relative;padding-left: 3rem;margin-bottom: 3rem;}
.process-step:before { content: attr(data-step);position: absolute;left: 0; top: 0;font-size: 2.5rem;font-weight: 700; color: rgba(75, 59, 255, 0.15);}
.benefit-card {transition: transform 0.3s ease, box-shadow 0.3s ease;height: 100%; border: none;border-radius: 12px;background-color: #f8f9fa;}
.benefit-card:hover {transform: translateY(-5px);box-shadow: 0 10px 25px rgba(75, 59, 255, 0.15);}
.feature-list {list-style-type: none;padding-left: 0;}
.feature-list li {padding-left: 2rem;position: relative;margin-bottom: 0.75rem;}
.feature-list li:before {content: "→";position: absolute;left: 0;color: #4b3bff;font-weight: bold;}
.cta-section {background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);border-radius: 12px;border-left: 5px solid #4b3bff;}
.btn-outline-primary {color: #4b3bff;border-color: #4b3bff;}
.btn-outline-primary:hover {background-color: #4b3bff;border-color: #4b3bff;}
.neural-path {position: relative;}
.neural-path:before {content: "";position: absolute;left: -20px;top: 0;bottom: 0;width: 3px;background: linear-gradient(to bottom, #4b3bff, #6c5ce7);border-radius: 3px;}
.step-number {background-color: #4b3bff;color: white; width: 40px;height: 40px;border-radius: 50%;display: flex; align-items: center; justify-content: center;margin-bottom: 1rem;}
.api-page section.tech-stack, .fsd-page section.tech-stack{margin-top: 60px;}
.maintenance-ongoing {background: #274a632e;padding: 40px!important;border-radius: 20px;border: 1px solid #274a63;}
.why-synaptic-box{padding: 40px 20px;border-radius: 10px;}
.authentication-box {background-color: #f8f9fa;padding: 25px;border-radius: 20px;}
.support-process-section {padding: 40px;border-radius: 20px;}
.Specializations-wrapper{padding: 40px;border-radius: 20px;}
#Industry-Specific-test .custom-padding{padding: 40px; border-radius: 20px;}
.feature-list {list-style: none;padding-left: 10px !important;}
.maintainance-list {display: flex;flex-wrap: wrap;gap: 20px;list-style: none;padding: 0;margin: 0;justify-content: center;width: 100%;}
.maintainance-list li {background: #fff;border-radius: 15px;flex: 0 0 auto;width: 48%;padding: 15px 25px;display: flex;align-items: center;transition: transform .3s, box-shadow .3s;border: 1px solid rgba(255, 255, 255, .3);font-size: 16px;font-weight: 500;}
.maintainance-list i.bi.bi-check.me-2 {font-size: 24px;color: #274a63}
.synap-process-timeline{position:relative;z-index:2}.synap-cta-card,.synap-step-card{backdrop-filter:blur(20px);overflow:hidden}.synap-timeline-section{background:#fff;padding:100px 0;position:relative;min-height:100vh}.section-heading p{font-size:1.3rem;color:#94a3b8;max-width:700px;margin:0 auto;line-height:1.8}.synap-timeline-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#5ba8db 0,#5ba8db 30%,#5ba8db 60%,#5ba8db 100%);transform:translateX(-50%);z-index:1}.synap-process-step{position:relative;margin-bottom:4rem;opacity:0;animation:.8s forwards fadeInUp}.synap-process-step:first-child{animation-delay:.1s}.synap-process-step:nth-child(2){animation-delay:.2s}.synap-process-step:nth-child(3){animation-delay:.3s}.synap-process-step:nth-child(4){animation-delay:.4s}.synap-process-step:nth-child(5){animation-delay:.5s}.synap-process-step:nth-child(6){animation-delay:.6s}.synap-process-step:nth-child(7){animation-delay:.7s}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.synap-step-card{background:#fff;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;transition:.4s cubic-bezier(.4, 0, .2, 1);position:relative;width:45%;box-shadow:rgba(50,50,93,.25) 0 2px 5px -1px,rgba(0,0,0,.3) 0 1px 3px -1px}.synap-step-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(0,245,255,.05) 0,rgba(114,9,183,.05) 100%);opacity:0;transition:opacity .4s;z-index:0}.synap-cta-card::before,.synap-step-icon::after,.synap-step-icon::before{content:'';position:absolute;z-index:-1}.synap-step-card:hover::before{opacity:1}.synap-step-card:hover{transform:translateY(-10px) scale(1.02)}.synap-step-left{margin-left:0}.synap-step-right{margin-left:55%}.synap-step-icon{position:absolute;left:50%;top:2rem;transform:translateX(-50%);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;transition:.4s}.synap-step-icon::before{inset:-5px;border-radius:50%;background:conic-gradient(from 0deg,#5ba8db,#5ba8db,#5ba8db,#5ba8db,#5ba8db);animation:4s linear infinite rotate}.synap-step-icon::after{inset:2px;background:#1a1a2e;border-radius:50%}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.synap-step-card:hover .synap-step-icon{transform:translateX(-50%) scale(1.1) rotateY(180deg)}.synap-step-icon i{font-size:2rem;color:#5ba8db;z-index:2;text-shadow:0 0 20px currentColor}.synap-step-number{position:absolute;right:1.5rem;top:1.5rem;width:50px;height:50px;border-radius:15px;background:rgba(0,245,255,.1);border:2px solid #5ba8db;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;color:#5ba8db;z-index:2}.synap-step-content{margin-top:1.5rem;position:relative;z-index:2}.synap-step-title{font-size:1.8rem;font-weight:700;color:#1d1c1c;margin-bottom:1.5rem;text-align:center}.synap-step-list{list-style:none;padding:0;margin:0}.synap-step-list li{padding:1rem 0 1rem 2.5rem;color:#434344;font-size:1.1rem;position:relative;transition:.3s;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:0px;margin-bottom:0px;}.synap-step-list li:last-child{border-bottom:none}.synap-step-list li:hover{color:#434344;transform:translateX(10px)}.synap-step-list li:hover::before{background:var(--neural-pink);box-shadow:0 0 20px var(--neural-pink);transform:scale(1.3)}@keyframes particle{0%{opacity:0;transform:translateY(100vh) translateX(0)}10%,90%{opacity:1}100%{opacity:0;transform:translateY(-10vh) translateX(100px)}}.synap-cta-section{margin-top:5rem;text-align:center;position:relative;z-index:2}.synap-cta-card{background:#f2f2f2;border-radius:25px;padding:4rem 3rem;position:relative}.synap-cta-title{font-size:2rem;font-weight:500;color:#212529;text-align:center}@media only screen and (max-width:767px){.synap-step-list li{font-size:1rem;padding:1rem 0 0 2.5rem}.synap-step-card{width:100%}.synap-step-title{font-size:22px;margin-bottom:1rem;margin-top:1rem}.synap-step-number{width:40px;height:40px;left:1.5rem;top:1rem}.synap-step-right{margin-left:0}.synap-step-icon,.synap-timeline-line{display:none}.benefit-card:hover .step-number {background:#274a63!important;}}
.support-wrapper { min-height: 225px;}
#Industry-Specific-test .bg-white.rounded {min-height: 300px;}
.testing-process-wrapper{padding: 40px;border-radius: 20px;}
.story-card {padding: 20px;}
section.section.custom-spacing.value-section{ margin-bottom: 30px;}
.search-blog h3{font-size:22px;text-align: center;font-style: italic;margin-bottom: 30px;}
.subscribe-synaptic-newsletter input[type="submit"]
 
 {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #fff;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #12334e;
    box-shadow: none;
    width: 100px;
}
 
.subscribe-synaptic-newsletter form {
    position: relative;
}
 
/* ---------- RESPONSIVE ---------- */
@media (max-width:991px){

}
@media only screen and (max-width: 1199px) {
#portfolio .portfolio-gallery ul li {width: 33.33%;float: left;padding: 2px;margin: 0;}
}

@media only screen and (max-width: 1024px) {
.container {padding: 0 15px;}
	.synaptic-hero-section{padding:58px 0 20px !important;}	
#portfolio .container,
#header .container {padding: 0;}
#logo {margin-top: 8px;}
#services .service-col {min-height: 250px;padding: 15px 15px 30px 15px;}
.newsletter-signup form {width: 100%;}
.post-item .post-info {padding: 5px;}
.img-holder .bg-img {padding: 242px 0;}
#main-services .txt-holder {min-height: 484px;}
.audit-grid {grid-template-columns: 1fr;}
.p-4 {padding: .725rem !important;}
}

@media only screen and (max-width: 991px) {
  #hero{text-align:center;}
  #hero h1{font-size:2.5rem;}
  .btn{width:100%;margin-bottom:10px;}
  .dropdown-menu{min-width:100%;}
  h1{font-size:2.2rem;} h2{font-size:1.8rem;}
#services .service-col {min-height: 300px;}
#portfolio .portfolio-gallery ul li {width: 49.9%;}
#nav ul li a {font-size: 13px;padding: 25px 4px;}
#nav ul li.request-proposal a {margin: 14px 0 0 0px;}
#top-section.aboutus {min-height: 0;}
.img-holder .bg-img {padding: 232px 0;}
#main-services .txt-holder {min-height: 464px;}
.feature-list{padding-left: 0px!important;}
.authentication-box {margin-bottom: 30px;}
.display-5 {font-size: calc(1.425rem + 1.5vw);}
.synap-cta-buttons{gap: 1rem;}
}

@media (max-width: 980px) {
.process-step {padding-left: 1.5rem;}
}

@media only screen and (max-width: 767px) {
body{padding-top: 0px;}
#hero{margin-top: 70px!important;}
.custom-spacing.hero-content-box h1 {font-size: 2.25rem;}
#logo {margin-top: 0;padding: 0;}	
.box-wrapp .navbar{padding: 5px 0 5px;}
.navbar-toggler{padding: 3px 6px;}	
.navbar-toggler:focus{box-shadow:none;}	
/*.navbar-toggler-icon{background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}*/
ul.navbar-nav.mx-auto {margin: 10px 0;background: #ffffff;border-radius: 8px;}
.box-wrapp .navbar .btn-request{margin: 10px 0 15px; width: 100%;}
#audit-container {padding: 15px 0;}	
.support-wrapper { min-height: auto;}
.navbar-expand-lg .navbar-nav .dropdown-menu{position:static; height: 200px; overflow-y: scroll; padding: 15px 0;box-shadow: none;}
.navbar-expand-lg .navbar-nav .dropdown-menu .container{width:100%;}	.navbar-expand-lg .navbar-nav .dropdown-menu .container .row{display: block;}
.col-custom {width: 100%;margin-bottom: 20px;}
#Industry-Specific-test .custom-padding {padding: 15px;}
.custom-spacing {padding: 30px 0px 30px !important;}	
.service-card{padding:0;}	
#Industry-Specific-test .bg-white.rounded {min-height:auto;}
.section-title h2 {font-size: 2rem;line-height: 42px;}
.why-us-grid {grid-template-columns: 1fr;gap: 1.5rem;}
.stats-grid {grid-template-columns: repeat(2, 1fr);gap: 1rem;}
.stat-number{font-size: 2.5rem;}
.synaptic-hero-cards {order: -1;}
.img-holder .bg-img {padding: 254px 0;}
#main-services .txt-holder {min-height: 508px;}
.synaptic-hero-content {display: block;padding: 40px 15px 0;text-align: left;}
.synaptic-hero-subtitle {font-size: 1rem;}	
.synaptic-hero-cta {justify-content: center;}
.synaptic-hero-text {margin-bottom: 60px;}
.synaptic-hero-title {font-size: 36px;}
#top-section #hero-section-txt {display: block;}
#top-section #hero-section-txt h3 {font-size: 20px;}
#top-section #hero-section-txt h1 {font-size: 32px;margin: 30px 0;}
#top-section #slider {display: none;}
#footer .footer-links {margin-bottom: 20px;}
#portfolio .portfolio-gallery ul li {width: 100%;}
#services .service-col {width: 100%;min-height: 0;}
#our-skill .col-6 {width: 100%;}
#blogsection .col-4 {width: 100%;}
#footer [class*=col-] {width: 100%;}
#top-section {min-height: 400px;}#slider {padding: 45px 0;}
#slider .slide-content h2 {font-size: 30px;}
.slide-content.txt-center>p {font-size: 13px;line-height: normal;}
#logo img {max-width: 200px;}
.section-title {font-size: 36px;}
.navicon {display: block;}
#nav ul {display: none;position: absolute;left: 0;right: 0;background: #f1f1f1;width: 100%;padding: 15px 0;top: 100%;}
#nav ul li {float: none;}
#nav ul li a {padding: 8px 15px;font-size: 14px;}
#nav ul li>ul {position: static;background: none;display: block;padding: 0;float: none;}
#nav ul li>ul li a {color: #666;width: 100%;padding: 8px 25px;}
#nav ul li>ul li a:hover {color: #42a5ca;}
#nav ul li.request-proposal a {text-align: center;margin: 10px auto;max-width: 200px;}
#quickcontact-window .window-content {padding: 30px;}
#quickcontact-window {width: 330px;right: 15px;}
#aboutus .col-7,#aboutus .col-5 {width: 100%;}#aboutus .img-wrap {text-align: center;}
#main-services .col-6 {width: 100%;}#service-detail .col-7,#service-detail .col-5 {width: 100%;}
#service-detail .img-wrap {text-align: center;}
#contact .col-8,#contact .col-4 {width: 100%;}
#contact .form .form_group.col-6 {width: 100%;}
#contact .form {padding: 15px 10px;}
#blog .col-8,#blog .col-4 {width: 100%;}
.blog-post-row .col-4,.blog-post-row .col-8 {width: 100%;}
.quotation-frm .form_group.col-6 {width: 100%;}
#work-process .line h3 {display: block;}
#work-process .hide-sm {display: none;}
#work-process .line {border-top: none;}
#work-process .line .col-2 {width: 50%;min-height: 200px;}
.img-holder .bg-img {padding: 150px 0;}
.blog-post-wrap .post-info .share-post {float: none;margin-top: 15px;padding-left: 10px;}
.cta-container {flex-direction: column;align-items: center;}
.cta-btn {width: 80%;justify-content: center;}
.holo-element {display: none;}
.main-content {padding: 0px;margin-top: 58px;}
.stats-hero {margin-top: 40px; gap: 15px; flex-direction: column;}	
.stat-item-about {padding: 20px;min-width: 140px;}
.story-card,.value-card,.team-stat {max-width: 100%;}
.team-stats,.cta-section {padding: 40px 20px!important;}
.process-grid {display: block;grid-template-columns: repeat(2, 1fr);gap: 1.5rem;}
.synap-cta-title {font-size: 2.5rem;}
.synap-cta-subtitle {font-size: 1.1rem;}
.synap-cta-buttons {gap: 1rem;}
.synap-cta-button-primary,.synap-cta-button-secondary {justify-content: center;}
.synap-neural-stats {gap: 2rem;}
.synap-stat-number {font-size: 2.5rem;}
.synap-cta-card {padding: 1rem .75rem;}
.synap-cta-title {font-size: 1.75rem;font-weight: 500;color: #212529;}
.synap-neural-stats {gap: 2rem;}
.synap-stat-number {font-size: 2.5rem;}
.vision_mainss {flex-direction: column;}
.technology-tb-wrapper {flex-direction: column;padding: 0px 20px;}
section.custom-spacing.story-section{padding: 30px 20px 30px !important;}
.vision_headingleft h2 {font-size: 48px;}
.hero-section.py-5.aboutus-hero{padding-left: 20px!important;padding-right: 20px!important;}
.aboutus-content.portfolio-content {top: 60px;}
.col-tabs-m {.tab-content {padding: 30px 0px !important;}}
.section-header { margin-bottom: 1.5rem !important;font-size: 1.75rem !important;}
.benefit-card {padding: 0 !important;}
.benefit-card p { margin-bottom: 0 !important;text-align: center;}
.process-step { position: relative;padding-left: 1rem !important;margin-bottom: 1.6rem !important;}
.card.industry-card {padding: 0 !important;}
.card.industry-card .card-body {padding: 15px !important;}
.maintainance-list li{width: 100%;}
#services.custom-spacing {padding: 0px !important;}
.container.portfolio-archive.custom-spacing {padding: 60px 15px 50px !important;}
.hero-section {padding: 40px 0px !important; min-height: 60vh; margin-top: 0px;}
#technologies{display: none;}
.why-us-card {min-height: 370px;padding: 1rem 1rem;}
section.why-us-section.custom-spacing .section-title-left { margin-bottom: 50px;}
.desktop-view{display: none;}
.mobile-view{display: block;}
#faqAccordion{padding:0;}
.row .col-md-6.col-sm-6.skills-item-repre:first-child {margin-bottom: 30px;}
.hero-section.portfolio-hero{padding: 40px 15px !important;min-height: 70vh;margin-top: 30px;top: -40px;}
.section-subtitle{font-size: 16px;}
.lead{font-size: 16px;}
.feature-list li {font-size: 16px;}
.synaptic-hero-cta{flex-direction:column;align-items:center;gap:20px;margin-bottom:30px;}
.synaptic-hero-cta br{display: none;}	
.synaptic-btn {width: 100%;justify-content: center;max-width: 280px;}
#top-section.inner.aboutus {min-height: 0;padding: 85px 0 10px;}
#top-section.frontend-development,
#top-section.app-development,
#top-section.dedicated-development {background-size: auto;}
#filter ul {padding: 0 15px;}
#filter ul li a {display: block;}
.vision_headingleft h2 {font-size: 32px;line-height: 42px; text-align: center; font-weight: 500;}
.vision_contentright a{margin:0 auto;}	
.vision_mainss {gap: 0px;}
.vision_contentright p {font-size: 16px;}
.section-title-left h2 {line-height: 48px; font-size: 32px;text-align: center;}
.section-title-left h2 br {display: none;}	
.service-card p {color: #415c71 !important;line-height: 28px;font-size: 16px;font-weight: 400;}	
.post-item .post-meta h4 a{font-size: 18px; line-height: 32px;}	
.footer{padding: 50px 0px 10px 0px;}	
.post-item .post-meta h4 {margin: 0;}
.why-us-carousel .owl-nav {text-align: center; margin-top: 25px;}
#services ul.row.list-unstyled li {border-right: none;border-top: none;}	
main {margin-top: 58px;}	
section.py-5.single-service {padding: 0px 0 !important;}
.process-step h3{font-size: 1.25rem}
.col-10 {width: 100%;}
.sidebar-col { margin-top: 20px;}	
.pgi-page .why-synaptic-box{margin-bottom: 40px;}
.hero-content-box .btn {width: auto;}
.hero-section.aboutus-hero.portfolio-wrapper {padding: 100px 0px 60px 0px !important;}
}
@media only screen and (max-width:575px){
 .custom-spacing.hero-content-box h1 {font-size: 2rem;}
.blog-post-wrap p{font-size:16px;}
.blog-post-wrap .blog-post-row .Post-meta h2{font-size:18px;}
.support-process-section{padding: 15px;}
.lpts-page .bg-light.p-5{padding: 1rem !important;}
#hero h1 {font-size:32px;line-height: 1.3}
.btn{font-size: 15px; padding: 12px 18px; min-height: 44px;}
#hero p { font-size: 1rem;}
.card .card-header-p { font-size: 20px !important;}
.vision_contentright a {font-size: 18px;margin-top: 24px !important;line-height: normal;}
.section-heading h2{font-size: 28px;font-weight: 500;line-height: 1.3;}
.section-title-left h2{font-size: 28px;font-weight: 500;line-height: 1.3;}
.tech-item{padding: 1.5rem .5rem;}
.owl-carousel.why-us-carousel .why-us-card {min-height: 250px;}
.owl-carousel.why-us-carousel .why-us-card .card-description{font-size:16px;}
.owl-carousel.why-us-carousel .owl-dots{display: none;}
section.why-us-section.custom-spacing .section-title-left {margin-bottom: 30px;}
.audit-card {padding: 16px;}
.faq-section .section-heading p {font-size: 1rem; line-height: 1.3;}
section.custom-spacing.story-section {padding: 30px 0px 30px !important;}
.section-title h2 {font-size: 28px;}
.team-stats, .cta-section {padding: 30px 0px 30px !important;}
.cwa-page .card-title{text-align: center;}
#advantage-section{text-align: center;}
#advantage-section .step-number{margin: 0 auto 1rem auto !important;}
#advantage-section .g-4, .gy-4 {--bs-gutter-y: 1.rem;}
.card.tech-card.h-100.p-4.text-center {padding: 1.5rem!important;}
.ced-page .card.benefit-card.p-4.h-100 .card-body h3.h5.card-title.text-start{ text-align: center !important;}
.Specializations-wrapper {padding: 20px 15px;}

}
@media only screen and (max-width:460px){
.ccms-page .custom-spacing.hero-content-box a.btn.btn-primary.btn-lg.px-4{margin-bottom:15px;}
.single-service h3{ font-size: 22px; color: #000;}
} 
@media only screen and (max-width:420px){
.maintenance-ongoing {padding: 10px!important;}
.hero-section.portfolio-hero{padding:40px 15px!important;min-height:75vh;margin-top:0;top:-40px;}
.custom-spacing.hero-content-box .mt-3 a.btn.btn-primary.btn-lg.px-4{margin-bottom:15px;}
a.navbar-brand img { width: 175px;}
.navbar-brand img { height: 35px;}
}
@media only screen and (max-width:375px){
.hero-section.portfolio-hero{padding:40px 15px!important;min-height:80vh;margin-top:0;top:-50px;}
.blog-post-wrap .post-info{font-size:14px;}
}
@media (max-width:680px){
.audit-list{grid-template-columns:1fr;}
}