:root {
  --primary-color: #2563eb;
  --secondary-color: #0ea5e9;
  --accent-color: #f59e0b;
  --text-dark: #1e293b;
  --text-light: #64748b;
  --bg-light: #f8fafc;
  --bg-white: #ffffff;
  --border-color: #e2e8f0;
}

.top-35 {
  top: 37%;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.hero-banner {
  /* background: #12192b; */
  background-image: linear-gradient(to bottom right,
      #0a2540,
      /* primary */
      #00a896
      /* secondary */
    );
}

.hero-banner h1 {
  color: #dfdfdf;
}

.hero-banner p {
  color: #dfdfdf;
}

.cust-choices .choices {
  margin-bottom: 0;
}

.navbar {
  border-bottom: 1px solid #e4e4e4;
}

.is-stuck {
  border-bottom: none !important;
}

.centered-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* On large screens (desktop and above) */
@media (min-width: 992px) {
  .centered-content {
    max-width: 800px;
  }
}

.section-bg-2 {
  background-image: linear-gradient(#fff5f9, #fff);
}

.section-bg-1 {
  background-image: linear-gradient(#fff, #fff5f9);
}

.swiper-pagination-bullet {
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  padding: 0 12px;
  border-radius: 5px !important;
  /* transform: translateY(-5px); */
}

/* features */
.feature-section {
  background-color: #f0f0f0;
}

.setp-section {
  /* background: #eafaf8; */
  background: url("../images/footer-scaled.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color: rgb(2 148 137);
}

.section-Industries {
  /* background: url("../images/bh2.jpg"); */
  background-color: rgb(2 148 137);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: overlay;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: white;
  border-radius: 15px;
  padding: 1.2rem;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: #aeaeae4f;
}

.service-icon {
  width: 70px;
  height: 70px;
  /* background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); */
  /* background: linear-gradient(135deg, #b8860b, #d85151, #f6c12fc4, #e4b72369); */
  background: #000;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  margin-bottom: 1.5rem;
}

.service-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.service-description {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.6;
}

.read-more {
  color: #3c3c3c;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  transition: gap 0.3s ease;
}

.read-more:hover {
  gap: 0.75rem;
}

.featured-card {
  background: linear-gradient(135deg, #b4a66d 0%, #fce7f3 100%);
  padding: 3rem;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.featured-badge {
  background: var(--accent-color);
  color: white;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.btn-featured:hover {
  transform: translateX(5px);
  background: var(--primary-color);
}

.btn-featured {
  background: var(--text-dark);
  color: white;
  padding: 1rem 2rem;
  border-radius: 12px;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.menu-logo img {
  width: 220px;
}

/* hero */
.hero .hero-content .hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 20px;
}

.hero .hero-content .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid color-mix(in srgb, #fff, transparent 55%);
  margin-bottom: 24px;
}

.hero .hero-content .hero-badge i {
  color: var(--accent-color);
  font-size: 14px;
}

.hero .hero-content .hero-description {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 32px;
}

.hero .hero-content .hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}

.hero .hero-content .hero-features .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero .hero-content .hero-features .feature-item i {
  color: #fff;
  font-size: 18px;
}

.hero .hero-content .hero-features .feature-item span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.hero .hero-visual .visual-container .main-screen {
  width: 100%;
  border-radius: 12px;
}

.hero .hero-visual .visual-container {
  position: relative;
  padding: 20px;
  padding-bottom: 0;
}

.hero .hero-visual {
  position: relative;
}

.hero .hero-visual .visual-container .floating-card {
  position: absolute;
  background: var(--surface-color);
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--default-color), transparent 88%);
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  backdrop-filter: blur(10px);
  background: color-mix(in srgb, var(--surface-color), transparent 5%);
}

.hero .hero-visual .visual-container .floating-card.card-1 {
  top: 15%;
  left: -5%;
  animation: float 6s ease-in-out infinite;
}

.hero .hero-visual .visual-container .floating-card.card-2 {
  bottom: 55%;
  right: -5%;
  animation: float 6s ease-in-out infinite 2s;
}

.hero .hero-visual .visual-container .floating-card.card-2 {
  bottom: 55%;
  right: -5%;
  animation: float 6s ease-in-out infinite 2s;
}

.hero .hero-visual .visual-container .floating-card .card-icon {
  width: 40px;
  height: 40px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .hero-visual .visual-container .floating-card .card-icon i {
  color: var(--accent-color);
  font-size: 20px;
}

.hero .hero-visual .visual-container .floating-card .card-content {
  display: flex;
  flex-direction: column;
}

.hero .hero-visual .visual-container .floating-card .card-content .card-value {
  font-size: 20px;
  font-weight: 600;
  color: var(--heading-color);
  line-height: 1;
  margin-bottom: 4px;
}

.hero .hero-visual .visual-container .floating-card .card-content .card-label {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
}

div#over_section {
  bottom: 50px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 10px;
  box-shadow: 0 2px 12px rgb(0 0 0 / 7%);
  position: relative;
}

.easir_box {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.easir-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.1rem;
}

.easir-content p {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.6;
}

/* Popup modal styles */
#lead-popup-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 90%);
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

#lead-popup-modal.active {
  display: flex;
}

#lead-popup-modal .modal-content {
  background: #fff;
  border-radius: 5px;
  max-width: 870px;
  width: 94vw;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  position: relative;
  animation: popupIn 0.26s cubic-bezier(0.7, 0.2, 0.17, 1.1);
}

#lead-popup-modal .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #495057;
  cursor: pointer;
}

@keyframes popupIn {
  0% {
    transform: translateY(30px) scale(0.96);
    opacity: 0;
  }

  100% {
    transform: none;
    opacity: 1;
  }
}

#lead-popup-modal input,
#lead-popup-modal textarea {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid #ced4da;
  border-radius: 5px;
  font-size: 1rem;
}

