/* ============================================
   Heer Digital Services - Custom Styles
   ============================================ */

/* Partner Badge in Navbar */
.heer-partner-badge {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   background: rgba(43, 77, 255, 0.12);
   border: 1px solid rgba(43, 77, 255, 0.3);
   border-radius: 20px;
   padding: 4px 12px;
   font-size: 12px;
   font-weight: 600;
   color: #2B4DFF;
   letter-spacing: 0.3px;
   white-space: nowrap;
}
.heer-partner-badge i { font-size: 10px; }

/* Nivortech Partner Section */
.heer-partner-section {
   background: linear-gradient(135deg, #0A165E 0%, #1a2a8a 50%, #2B4DFF 100%);
   padding: 80px 0;
   position: relative;
   overflow: hidden;
}
.heer-partner-section::before {
   content: '';
   position: absolute;
   top: -50%;
   right: -10%;
   width: 500px;
   height: 500px;
   background: rgba(255,255,255,0.04);
   border-radius: 50%;
}
.heer-partner-inner {
   background: rgba(255,255,255,0.07);
   border: 1px solid rgba(255,255,255,0.15);
   border-radius: 20px;
   padding: 50px 40px;
   position: relative;
   z-index: 1;
}
.heer-partner-label {
   display: inline-block;
   background: rgba(236,176,20,0.2);
   border: 1px solid rgba(236,176,20,0.5);
   color: #ECB014;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 1.5px;
   text-transform: uppercase;
   padding: 5px 14px;
   border-radius: 20px;
   margin-bottom: 16px;
}
.heer-partner-title {
   font-size: 36px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 16px;
   font-family: 'Outfit', sans-serif;
}
.heer-partner-title span { color: #ECB014; }
.heer-partner-desc {
   color: rgba(255,255,255,0.75);
   font-size: 16px;
   line-height: 1.7;
   margin-bottom: 30px;
}
.heer-partner-services {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   margin-bottom: 30px;
}
.heer-partner-tag {
   background: rgba(255,255,255,0.1);
   border: 1px solid rgba(255,255,255,0.2);
   color: #fff;
   padding: 6px 16px;
   border-radius: 20px;
   font-size: 13px;
   font-weight: 500;
   transition: all 0.3s;
}
.heer-partner-tag:hover {
   background: #2B4DFF;
   border-color: #2B4DFF;
}
.heer-partner-logo-box {
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(255,255,255,0.08);
   border: 1px solid rgba(255,255,255,0.15);
   border-radius: 16px;
   padding: 40px 30px;
   height: 100%;
   min-height: 220px;
}
.heer-partner-logo-text {
   text-align: center;
}
.heer-partner-logo-text h2 {
   font-size: 42px;
   font-weight: 800;
   color: #fff;
   font-family: 'Outfit', sans-serif;
   letter-spacing: -1px;
}
.heer-partner-logo-text h2 span { color: #ECB014; }
.heer-partner-logo-text p {
   color: rgba(255,255,255,0.6);
   font-size: 13px;
   margin-top: 8px;
   letter-spacing: 1px;
   text-transform: uppercase;
}

/* Services Section - Two Categories */
.heer-services-tab-nav {
   display: flex;
   gap: 12px;
   justify-content: center;
   margin-bottom: 50px;
   flex-wrap: wrap;
}
.heer-tab-btn {
   padding: 12px 32px;
   border-radius: 50px;
   border: 2px solid #e0e0e0;
   background: transparent;
   font-size: 15px;
   font-weight: 600;
   color: #585B6F;
   cursor: pointer;
   transition: all 0.3s;
   font-family: 'Outfit', sans-serif;
}
.heer-tab-btn.active,
.heer-tab-btn:hover {
   background: #2B4DFF;
   border-color: #2B4DFF;
   color: #fff;
}
.heer-tab-btn.nivortech-btn.active,
.heer-tab-btn.nivortech-btn:hover {
   background: #0A165E;
   border-color: #0A165E;
   color: #fff;
}
.heer-services-pane { display: none; }
.heer-services-pane.active { display: block; }

.heer-category-label {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: #f0f3ff;
   border: 1px solid #d0d8ff;
   color: #2B4DFF;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 1px;
   text-transform: uppercase;
   padding: 5px 14px;
   border-radius: 20px;
   margin-bottom: 20px;
}
.heer-category-label.nivortech {
   background: #f0f1f8;
   border-color: #c0c5e8;
   color: #0A165E;
}

/* Enhanced Service Cards */
.single-service-item {
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.single-service-item:hover {
   transform: translateY(-6px);
   box-shadow: 0 20px 50px rgba(43,77,255,0.12);
}

/* About Intro Section */
.heer-about-intro {
   background: #fff;
   border-left: 4px solid #2B4DFF;
   padding: 24px 28px;
   border-radius: 0 12px 12px 0;
   margin-bottom: 30px;
}
.heer-about-intro h5 {
   font-size: 18px;
   font-weight: 700;
   color: #0A165E;
   margin-bottom: 10px;
   font-family: 'Outfit', sans-serif;
}
.heer-about-intro p {
   color: #585B6F;
   font-size: 15px;
   line-height: 1.7;
   margin: 0;
}

/* Footer Partner Line */
.heer-footer-partner {
   display: flex;
   align-items: center;
   gap: 8px;
   margin-top: 12px;
   padding-top: 12px;
   border-top: 1px solid rgba(255,255,255,0.1);
   font-size: 12px;
   color: rgba(255,255,255,0.5);
}
.heer-footer-partner span {
   color: #ECB014;
   font-weight: 600;
}

/* Contact Form Enhancements */
.heer-contact-info-card {
   background: #f8f9ff;
   border: 1px solid #e8ecff;
   border-radius: 12px;
   padding: 24px;
   margin-bottom: 20px;
   display: flex;
   align-items: flex-start;
   gap: 16px;
   transition: all 0.3s;
}
.heer-contact-info-card:hover {
   border-color: #2B4DFF;
   box-shadow: 0 8px 24px rgba(43,77,255,0.1);
}
.heer-contact-info-card .icon {
   width: 48px;
   height: 48px;
   background: #2B4DFF;
   border-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
   color: #fff;
   font-size: 18px;
}
.heer-contact-info-card .info h5 {
   font-size: 14px;
   font-weight: 700;
   color: #0A165E;
   margin-bottom: 4px;
   font-family: 'Outfit', sans-serif;
}
.heer-contact-info-card .info p,
.heer-contact-info-card .info a {
   font-size: 14px;
   color: #585B6F;
   margin: 0;
   text-decoration: none;
}
.heer-contact-info-card .info a:hover { color: #2B4DFF; }

/* Form success/error messages */
#form-message {
   padding: 12px 20px;
   border-radius: 8px;
   margin-top: 16px;
   display: none;
   font-size: 14px;
   font-weight: 500;
}
#form-message.success {
   background: #d4edda;
   color: #155724;
   border: 1px solid #c3e6cb;
   display: block;
}
#form-message.error {
   background: #f8d7da;
   color: #721c24;
   border: 1px solid #f5c6cb;
   display: block;
}

/* Responsive */
@media (max-width: 768px) {
   .heer-partner-title { font-size: 26px; }
   .heer-partner-inner { padding: 30px 20px; }
   .heer-partner-logo-box { min-height: 160px; margin-top: 30px; }
   .heer-partner-logo-text h2 { font-size: 30px; }
}

/* ============================================
   Logo Constraints — Header & Footer
   ============================================ */

/* Header logo wrapper */
.tv-header-logo {
   display: flex;
   align-items: center;
   height: 100%;
}

/* Header logo image — constrained so it never overflows */
.tv-header-logo a {
   display: inline-flex;
   align-items: center;
   line-height: 1;
}
.tv-header-logo img {
   display: block;
   width: auto;
   max-width: 160px;
   max-height: 48px;
   height: auto;
   object-fit: contain;
}

/* Sticky header — slightly smaller */
.header-sticky .tv-header-logo img {
   max-height: 40px;
   max-width: 140px;
}

/* Offcanvas sidebar logo */
.itoffcanvas__logo img {
   display: block;
   width: auto;
   max-width: 150px;
   max-height: 44px;
   height: auto;
   object-fit: contain;
}

/* Footer logo */
.tv-footer-widget-logo a {
   display: inline-flex;
   align-items: center;
   line-height: 1;
}
.tv-footer-widget-logo img {
   display: block;
   width: auto;
   max-width: 160px;
   max-height: 52px;
   height: auto;
   object-fit: contain;
}

/* Search popup logo */
.search__logo img {
   display: block;
   max-width: 130px;
   max-height: 38px;
   width: auto;
   height: auto;
   object-fit: contain;
}

/* Mobile — tighter constraints */
@media (max-width: 1199px) {
   .tv-header-logo img {
      max-width: 140px;
      max-height: 42px;
   }
}

@media (max-width: 767px) {
   .tv-header-logo img {
      max-width: 120px;
      max-height: 36px;
   }
   .tv-footer-widget-logo img {
      max-width: 130px;
      max-height: 44px;
   }
   .itoffcanvas__logo img {
      max-width: 120px;
      max-height: 38px;
   }
}

@media (max-width: 480px) {
   .tv-header-logo img {
      max-width: 100px;
      max-height: 32px;
   }
}

/* ============================================
   Contact Page — Full Redesign
   ============================================ */

.heer-contact-section {
   padding: 100px 0 80px;
   background: #f7f8fc;
}

/* Left info panel */
.heer-contact-info-wrap {
   padding-right: 20px;
}
.heer-contact-heading {
   font-family: 'Outfit', sans-serif;
   font-size: 32px;
   font-weight: 700;
   color: #0A165E;
   margin: 10px 0 14px;
   line-height: 1.25;
}
.heer-contact-subtext {
   color: #666;
   font-size: 15px;
   line-height: 1.7;
   margin-bottom: 32px;
}

/* Info cards */
.heer-info-card {
   display: flex;
   align-items: flex-start;
   gap: 16px;
   background: #fff;
   border-radius: 12px;
   padding: 18px 20px;
   margin-bottom: 14px;
   box-shadow: 0 2px 12px rgba(10,22,94,0.06);
   transition: transform .25s, box-shadow .25s;
}
.heer-info-card:hover {
   transform: translateY(-3px);
   box-shadow: 0 8px 28px rgba(10,22,94,0.12);
}
.heer-info-icon {
   width: 46px;
   height: 46px;
   border-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-size: 18px;
   flex-shrink: 0;
}
.heer-info-body h6 {
   font-family: 'Outfit', sans-serif;
   font-size: 13px;
   font-weight: 700;
   color: #0A165E;
   margin: 0 0 4px;
   text-transform: uppercase;
   letter-spacing: .5px;
}
.heer-info-body a,
.heer-info-body p {
   font-size: 14px;
   color: #555;
   margin: 0;
   text-decoration: none;
   line-height: 1.5;
}
.heer-info-body a:hover { color: #2B4DFF; }

/* Social icons */
.heer-contact-social {
   display: flex;
   gap: 10px;
   margin-top: 24px;
}
.heer-contact-social a {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background: #fff;
   border: 1.5px solid #e0e4f0;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #0A165E;
   font-size: 15px;
   text-decoration: none;
   transition: .25s;
}
.heer-contact-social a:hover {
   background: #2B4DFF;
   border-color: #2B4DFF;
   color: #fff;
}

/* Form card */
.heer-form-wrap {
   background: #fff;
   border-radius: 20px;
   padding: 40px 36px;
   box-shadow: 0 8px 40px rgba(10,22,94,0.10);
}
.heer-form-header {
   margin-bottom: 28px;
   padding-bottom: 20px;
   border-bottom: 1.5px solid #f0f2f8;
}
.heer-form-header h3 {
   font-family: 'Outfit', sans-serif;
   font-size: 22px;
   font-weight: 700;
   color: #0A165E;
   margin: 0 0 6px;
}
.heer-form-header p {
   font-size: 14px;
   color: #888;
   margin: 0;
}

/* Fields */
.heer-field-group {
   display: flex;
   flex-direction: column;
   gap: 6px;
}
.heer-field-group label {
   font-size: 13px;
   font-weight: 600;
   color: #333;
}
.heer-field-group label span { color: #e74c3c; }
.heer-field-group input,
.heer-field-group select,
.heer-field-group textarea {
   width: 100%;
   padding: 11px 14px;
   border: 1.5px solid #e0e4f0;
   border-radius: 10px;
   font-size: 14px;
   color: #333;
   background: #fafbff;
   outline: none;
   transition: border-color .2s, box-shadow .2s;
   font-family: inherit;
}
.heer-field-group input:focus,
.heer-field-group select:focus,
.heer-field-group textarea:focus {
   border-color: #2B4DFF;
   box-shadow: 0 0 0 3px rgba(43,77,255,0.10);
   background: #fff;
}
.heer-field-group textarea { resize: vertical; min-height: 120px; }
.heer-field-group select { cursor: pointer; }

/* Submit button */
.heer-submit-btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, #2B4DFF 0%, #0A165E 100%);
   color: #fff;
   border: none;
   border-radius: 10px;
   padding: 13px 36px;
   font-size: 15px;
   font-weight: 600;
   font-family: 'Outfit', sans-serif;
   cursor: pointer;
   transition: opacity .25s, transform .25s;
   width: 100%;
   letter-spacing: .3px;
}
.heer-submit-btn:hover:not(:disabled) {
   opacity: .9;
   transform: translateY(-2px);
}
.heer-submit-btn:disabled { opacity: .7; cursor: not-allowed; }

/* Response message */
.heer-form-msg {
   padding: 13px 18px;
   border-radius: 10px;
   font-size: 14px;
   font-weight: 500;
   margin-top: 4px;
}
.heer-form-msg.success {
   background: #e8f5e9;
   color: #2e7d32;
   border: 1px solid #a5d6a7;
}
.heer-form-msg.error {
   background: #fdecea;
   color: #c62828;
   border: 1px solid #ef9a9a;
}

/* Map */
.heer-map-wrap {
   width: 100%;
   height: 420px;
   overflow: hidden;
}
.heer-map-wrap iframe {
   width: 100%;
   height: 100%;
   display: block;
}

/* Responsive */
@media (max-width: 991px) {
   .heer-contact-info-wrap { padding-right: 0; }
   .heer-contact-heading { font-size: 26px; }
}
@media (max-width: 767px) {
   .heer-contact-section { padding: 60px 0 50px; }
   .heer-form-wrap { padding: 28px 20px; }
   .heer-contact-heading { font-size: 22px; }
   .heer-map-wrap { height: 280px; }
}

/* ============================================
   Service Cards — Combined Style (uniform image height)
   ============================================ */

.single-service-item {
   background: #fff;
   border-radius: 14px;
   overflow: hidden;
   box-shadow: 0 2px 16px rgba(10,22,94,0.07);
   transition: transform .3s, box-shadow .3s;
   display: flex;
   flex-direction: column;
   height: 100%;
}
.single-service-item:hover {
   transform: translateY(-6px);
   box-shadow: 0 16px 48px rgba(43,77,255,0.13);
}
.single-service-item .ssi-img {
   width: 100%;
   height: 200px;
   overflow: hidden;
   flex-shrink: 0;
   display: block;        /* no gap below image */
   line-height: 0;        /* remove inline gap */
}
.single-service-item .ssi-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;        /* remove bottom gap */
   transition: transform .4s ease;
}
.single-service-item:hover .ssi-img img { transform: scale(1.06); }
.single-service-item .ssi-body {
   padding: 20px 22px 22px;
   display: flex;
   flex-direction: column;
   flex: 1;
}
.single-service-item .service-icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 46px;
   height: 46px;
   background: #f0f3ff;
   border-radius: 10px;
   margin-bottom: 12px;
   font-size: 20px;
   color: #0A165E;
   flex-shrink: 0;
}
.single-service-item .service-section-title {
   font-family: 'Outfit', sans-serif;
   font-size: 16px;
   font-weight: 700;
   color: #0A165E;
   margin-bottom: 8px;
}
.single-service-item p {
   font-size: 13.5px;
   color: #666;
   line-height: 1.6;
   flex: 1;
   margin-bottom: 14px;
}
.ssi-more-btn {
   display: inline-flex;
   align-items: center;
   gap: 7px;
   color: #2B4DFF;
   font-size: 13.5px;
   font-weight: 600;
   text-decoration: none;
   margin-top: auto;
   transition: gap .2s, color .2s;
}
.ssi-more-btn:hover { color: #0A165E; gap: 10px; }

/* ============================================
   Service Details Page — Full Redesign
   ============================================ */

.sd-hero {
   position: relative;
   height: 420px;
   background-size: cover;
   background-position: center;
}
.sd-hero-overlay {
   position: absolute;
   inset: 0;
   background: linear-gradient(135deg,rgba(10,22,94,0.92) 0%,rgba(43,77,255,0.75) 100%);
   display: flex;
   align-items: flex-end;
   padding-bottom: 50px;
}
.sd-hero-content { display:flex; align-items:flex-end; gap:24px; }
.sd-hero-icon {
   width:80px; height:80px;
   background:rgba(255,255,255,0.15);
   border:2px solid rgba(255,255,255,0.3);
   border-radius:20px;
   display:flex; align-items:center; justify-content:center;
   font-size:32px; color:#fff; flex-shrink:0;
   backdrop-filter:blur(8px);
}
.sd-hero-text { flex:1; }
.sd-breadcrumb-nav {
   display:flex; align-items:center; gap:8px;
   margin-bottom:12px; flex-wrap:wrap;
}
.sd-breadcrumb-nav a { color:rgba(255,255,255,0.7); font-size:13px; text-decoration:none; }
.sd-breadcrumb-nav a:hover { color:#fff; }
.sd-breadcrumb-nav i { color:rgba(255,255,255,0.4); font-size:10px; }
.sd-breadcrumb-nav span { color:#ECB014; font-size:13px; font-weight:600; }
.sd-hero-text h1 {
   font-family:'Outfit',sans-serif; font-size:38px; font-weight:800;
   color:#fff; margin:0 0 8px; line-height:1.2;
}
.sd-hero-text p { color:rgba(255,255,255,0.8); font-size:16px; margin:0 0 20px; }
.sd-hero-btn {
   display:inline-flex; align-items:center;
   background:#ECB014; color:#0A165E; font-weight:700; font-size:14px;
   padding:12px 28px; border-radius:8px; text-decoration:none; transition:.2s;
}
.sd-hero-btn:hover { opacity:.9; transform:translateY(-2px); color:#0A165E; }

.sd-body { background:#f4f6fb; padding:50px 0 80px; }

.sd-card {
   background:#fff; border-radius:16px; padding:32px;
   box-shadow:0 2px 20px rgba(10,22,94,0.07); margin-bottom:24px;
}
.sd-card-header {
   display:flex; align-items:flex-start; gap:16px;
   margin-bottom:18px; padding-bottom:18px;
   border-bottom:1.5px solid #f0f2f8;
}
.sd-card-icon {
   width:56px; height:56px;
   background:linear-gradient(135deg,#2B4DFF,#0A165E);
   border-radius:14px; display:flex; align-items:center; justify-content:center;
   color:#fff; font-size:22px; flex-shrink:0;
}
.sd-card-title { font-family:'Outfit',sans-serif; font-size:24px; font-weight:700; color:#0A165E; margin:0 0 4px; }
.sd-card-tagline { color:#2B4DFF; font-size:14px; font-weight:500; margin:0; }
.sd-card-desc { color:#555; font-size:15px; line-height:1.8; margin:0; }

.sd-section-head {
   display:flex; align-items:center; gap:12px;
   font-family:'Outfit',sans-serif; font-size:18px; font-weight:700;
   color:#0A165E; margin:0 0 22px;
}
.sd-section-head-icon {
   width:36px; height:36px; background:#f0f3ff; border-radius:8px;
   display:flex; align-items:center; justify-content:center;
   color:#2B4DFF; font-size:15px; flex-shrink:0;
}

.sd-features-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.sd-feature-item {
   display:flex; align-items:center; gap:12px;
   background:#f7f8fc; border-radius:10px; padding:12px 14px;
   border:1px solid #eef0f8; transition:.2s;
}
.sd-feature-item:hover { background:#f0f3ff; border-color:#c8d4ff; }
.sd-feature-num {
   font-family:'Outfit',sans-serif; font-size:11px; font-weight:800;
   color:#2B4DFF; background:#e8edff; border-radius:6px;
   padding:2px 7px; flex-shrink:0;
}
.sd-feature-text { font-size:13.5px; color:#444; display:flex; align-items:center; gap:8px; }
.sd-feature-text i { color:#2B4DFF; font-size:12px; flex-shrink:0; }

.sd-benefits-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.sd-benefit-card {
   background:linear-gradient(135deg,#f0f3ff,#e8edff);
   border-radius:12px; padding:20px 18px; text-align:center;
   border:1px solid #d8e0ff; transition:transform .2s;
}
.sd-benefit-card:hover { transform:translateY(-3px); }
.sd-benefit-icon {
   width:44px; height:44px; background:#2B4DFF; border-radius:10px;
   display:flex; align-items:center; justify-content:center;
   color:#fff; font-size:18px; margin:0 auto 10px;
}
.sd-benefit-card p { font-size:13px; font-weight:600; color:#0A165E; margin:0; line-height:1.4; }

.sd-cta-strip {
   background:linear-gradient(135deg,#0A165E 0%,#2B4DFF 100%);
   border-radius:16px; padding:28px 32px;
   display:flex; align-items:center; justify-content:space-between;
   gap:20px; flex-wrap:wrap;
}
.sd-cta-strip-left { display:flex; align-items:center; gap:16px; }
.sd-cta-strip-icon { font-size:32px; color:rgba(255,255,255,0.4); }
.sd-cta-strip-left h4 { font-family:'Outfit',sans-serif; font-size:18px; font-weight:700; color:#fff; margin:0 0 4px; }
.sd-cta-strip-left p { color:rgba(255,255,255,0.7); font-size:13px; margin:0; }
.sd-cta-strip-btn {
   display:inline-flex; align-items:center;
   background:#ECB014; color:#0A165E; font-weight:700; font-size:14px;
   padding:13px 28px; border-radius:10px; text-decoration:none; white-space:nowrap; transition:.2s;
}
.sd-cta-strip-btn:hover { opacity:.9; color:#0A165E; }

.sd-sticky-col { position:sticky; top:100px; }

.sd-form-card {
   background:#fff; border-radius:16px; padding:28px 24px;
   box-shadow:0 4px 24px rgba(10,22,94,0.10); margin-bottom:16px;
}
.sd-form-card-header {
   display:flex; align-items:center; gap:14px;
   margin-bottom:20px; padding-bottom:16px; border-bottom:1.5px solid #f0f2f8;
}
.sd-form-card-header i { font-size:24px; color:#2B4DFF; }
.sd-form-card-header h4 { font-family:'Outfit',sans-serif; font-size:17px; font-weight:700; color:#0A165E; margin:0 0 2px; }
.sd-form-card-header p { font-size:12px; color:#888; margin:0; }
.sd-field { margin-bottom:12px; }
.sd-field label { display:block; font-size:12px; font-weight:600; color:#555; margin-bottom:5px; }
.sd-field label span { color:#e74c3c; }
.sd-field input, .sd-field textarea {
   width:100%; padding:10px 13px;
   border:1.5px solid #e0e4f0; border-radius:8px;
   font-size:13.5px; color:#333; background:#fafbff;
   outline:none; font-family:inherit; transition:.2s;
}
.sd-field input:focus, .sd-field textarea:focus {
   border-color:#2B4DFF; box-shadow:0 0 0 3px rgba(43,77,255,0.08); background:#fff;
}
.sd-field textarea { resize:vertical; min-height:80px; }
.sd-submit-btn {
   width:100%; padding:12px;
   background:linear-gradient(135deg,#2B4DFF,#0A165E);
   color:#fff; border:none; border-radius:8px;
   font-size:14px; font-weight:600; cursor:pointer;
   font-family:'Outfit',sans-serif; transition:opacity .2s;
   display:flex; align-items:center; justify-content:center;
}
.sd-submit-btn:hover:not(:disabled) { opacity:.9; }
.sd-submit-btn:disabled { opacity:.7; cursor:not-allowed; }
.sd-form-response { margin-top:12px; padding:10px 14px; border-radius:8px; font-size:13px; font-weight:500; }
.sd-form-response.success { background:#e8f5e9; color:#2e7d32; border:1px solid #a5d6a7; }
.sd-form-response.error   { background:#fdecea; color:#c62828; border:1px solid #ef9a9a; }

.sd-quick-contact {
   background:#fff; border-radius:14px; padding:16px;
   box-shadow:0 2px 16px rgba(10,22,94,0.07);
   margin-bottom:16px; display:flex; flex-direction:column; gap:10px;
}
.sd-qc-item {
   display:flex; align-items:center; gap:12px;
   text-decoration:none; padding:10px 12px; border-radius:10px; transition:.2s;
}
.sd-qc-item:hover { background:#f7f8fc; }
.sd-qc-icon {
   width:40px; height:40px; border-radius:10px;
   display:flex; align-items:center; justify-content:center;
   color:#fff; font-size:18px; flex-shrink:0;
}
.sd-qc-item span { font-size:11px; color:#888; display:block; }
.sd-qc-item strong { font-size:13px; color:#0A165E; font-weight:700; }

.sd-other-card {
   background:#fff; border-radius:14px; padding:20px 16px;
   box-shadow:0 2px 16px rgba(10,22,94,0.07);
   max-height:420px; overflow-y:auto;
}
.sd-other-card::-webkit-scrollbar { width:4px; }
.sd-other-card::-webkit-scrollbar-track { background:#f0f2f8; border-radius:4px; }
.sd-other-card::-webkit-scrollbar-thumb { background:#c0c8e8; border-radius:4px; }
.sd-other-title {
   font-family:'Outfit',sans-serif; font-size:14px; font-weight:700;
   color:#0A165E; margin:0 0 12px; padding-bottom:10px; border-bottom:1.5px solid #f0f2f8;
}
.sd-other-list { display:flex; flex-direction:column; gap:2px; }
.sd-other-item {
   display:flex; align-items:center; gap:10px;
   padding:8px 10px; border-radius:8px;
   text-decoration:none; color:#444; font-size:13px; transition:.2s;
}
.sd-other-item:hover { background:#f0f3ff; color:#0A165E; }
.sd-other-active { background:#f0f3ff; color:#0A165E; font-weight:600; }
.sd-other-icon {
   width:28px; height:28px; background:#f0f3ff; border-radius:6px;
   display:flex; align-items:center; justify-content:center;
   font-size:12px; color:#2B4DFF; flex-shrink:0;
}
.sd-other-active .sd-other-icon { background:#2B4DFF; color:#fff; }
.sd-other-name { flex:1; }
.sd-other-badge { font-size:10px; font-weight:700; background:#2B4DFF; color:#fff; padding:2px 8px; border-radius:10px; }
.sd-other-arrow { font-size:10px; color:#bbb; }

@media (max-width:991px) {
   .sd-hero { height:320px; }
   .sd-hero-text h1 { font-size:28px; }
   .sd-features-grid { grid-template-columns:1fr; }
   .sd-benefits-grid { grid-template-columns:1fr 1fr; }
   .sd-sticky-col { position:static; }
}
@media (max-width:767px) {
   .sd-hero { height:260px; }
   .sd-hero-icon { width:56px; height:56px; font-size:22px; }
   .sd-hero-text h1 { font-size:22px; }
   .sd-hero-text p { display:none; }
   .sd-card { padding:20px; }
   .sd-cta-strip { flex-direction:column; text-align:center; }
   .sd-cta-strip-left { flex-direction:column; text-align:center; }
   .single-service-item .ssi-img { height:180px; }
}

/* Service page section divider */
.ssi-section-divider {
   display: flex;
   align-items: center;
   gap: 14px;
}
.ssi-section-divider::before,
.ssi-section-divider::after {
   content: '';
   flex: 1;
   height: 1.5px;
   background: linear-gradient(90deg, transparent, #d0d8ff);
}
.ssi-section-divider::after {
   background: linear-gradient(90deg, #d0d8ff, transparent);
}
.ssi-section-divider span {
   display: inline-flex;
   align-items: center;
   background: #f0f3ff;
   border: 1.5px solid #d0d8ff;
   color: #0A165E;
   font-size: 13px;
   font-weight: 700;
   padding: 6px 18px;
   border-radius: 20px;
   white-space: nowrap;
   font-family: 'Outfit', sans-serif;
   letter-spacing: .3px;
}

/* Service Details — Process Steps */
.sd-process-steps { display:flex; flex-direction:column; gap:0; }
.sd-process-item {
   display:flex; align-items:flex-start; gap:16px;
   padding-bottom:24px; position:relative;
}
.sd-process-item:last-child { padding-bottom:0; }
.sd-process-num {
   width:44px; height:44px; border-radius:50%;
   background:linear-gradient(135deg,#2B4DFF,#0A165E);
   color:#fff; font-family:'Outfit',sans-serif;
   font-size:14px; font-weight:800;
   display:flex; align-items:center; justify-content:center;
   flex-shrink:0; position:relative; z-index:1;
}
.sd-process-line {
   position:absolute; left:22px; top:44px;
   width:2px; height:calc(100% - 20px);
   background:linear-gradient(180deg,#2B4DFF33,transparent);
}
.sd-process-item:last-child .sd-process-line { display:none; }
.sd-process-body { padding-top:8px; }
.sd-process-body h5 {
   font-family:'Outfit',sans-serif; font-size:15px;
   font-weight:700; color:#0A165E; margin:0 0 5px;
}
.sd-process-body p { font-size:13.5px; color:#666; margin:0; line-height:1.6; }

/* Service Details — FAQ Accordion */
.sd-faq-list { display:flex; flex-direction:column; gap:10px; }
.sd-faq-item {
   border:1.5px solid #e8eaf0; border-radius:10px; overflow:hidden;
   transition:border-color .2s;
}
.sd-faq-item:hover { border-color:#c8d4ff; }
.sd-faq-q {
   width:100%; display:flex; align-items:center; justify-content:space-between;
   gap:12px; padding:14px 18px; background:#fff; border:none; cursor:pointer;
   text-align:left; font-family:'Outfit',sans-serif;
   font-size:14px; font-weight:600; color:#0A165E;
}
.sd-faq-q:hover { background:#f7f8fc; }
.sd-faq-icon { font-size:12px; color:#2B4DFF; flex-shrink:0; transition:transform .25s; }
.sd-faq-a { padding:0 18px 16px; background:#fff; }
.sd-faq-a p { font-size:13.5px; color:#555; line-height:1.7; margin:0; }

/* ============================================
   Service Page — Brand Headers
   ============================================ */
.svc-brand-header {
   background: linear-gradient(135deg,#f0f3ff 0%,#e8edff 100%);
   border: 1.5px solid #d0d8ff;
   border-radius: 16px;
   padding: 28px 32px;
}
.svc-brand-header.svc-brand-nivortech {
   background: linear-gradient(135deg,#0A165E 0%,#1a2a8a 100%);
   border-color: transparent;
}
.svc-brand-logo-wrap {
   display: flex;
   align-items: center;
   gap: 14px;
   margin-bottom: 10px;
}
.svc-brand-logo-wrap img {
   max-height: 44px;
   max-width: 140px;
   object-fit: contain;
}
.svc-brand-info h2 {
   font-family: 'Outfit', sans-serif;
   font-size: 20px;
   font-weight: 800;
   color: #0A165E;
   margin: 0;
}
.svc-brand-nivortech .svc-brand-info h2 { color: #fff; }
.svc-brand-info p {
   font-size: 12px;
   color: #2B4DFF;
   margin: 0;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: .5px;
}
.svc-brand-nivortech .svc-brand-info p { color: #ECB014; }
.svc-brand-desc {
   font-size: 14px;
   color: #555;
   margin: 0;
}
.svc-brand-nivortech .svc-brand-desc { color: rgba(255,255,255,0.75); }
.svc-nivor-logo-text {
   width: 44px;
   height: 44px;
   background: #ECB014;
   border-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: 'Outfit', sans-serif;
   font-size: 22px;
   font-weight: 900;
   color: #0A165E;
   flex-shrink: 0;
}

/* Equal height cards in a row */
.tv-service-area .row > [class*="col-"] {
   display: flex;
   flex-direction: column;
}
.tv-service-area .row > [class*="col-"] .single-service-item {
   flex: 1;
}