#lead-popup-modal button[type="submit"] {
  /* background: #025bee;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: 1.02rem;*/
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  width: 100%;
  /* margin-top: 0.7rem; */
}

#lead-popup-modal h4 {
  text-align: center;
  margin-bottom: 0.8rem;
  color: #212529;
}

/* Vertical Sticky Button */
#uq9f4a_enquiryBtn {
  position: fixed;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;
  background: #025bee;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  font-weight: 400;
  z-index: 1;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Disable outline on focus */
#uq9f4a_enquiryBtn:focus {
  outline: none;
}

/* Overlay behind panel */
#uq9f4a_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99990;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}

#uq9f4a_overlay.active {
  display: block;
  opacity: 1;
}

/* Sliding Panel */
#uq9f4a_panel {
  position: fixed;
  right: -380px;
  top: 0;
  width: 340px;
  height: 100vh;
  background: #fff;
  z-index: 99995;
  padding: 1.5rem;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
  transition: right 0.35s ease;
  overflow-y: auto;
}

#uq9f4a_panel.active {
  right: 0;
}

#uq9f4a_panel .uq9f4a_close {
  position: absolute;
  right: 12px;
  top: 12px;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  cursor: pointer;
  color: #444;
}

/* end */

/* services page 1 */
.services-snrd-hero-section {
  /* background: linear-gradient(rgba(30, 58, 138, 0.9), rgba(30, 58, 138, 0.8)),
    url("../images/photo-1552664730-d307ca884978.avif"); */
  background: linear-gradient(#0a2540c9, #13131399),
    url(../images/photo-1552664730-d307ca884978.avif);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.service-card h6 {
  margin-bottom: 10px;
}

.centered-content h2 {
  margin-bottom: 7px;
}

.services-snrd-hero-section h1 {
  font-weight: 700;
  margin-bottom: 20px;
}

.highlight-badge {
  background-color: rgba(16, 185, 129, 0.2);
  color: #047857;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.section-title {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: var(--accent-color);
}

.card-feature {
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  height: 100%;
}

.card-feature:hover {
  transform: translateY(-5px);
}

.card-feature .icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(59, 130, 246, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-feature .icon-wrapper i {
  font-size: 24px;
  color: var(--secondary-color);
}

.price-card {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  transition: all 0.3s;
}

.price-card:hover {
  border-color: var(--secondary-color);
}

.price-card.popular {
  border-color: var(--accent-color);
  position: relative;
  transform: scale(1.05);
}

.price-card.popular .card-header {
  background-color: var(--accent-color);
  color: white;
}

.price-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background-color: var(--accent-color);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.review-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.client-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  margin-right: 15px;
}

.doc-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(59, 130, 246, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.doc-icon i {
  font-size: 24px;
  color: var(--secondary-color);
}

.process-step {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

.process-step:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--secondary-color);
}

.process-step:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 20px;
  width: 2px;
  height: calc(100% + 10px);
  background-color: #e2e8f0;
}

.process-step:last-child:after {
  display: none;
}

.advantage-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(16, 185, 129, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.advantage-icon i {
  color: var(--accent-color);
}

.why-us-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: rgba(59, 130, 246, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.why-us-icon i {
  font-size: 24px;
  color: var(--secondary-color);
}

.comparison-table th {
  background-color: var(--light-bg);
  font-weight: 600;
}

.comparison-table td,
.comparison-table th {
  vertical-align: middle;
}

.badge-rating {
  background-color: #fbbf24;
  color: #78350f;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
}

.login-prompt {
  background-color: #fef3c7;
  border: 1px solid #fbbf24;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
}

.servsl-main-wrapper {
  background: linear-gradient(to bottom, #f8f9fa 0%, #e9ecef 100%);
  padding: 70px 0;
  overflow: auto;
}

.servsl-process-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.servsl-process-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.servsl-header-badge {
  display: inline-block;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #ffffff;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.servsl-process-title {
  font-size: 44px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 18px;
  line-height: 1.2;
}

.servsl-process-subtitle {
  font-size: 19px;
  color: #64748b;
  font-weight: 400;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.servsl-steps-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}

.servsl-step-card {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 280px;
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid #00000024;
}

.servsl-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(135deg, #0077ab, #007bae);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.servsl-step-card:hover::before {
  transform: scaleX(1);
}

.servsl-step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}

.servsl-step-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0077ab, #007bae);
  border-radius: 50%;
  margin: 0 auto 24px;
  position: relative;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.25);
}

.servsl-step-number-wrapper::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0077ab, #007bae);
  opacity: 0.2;
  z-index: -1;
}

.servsl-step-number {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
}

.servsl-step-icon {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.servsl-step-icon i {
  font-size: 16px;
  color: #6366f1;
}

.servsl-step-title {
  /* font-size: 19px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 14px;
  line-height: 1.4; */
  text-align: center;
  /* min-height: 54px; */
  font-size: 1.1rem;
  color: var (--fn-heading-color);
}

.servsl-step-description {
  font-size: 15px;
  /* color: #64748b;
  line-height: 1.7; */
  text-align: center;
  margin: 0;
}

.servsl-step-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
  margin: 40px 0;
}

@media (max-width: 991px) {
  .servsl-step-card {
    flex: 1 1 calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .servsl-process-title {
    font-size: 32px;
  }

  .servsl-process-subtitle {
    font-size: 16px;
  }

  .servsl-main-wrapper {
    padding: 50px 0;
  }

  .servsl-step-card {
    flex: 1 1 100%;
    min-width: auto;
  }

  .servsl-step-title {
    min-height: auto;
  }

  .servsl-steps-grid {
    gap: 24px;
  }
}

/* end servicess page 1*/

/* services 3 */
.sh-services-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.sh-services-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
}

.sh-services-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>');
  opacity: 0.3;
}

.sh-services-header-content {
  position: relative;
  z-index: 1;
}

.sh-services-hero-content {
  padding-right: 20px;
}

.sh-services-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.sh-services-subtitle {
  font-size: 1.25rem;
  opacity: 0.95;
  margin-bottom: 2rem;
  text-align: left;
  line-height: 1.6;
}

.sh-services-hero-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.sh-services-hero-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
}

.sh-services-hero-feature i {
  color: #10b981;
  font-size: 1.2rem;
}

.sh-services-cta-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.sh-services-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 14px 32px;
  background: white;
  color: #667eea;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
}

.sh-services-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #764ba2;
}

.sh-services-cta-btn-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.sh-services-cta-btn-outline:hover {
  background: white;
  color: #667eea;
}

.sh-services-hero-form {
  background: white;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.sh-services-hero-form-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.sh-services-hero-form-header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.sh-services-hero-form-header p {
  color: #718096;
  font-size: 0.95rem;
  margin: 0;
}

.sh-services-form-disclaimer {
  text-align: center;
  color: #718096;
  font-size: 0.85rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.sh-services-form-disclaimer i {
  color: #10b981;
  margin-right: 0.25rem;
}

.sh-services-main {
  background: white;
  margin-top: -50px;
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 2;
}

.sh-services-section {
  padding: 60px 0;
  background: #f0f0f0;
}

.sh-services-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0;
  text-align: center;
}

.sh-services-section-subtitle {
  color: #718096;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.1rem;
}

.sh-services-form {
  background: #f7fafc;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.sh-services-form-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 1.5rem;
  text-align: center;
}

.sh-services-form-group {
  margin-bottom: 1.5rem;
}

.sh-services-form-label {
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 0.5rem;
  display: block;
}

.sh-services-form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.sh-services-form-control:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.sh-services-submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sh-services-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.sh-services-procedure-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.sh-services-procedure-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.sh-services-procedure-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0077ab, #007bae);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.sh-services-procedure-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.75rem;
}

.sh-services-procedure-text {
  color: #718096;
  line-height: 1.6;
}

.sh-services-document-card {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  border-left: 4px solid #667eea;
}

.sh-services-document-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sh-services-document-description {
  color: #4a5568;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.sh-services-document-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sh-services-document-item {
  padding: 10px 0;
  color: #2d3748;
  display: flex;
  align-items: start;
  gap: 0.75rem;
}

.sh-services-document-item i {
  color: #667eea;
  margin-top: 3px;
}

.sh-services-package-card {
  background: white;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 3px solid transparent;
}

.sh-services-package-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
  border-color: #667eea;
}

.sh-services-package-badge {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, #0077ab, #007bae);
  color: white;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.sh-services-package-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.sh-services-package-price {
  font-size: 2rem;
  font-weight: 700;
  color: #667eea;
  margin-bottom: 0.5rem;
}

.sh-services-package-govt-fees {
  color: #718096;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.sh-services-package-description {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.sh-services-package-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #667eea 0%, #007aad 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  text-align: center;
}

.sh-services-package-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  color: white;
}

.sh-services-steps-container {
  position: relative;
}

.sh-services-step-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  margin-bottom: 30px;
}

.sh-services-step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #007aad 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  left: -25px;
  top: 30px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.sh-services-step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.75rem;
  margin-left: 40px;
}

.sh-services-step-description {
  color: #718096;
  margin-left: 40px;
  line-height: 1.6;
}

.sh-services-why-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.sh-services-why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.sh-services-why-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #007aad 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  margin: 0 auto 1.5rem;
}

.sh-services-why-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.75rem;
}

.sh-services-why-description {
  color: #718096;
  line-height: 1.6;
}

.sh-services-faq-item {
  background: white;
  border-radius: 15px;
  padding: 25px 30px;
  margin-bottom: 1rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sh-services-faq-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.sh-services-faq-question {
  font-size: 1.15rem;
  font-weight: 600;
  color: #2d3748;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sh-services-faq-icon {
  color: #667eea;
  transition: transform 0.3s ease;
}

.sh-services-faq-answer {
  color: #718096;
  margin-top: 1rem;
  line-height: 1.7;
  display: none;
  padding-top: 1rem;
  border-top: 2px solid #f7fafc;
}

.sh-services-faq-item.active .sh-services-faq-answer {
  display: block;
}

.sh-services-faq-item.active .sh-services-faq-icon {
  transform: rotate(180deg);
}

.sh-services-footer {
  background: #2d3748;
  color: white;
  padding: 40px 0;
  text-align: center;
}

.sh-services-footer-text {
  margin: 0;
  opacity: 0.8;
}

.sh-services-content-text {
  color: #4a5568;
  line-height: 1.8;
  font-size: 1.05rem;
}

.sh-services-content-text p {
  margin-bottom: 1.25rem;
}

.sh-services-info-box {
  background: white;
  border-radius: 15px;
  padding: 35px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #2f7cc9;
}

.sh-services-info-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
}

.sh-services-legal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sh-services-legal-list li {
  padding: 12px 0;
  color: #4a5568;
  border-bottom: 1px solid #e2e8f0;
  font-size: 1rem;
}

.sh-services-legal-list li:last-child {
  border-bottom: none;
}

.sh-services-legal-list strong {
  color: #667eea;
  font-weight: 600;
}

.sh-services-scenario-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.sh-services-scenario-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.15);
}

.sh-services-scenario-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #667eea 0%, #007aad 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.75rem;
  margin: 0 auto 1.25rem;
}

.sh-services-scenario-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.75rem;
}

.sh-services-scenario-card p {
  color: #718096;
  line-height: 1.6;
  margin: 0;
}

.sh-services-benefit-card {
  display: flex;
  gap: 1.25rem;
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.sh-services-benefit-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}

.sh-services-benefit-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
}

.sh-services-benefit-content h4 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.sh-services-benefit-content p {
  color: #718096;
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .sh-services-title {
    font-size: 2rem;
  }

  .sh-services-subtitle {
    font-size: 1rem;
  }

  .sh-services-section-title {
    font-size: 2rem;
  }

  .sh-services-hero-form {
    padding: 25px;
    margin-top: 30px;
  }

  .sh-services-hero-features {
    grid-template-columns: 1fr;
  }

  .sh-services-step-number {
    position: relative;
    left: 0;
    margin-bottom: 1rem;
  }

  .sh-services-step-title,
  .sh-services-step-description {
    margin-left: 0;
  }
}

.sh-accordion-section .accordion-item {
  background: white;
  border-radius: 15px;
  padding: 0;
  margin-bottom: 1rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sh-accordion-section .accordion-button {
  font-size: 1.15rem;
  font-weight: 600;
  color: #2d3748;
  justify-content: space-between;
  align-items: center;

  padding: 25px 30px;
}

.sh-accordion-section .accordion-body {
  color: #718096;
  /* margin-top: 1rem; */
  line-height: 1.7;
  /* padding-top: 1rem; */
  border-top: 2px solid #f7fafc;
  font-size: 16px;
  padding: 25px 30px;
}

.sh-accordion-section .accordion-item:last-of-type {
  border-radius: 15px;
}

/* end */
/*video logo*/

.bg-white-dark {
    background: #01001e;
    border-bottom: none;
}
/*.bg-white-dark div{
  color:#fff;
}*/
.navbar-sticky.sticky-top.bg-white-dark.is-stuck{
   background: #01001e;
}
.navbar-sticky.sticky-top.bg-white-dark.is-stuck div{
  color:#fff;
}
.bg-white-dark a.nav-link.dropdown-toggle {
    color: #fff;
}

.bg-white-dark.dropdown.dropdown-menu.h6{
  color: #000;
}

@media (max-width: 991px){

    .navbar-sticky.sticky-top.bg-white-dark.is-stuck div{
        color:#000 !important;
    }

    .bg-white-dark a.nav-link.dropdown-toggle{
        color:#000 !important;
    }

    .bg-white-dark .dropdown-menu.h6{
        color:#000 !important;
    }
    .navbar-toggler-icon, .navbar-toggler-icon:after, .navbar-toggler-icon:before{
        background-color: #ffffff !important;
    }

}

