/* Google Fonts - Outfit */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

@font-face {
  font-family: "nihal";
  src: url("../fonts/nihal_urdu/nihal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[lang="ur"],
.urdu-font {
  font-family: "nihal", sans-serif !important;
  direction: rtl;
}

:root {
  /* Brand Colors - Exact Match */
  --primary-color: #0d6b39;
  /* Darker, richer green */
  --primary-light: #278237;
  --secondary-color: #f5bb18;
  /* Vibrant Yellow */
  --secondary-hover: #e5b00a;
  --text-dark: #272e26;
  --text-gray: #4b5563;
  --bg-light: #f9f9f9;
  --bg-offwhite: #f3f4f6;
  --white: #ffffff;

  /* Layout */
  --nav-height: 80px;
  --section-spacing: 70px;

  /* UI Elements */
  --radius-xl: 20px;
  /* For cards/images */
  --radius-pill: 50px;
  /* For buttons */
  --shadow-card: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
  --shadow-float: 0 20px 40px rgba(0, 0, 0, 0.12);
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text-dark);
  overflow-x: clip !important;
  line-height: 1.6;
  background-color: var(--white);
  width: 100%;
  max-width: 100vw;
  position: relative;
}

/* body:not(.page-loaded) {
  overflow: hidden !important;
} */

.home_3_body {
  overflow-x: clip !important;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  /* color: var(--primary-color); */
  letter-spacing: -0.5px;
}

.display-title {
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
}

.display-title span {
  font-weight: 200;
}

.section-eyebrow {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.75rem;
  position: relative;
}

.section-title {
  font-size: 2.75rem;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  font-weight: 800;
  color: #272e26;
}

.section-title span {
  font-weight: 200;
  display: block;
  color: #272e26;
}

/* Buttons */
.btn-primary-yellow {
  background-color: var(--secondary-color);
  font-weight: 500;
  padding: 12px 32px;
  border-radius: 10px;
  border: 2px solid var(--secondary-color);
  transition: all 0.3s ease;
  text-decoration: none;

  color: #272e26;
}

.btn-primary-yellow:hover {
  background-color: var(--secondary-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(252, 195, 11, 0.3);
}

.btn_arrow_up {
  background-color: var(--secondary-color);
  font-weight: 500;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid var(--secondary-color);
  transition: all 0.3s ease;
  text-decoration: none;

  background: rgba(245, 187, 24, 0.83);
  border: 2px solid #f5bb18;
  backdrop-filter: blur(10.5px);
}

.btn-primary-yellow:hover,
.btn_arrow_up:hover {
  background-color: var(--secondary-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(252, 195, 11, 0.3);
}

.btn-icon-circle {
  width: 48px;
  height: 48px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  text-decoration: none;
  padding: 12px;
  border: 0;
}

.btn-icon-circle img {
  width: 24px;
}

.btn-icon-circle:hover {
  transform: scale(1.1) !important;
}

/* Top Bar */
.top-bar {
  background-color: var(--primary-color);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  /* padding: 6px 0; */
}

/* Navigation */
.navbar_cs {
  padding: 10px 0;
  background: #f3f7f4;
  transition: padding 0.3s;
}

.navbar-brand img {
  height: 42px;
}

.navbar_cs .nav-item {
  margin: 0 14px;
}

.navbar_cs .nav-link {
  padding: 0.5rem 0.2rem !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #838e91;
  position: relative;
  /* Prepare for absolute underline */
}

.navbar_cs .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: var(--primary-color);
  transition: width 0.3s ease-in-out;
  border-radius: 2px;
}

.navbar_cs .nav-link:hover {
  color: var(--primary-color) !important;
}

.navbar_cs .nav-link:hover::after,
.navbar_cs .nav-link.active::after {
  width: 100%;
}

.navbar_cs .nav-link.active {
  color: #272e26;
  font-weight: 700;
  /* border-bottom removed in favor of animated line */
}

/* New Header Elements */
.lang-toggle {
  display: flex;
  align-items: center;
  /* gap: 4px; */
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
  /* Gray for inactive */
  cursor: pointer;
  /* padding: 6px 12px; */
  border-radius: 20px;
  background: #00000057;

  border: 1px solid transparent;
  border-radius: 8px;
}

.lang-opt {
  transition: 0.3s;
  padding: 6px 12px;
  width: 100%;
}

.lang-opt:first-child {
  border-radius: 6px 0 0 6px;
}

.lang-opt:last-child {
  border-radius: 0 6px 6px 0;
}

.lang-opt.active,
.lang-opt:hover {
  color: var(--text-dark);
  background-color: var(--secondary-color);
}

/* Prevent overflow on small screens */

.lang-sep {
  color: #e5e7eb;
  font-weight: 300;
}

.login-header-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 600;
  transition: 0.3s;
  background: transparent;
  padding-left: 10px;
  font-size: 14px;
}

.login-header-btn:hover {
  color: var(--primary-color);
}

.login-header-btn .icon-box {
  width: 40px;
  height: 40px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.2s;

  border: 1px solid #272e26;
  border-radius: 6px;
}

.login-header-btn:hover .icon-box {
  transform: scale(1.1);
  background-color: var(--bg-light);
  color: var(--primary-color);
}

/* Dropdown Menu Styling */
.dropdown-menu {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 8px;
  min-width: 200px;
}

.dropdown-item {
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 0.9rem;
  color: var(--text-dark);
  transition: all 0.2s;
}

.dropdown-item:hover {
  background-color: var(--bg-light);
  color: var(--primary-color);
  transform: translateX(4px);
}

.dropdown-item i {
  width: 20px;
  text-align: center;
}

.dropdown-divider {
  margin: 8px 0;
  opacity: 0.1;
}

/* Hide dropdown arrow by default, show on hover */
.dropdown-toggle::after {
  transition: transform 0.2s;
  margin-left: 4px;
}

.dropdown-toggle.show::after {
  transform: rotate(180deg);
}

/* Mobile Menu Improvements */

/* Header Fixed Styling */
.header_fexed {
  transition: all 0.3s ease;
}

.nav_list {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav_list li {
  flex: 1;
  text-align: center;
}

.nav_link {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
}

.nav_link:hover {
  color: var(--secondary-color);
}

.nav_link.active {
  color: var(--secondary-color);
  font-weight: 500;
}

.nav_link.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.btn_login {
  background-color: #0d6b39;
  color: #ffffff;
  padding: 10px 34px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn_login:hover {
  background-color: #0a542d;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Hero Section */
.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0 80px;
  color: white;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/main_banner_2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
  animation: heroBgZoom 20s infinite alternate ease-in-out;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.2));
  z-index: -1;
}

@keyframes heroBgZoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.hero_logo_img {
  position: absolute;
  top: 10%;
  right: -5%;
  width: 45%;
  opacity: 0.8;
  z-index: 0;
  pointer-events: none;
  animation: floatingLogo 12s infinite ease-in-out;
}

@keyframes floatingLogo {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(-20px, -15px) rotate(5deg);
  }
}

/* Gradient Overlay */

.hero-text h1 {
  color: white;
  margin-bottom: 1.5rem;
}

.hero-text p {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 2.5rem;

  font-weight: 300;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.4px;
  color: #ffffff;
}

/* Floating Images */
.hero-img-container img {
  max-width: 100%;
  display: block;
}

/* Search Bar Container */
.search-wrapper {
  margin-top: -100px;
  z-index: 10;
  position: relative;
  padding-bottom: 40px;
}

.search-box-card {
  background: white;
  border-radius: var(--radius-xl);
  padding: 12px;
  box-shadow: var(--shadow-float);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.search_box {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #f3f7f4;
  border-radius: 10px;
}

.search-box-card input {
  border: none;
  font-size: 1rem;
  color: var(--text-dark);
  padding: 10px 20px;
  width: 100%;
  background-color: transparent;
}

.search-box-card input:focus {
  outline: none;
}

.search-submit-btn {
  background: var(--secondary-color);
  color: black;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: 0.2s;
  flex-shrink: 0;
}

.search-submit-btn:hover {
  background: var(--secondary-hover);
}

.service-pills {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.service-pill {
  background: rgba(240, 240, 240, 0.5);
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 400;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: 0.2s;
  border-radius: 5px;
  position: relative;
  color: #474a4e;
}

.service-pill::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: var(--secondary-color);
  border-radius: 6px;
}

.service-pill img {
  width: 20px;
}

.service-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  color: var(--primary-color);
}

/* Sections General */
.section-padding {
  padding: var(--section-spacing) 0;
  overflow-x: hidden;
}

/* Ratings */
/* .rating-block { removed empty rule } */

.text-theme-primary {
  color: var(--primary-color) !important;
}

.bg-theme-secondary {
  background-color: var(--secondary-color) !important;
}

/* Process Timeline (How it works) */
.process-wrapper {
  position: relative;
  padding: 40px 0;
}

.process-line {
  position: absolute;
  top: 35px;
  left: 40px;
  right: 40px;
  height: 2px;
  border-top: 2px dashed #d1d5db;
  z-index: 1;
}

.process-step {
  position: relative;
  z-index: 2;
  /* background: white; */
  width: 60px;
  /* adjust for responsiveness */
  text-align: center;
  margin: 0 auto;
}

.step-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: white;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--text-gray);
  margin: 0 auto 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.process-step:hover .step-circle {
  border-color: var(--secondary-color);
  background: var(--primary-color);
  color: white;
  transform: translateY(-5px);
}

/* Download Section */
.bg-dark-green {
  background-color: var(--primary-color);
  color: white;
}

.qr-card {
  padding: 8px;
  border-radius: 12px;
  width: fit-content;
}

.qr-card img {
  max-width: 120px
}

/* Eligibility Box */
.eligibility-list {
  display: grid;
  gap: 15px;
}

.eligibility-item {
  background: #fff9e6;
  /* Very light yellow */
  padding: 16px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-left: 4px solid var(--secondary-color);
  font-weight: 500;
}

/* Partner Logos Slider */
.partners_slider_wrapper {
  position: relative;
  padding: 10px 0;
}

.partner-item {
  padding: 15px;
}

.partner-box {
  background: #f3f7f4;
  border-radius: 30px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(13, 107, 57, 0.05);
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.partner-icon-wrap {

  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;

}

.partner-icon-wrap img {
  width: 100%;
  height: auto;
  /* filter: brightness(0) invert(1); */
  /* If the logo is dark, make it white */
}

.partner-box:hover {
  background: white;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-10px);
  border-color: var(--primary-color);
}

.partner-box h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #272e26;
  line-height: 1.3;
}

.partner-box h6 span {
  font-weight: 400;
  color: #6b7280;
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}

/* Slider Progress Bar */
.slider-progress-container {
  width: 100%;
  height: 6px;
  background-color: #e5e7eb;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.slider-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #0d6b39;
  /* Success Green */
  width: 0%;
  transition: width 0.3s ease;
}

.partners_slider .slick-list {
  overflow: visible;
  /* Allow cards to breath if needed */
}

/* Slick adjustments */
.partners_slider .slick-track {
  display: flex !important;
}

.partners_slider .slick-slide {
  height: inherit !important;
}

.partners_slider_wrapper:hover .slick-track,
.partners_slider_wrapper:focus-within .slick-track,
.services_slide_1:hover .slick-track,
.services_slide_2:hover .slick-track {
  transition-duration: 0ms !important;
  -webkit-transition-duration: 0ms !important;
}

/* News */
.news-item {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.news-link-btn {
  background: var(--secondary-color);
  color: black;
  font-weight: 500;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  margin-top: 15px;
  transition: 0.2s;
}

.news-link-btn:hover {
  background: var(--secondary-hover);
}

/* Responsive adjustments */

/* new style by naveed  */
.container_fluid {
  padding: 0 3%;
}

.topbar_left {
  width: 253px;
  background-color: #278237;
  padding: 8px 8px 8px 3%;
}

.topbar_left a {
  font-size: 16px;
}

.topbar_right {
  padding: 8px 8px 8px 3%;
  flex: 1;
}

.topbar_right span {
  color: #fff;
  font-size: 13px;
}

.navbar_brand_cs {
  background-color: #ffffff;
  width: 253px;
  padding: 12px 12px 12px 3%;
  flex: 1;
  min-width: 253px;
  margin-right: 0;
}

.header_cs {
  padding-left: 0;
  padding-right: 3%;
}

.about_us_img_wrap {
  position: relative;
}

.about_us_img_wrap img {
  position: relative;
  z-index: 2;
}

.about_us_img_wrap::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(175.18deg, #f9c400 2%, #ffffff 112.88%);
  transform: matrix(1, -0.06, -0.06, -1, 0, 0);
  border-radius: 50%;
  /* top: 0; */
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  animation: pulse-border 3s infinite ease-in-out;
}

.download_citizen_circle::before {

  width: 270px;
  height: 270px;
  top: 60%;
  left: 21%;

}

@keyframes pulse-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
}

/* Scroll Animations */
.animate-on-scroll {
  opacity: 0;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  /* Smooth 'professional' ease */
  will-change: opacity, transform;
}

.fade-up {
  transform: translateY(40px);
}

.fade-in {
  transform: translateY(0);
}

.fade-right {
  transform: translateX(-40px);
}

.fade-left {
  transform: translateX(40px);
}

.zoom-in {
  transform: scale(0.95);
}

/* Visible State */
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

/* Mobile: Reduce animation translations to prevent overflow */

/* Staggered Delays (optional usage) */
.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

.delay-500 {
  transition-delay: 0.5s;
}

.delay-600 {
  transition-delay: 0.6s;
}

.delay-700 {
  transition-delay: 0.7s;
}

.delay-800 {
  transition-delay: 0.8s;
}

.delay-900 {
  transition-delay: 0.9s;
}

.delay-1000 {
  transition-delay: 1s;
}

/*  */

.star_rating_cs.rating {
  display: flex;
}

.star_rating_cs .star {
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e1e1e1"><path d="M12 .587l3.668 7.571 8.332 1.151-6.064 5.898 1.445 8.293L12 18.902l-7.381 4.598 1.445-8.293-6.064-5.898 8.332-1.151z"/></svg>') no-repeat;
  background-size: cover;
  position: relative;
  margin: 2px;
}

.star_rating_cs .star::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--star-fill, 0);
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f8b825"><path d="M12 .587l3.668 7.571 8.332 1.151-6.064 5.898 1.445 8.293L12 18.902l-7.381 4.598 1.445-8.293-6.064-5.898 8.332-1.151z"/></svg>') no-repeat;
  background-size: cover;
  z-index: 1;
}

.small_text_rating {
  font-weight: 400;
  font-size: 14px;
  color: #838e91;
}

.small_2 {
  font-weight: 400;
  font-size: 12px;
  color: #272E26;
}

.fee_flex {
  display: flex;
  align-items: center;
  min-width: 137px;
  justify-content: space-between;
}

.process-step img {
  width: 100px;
  height: 100px;
}

.process-wrapper {
  gap: 0px;
  align-items: center;
  position: relative;
  /* Context for absolute background */
}

/* Background Image on Pseudo-element */
.process-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/union.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  /* Behind content */
  opacity: 0;
  /* Start hidden */
  transition: all 1.5s ease-in-out;
}

/* Ensure content stays on top */
.process-step {
  position: relative;
  z-index: 1;
}

/* Special Override: Keep wrapper visible so children can animate,
   but trigger background animation when wrapper gets 'is-visible' */
.process-wrapper.animate-on-scroll {
  opacity: 1;
  transform: none;
}

/* Animate background when visible, with delay to follow steps */
.process-wrapper.animate-on-scroll.is-visible::before {
  opacity: 1;
  transition-delay: 0.8s;
  /* Wait for children */
}

/* Step container */
.process-step {
  text-align: center;
  position: relative;
}

/* Icon circle */
.icon-circle {
  width: 110px;
  height: 110px;
  /* background: #ffffff; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto;
}

/* Dashed borders */
/* .dashed-green {
  border: 2px dashed #6aa84f;
}

.dashed-yellow {
  border: 2px dashed #f5bb18;
} */

/* Label */
.step_process_tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #272e26;
  padding: 6px 10px 6px 6px;
  position: relative;
  background: linear-gradient(90deg,
      rgba(245, 187, 24, 0.2) 0%,
      rgba(245, 187, 24, 0) 100%);
}

.eligibility_items_tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #272e26;
  padding: 8px 10px 8px 12px;
  position: relative;
  background: linear-gradient(90deg,
      rgba(245, 187, 24, 0.2) 0%,
      rgba(245, 187, 24, 0) 100%);
}

/* Yellow bar */
.step_process_tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: #f5bb18;
  border-radius: 4px;
}

.eligibility_items_tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: #f5bb18;
  border-radius: 4px;
}

/* Bold first word */
.step_process_tag span {
  font-weight: 600;
}

/* Position helpers */
/* .step_process_tag.top {
  margin-bottom: 6px;
}

.step_process_tag.bottom {
  margin-top: 6px;
} */

/* .process-step:nth-child(odd) {
 border-top: 2px dashed #f5bb18;
 border-radius: 50%;
}
.process-step:nth-child(even) {
 border-bottom: 2px dashed #f5bb18;
 border-radius: 50%;
} */
.step_process_tag {
  position: absolute;
  margin-bottom: 0;
}

.step_process_tag.top {
  top: -50px;
  left: 0;
  width: 100%;
}

.step_process_tag.bottom {
  bottom: -52px;
  left: 0;
  width: 100%;
}

.download_sec {
  background: url("../images/download_sec_banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 6rem;
  height: calc(100vh - 100px);
}

.download_app_img {
  margin-top: -60px;
  z-index: 2;
  position: relative;
  left: 12%;
  max-width: 88%;
}

.download_img_wrap::before {
  content: "";

  position: absolute;
  width: 450px;
  height: 450px;
  background: linear-gradient(131.75deg, #f9c400 15.83%, #25472a 66.28%);
  transform: matrix(0.99, 0.1, 0.11, -0.99, 0, 0);
  border-radius: 50%;
  /* top: 0; */
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  z-index: 0;
  animation: pulse-border 3s infinite ease-in-out;
}

.card-img-top {
  border-radius: 16px;
}

.news_card_title {
  font-weight: 300;
  font-size: 22px;
  color: #110f15;
}

/* Slick Slider Custom Styles */
.service-pills.slick-initialized {
  display: block;
  padding: 0 40px;
}

.service-pills .slick-slide {
  margin: 0 10px;
  height: auto;
  display: flex !important;
  justify-content: center;
}

.service-pills .service-pill {
  width: auto;
  max-width: 100%;
}

/* Custom Arrows */
.slick-prev-custom,
.slick-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark);
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--secondary-color);
}

.slick-prev-custom {
  left: 0;
}

.slick-next-custom {
  right: 0;
}

/* Preloader: The Dastak (Knock) Theme */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* Allow interaction with door later? No, keep blocking */
}

/* Door Panels */
.door-panel {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
}

.left-panel {
  left: 0;
  /* border-right: 1px solid #f0f0f0; */
  border-right: 2px solid #f0f0f0;
}

.right-panel {
  right: 0;
  border-left: 2px solid #f0f0f0;
}

/* Content */
.preloader-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

/* Knocker Wrapper & Ripples */
.knocker-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-circle {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  animation: knockAction 2s infinite ease-in-out;
  /* The Knock */
}

.preloader-logo {
  width: 65px;
  height: auto;
}

/* Ripples - simulating sound waves of the knock */
.ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  box-sizing: border-box;
  opacity: 0;
}

.r-1 {
  animation: rippleExpand 2s infinite 0s;
}

/* Syncs with knock */
.r-2 {
  animation: rippleExpand 2s infinite 0.4s;
}

.r-3 {
  animation: rippleExpand 2s infinite 0.8s;
}

.knocking-text {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333;
  text-transform: uppercase;
  animation: textFade 2s infinite ease-in-out;
}

/* Loaded State */
#preloader.loaded {
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s 0.8s;
  /* Wait for 0.8s slide transition */
}

#preloader.loaded .left-panel {
  transform: translateX(-100%);
}

#preloader.loaded .right-panel {
  transform: translateX(100%);
}

#preloader.loaded .preloader-content {
  opacity: 0;
  transform: scale(0.9);
}

/* Keyframes */

/* Simulates a sharp "Knock Knock" motion */
@keyframes knockAction {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(0.95);
  }

  /* Knock 1 */
  20% {
    transform: scale(1);
  }

  /* Reset */
  30% {
    transform: scale(0.95);
  }

  /* Knock 2 */
  40% {
    transform: scale(1);
  }

  /* Reset */
  100% {
    transform: scale(1);
  }

  /* Pause */
}

@keyframes rippleExpand {
  0% {
    width: 100px;
    height: 100px;
    opacity: 0.6;
    border-width: 3px;
  }

  100% {
    width: 220px;
    height: 220px;
    opacity: 0;
    border-width: 0px;
  }
}

@keyframes textFade {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

/* =========================================
   ALL SERVICES PAGE STYLES
   ========================================= */

/* Controls Row */
.services-controls {
  background: transparent;
}

/* Service Search Box */
.service-search-box {
  position: relative;
}

.service-search-box input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border-radius: 6px;
  border: 1px solid #f3f7f4;
  background: #f3f7f4;
  font-size: 0.95rem;
  color: #474a4e;
  outline: none;
  transition: 0.2s;
}

.service-search-box input:focus {
  background: white;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(13, 107, 57, 0.1);
}

.service-search-box i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #474a4e;
}

/* Toggle Switch (Citizen/Business) */
.toggle-switch-wrapper {
  background: #f7f7f7;
  /* padding: 4px; */
  border-radius: 8px;
  display: inline-flex;
  border: 1px solid #f7f7f7;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.toggle-btn {
  padding: 13px 24px;
  border: none;
  background: transparent;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #6b7280;
  transition: all 0.2s ease;
}

.toggle-btn.active {
  background: var(--primary-color);
  color: white;
  box-shadow: 0 2px 4px rgba(13, 107, 57, 0.2);
}

/* Filter Pills */
.filter-pill {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  padding: 13px 16px;
  border-radius: 6px;
  font-size: 0.85rem;
  color: #474a4e;
  font-weight: 500;
  transition: all 0.2s;
}

.filter-pill:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  color: var(--text-dark);
}

/* Custom Accordion */
.accordion-item {
  border: none;
  background: #f7f7f7;
  margin-bottom: 12px;
  border-radius: 14px !important;



}

.accordion-button:focus {
  box-shadow: unset !important;
}

.accordion-button {
  color: #374151;
  font-size: 1.05rem;
  font-weight: 500;
  box-shadow: 0 !important;
  border: 1px solid #f7f7f7;
  border-radius: 12px !important;
  padding: 18px 24px;
  transition: all 0.3s ease;

  background: #f7f7f7;
}

.accordion-button:not(.collapsed) {
  background-color: #f7f7f7;
  color: var(--primary-color);
  font-weight: 700;
  border-color: #ffffff;
  /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05) !important; */
  border-radius: 12px 12px 0 0 !important;
  border: 0;
}

.accordion-button span {
  position: relative;
}

.accordion-button span::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  height: 100%;
  width: 4px;
  border-radius: 4px;
  background-color: var(--secondary-color);
}

.accordion-collapse {
  background: #f7f7f7;
  border: none;
  border-radius: 0 0 12px 12px;
  /* box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03); */
  margin-top: -2px;
}

/* Service Card */
.service-card-item {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
}

.service-card-item:hover {
  border-color: var(--primary-color);
  box-shadow: 0 8px 20px rgba(13, 107, 57, 0.08);
  /* Green tint shadow */
  /* transform: translateY(-3px); */
  cursor: pointer;
}

.service-card-item.active-card {
  background-color: #167B38 !important;
  color: #ffffff !important;
  border: 2px solid #167B38 !important;
  /* Purple border from image */
  transform: translateY(-3px);
}

.service-card-item.active-card .svc-name {
  color: #ffffff !important;
}

.service-card-item.active-card img {
  filter: brightness(0) invert(1);
  /* Make SVG icons white */
}

.svc-icon {
  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
}

.svc-icon img {
  height: 32px;
  width: 38px;
  object-fit: contain;
}

/* =========================================
   SERVICE DETAIL OFFCANVAS
   ========================================= */
.service-detail-offcanvas {
  width: 600px !important;
  /* Wide standard width */
  border-left: none;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
}

.service-detail-offcanvas .offcanvas-header {
  background: #f8f9fa;
  padding: 20px 25px;
}

.service-detail-offcanvas .offcanvas-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 12px;
}

.yellow-bar-indicator {
  width: 4px;
  height: 24px;
  background-color: var(--secondary-color);
  border-radius: 4px;
  display: inline-block;
}

/* Custom Table for Documents */
.custom-doc-table thead th {
  background-color: #272e26;
  /* Dark header */
  color: white;
  font-weight: 500;
  font-size: 0.85rem;
  padding: 10px;
  border: none;
}

.custom-doc-table-2 thead th {
  font-size: 10px;
  padding: 10px;

}

/* Rounded corners for table header */
.custom-doc-table thead th.rounded-start {
  border-radius: 8px 0 0 8px;
}

.custom-doc-table thead th.rounded-end {
  border-radius: 0 8px 8px 0;
}

.custom-doc-table tbody td {
  background: #f7f7f7;
  padding: 8px 12px;
  font-size: 0.8rem;
  color: #272e26;
  border-bottom: 8px solid #ffff;
  border-top: 8px solid #ffff;
}

.custom-doc-table tbody tr td:first-child {
  position: relative;
  padding-left: 16px;
  /* space for the before element */
  border-radius: 12px 0 0 12px;
}

.custom-doc-table tbody tr td:last-child {
  border-radius: 0 12px 12px 0;
}

.custom-doc-table tbody tr td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #272e26;
  border-radius: 6px;
}

/* Checkboxes */
.fa-check-square {
  font-size: 1.1rem;
}

.fa-square {
  font-size: 1.1rem;
}

.text-light-gray {
  color: #e5e7eb;
}

/* =========================================
   APPLICATION FORM OFFCANVAS (WIZARD)
   ========================================= */
.application-form-offcanvas {
  width: 800px !important;
  /* Wide */
  border-left: none;
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.15);
}

.application-form-offcanvas .offcanvas-header {
  background: #f8f9fa;
  padding: 20px 30px;
}

.application-form-offcanvas .offcanvas-body {
  padding: 0 30px 30px;
}

/* Stepper */
.stepper-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 15px 0;
  margin-bottom: 30px;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.5;
  transition: 0.3s;
}

.step-item.active {
  opacity: 1;
}

.step-icon {
  width: 24px;
  height: 24px;
  border: 4px solid #d1d5db;
  border-radius: 4px;
  /* Square with rounded corners */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: transparent;
  background: transparent;
  transition: all 0.2s;
}

.step-item.active .step-icon {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #ffffff;
}

.step-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #374151;
}

.step-line {
  flex-grow: 1;
  height: 1px;
  background: #e5e7eb;
  margin: 0 15px;
  border-top: 1px dashed #d1d5db;
  background: transparent;
}

/* Document Checklist */
.doc-check-item {
  background: #f9fafb;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.2s;
}

.doc-check-item:hover {
  border-color: #d1d5db;
}

.doc-check-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--primary-color);
}

.doc-check-item span {
  font-size: 0.95rem;
  color: #374151;
}

/* Success Modal Redesign */
.success_modal_content {
  background: #fff url("../images/apply_self_ptrn.png") top center no-repeat !important;
  background-size: 100% auto !important;
  border: none !important;
  border-radius: 20px !important;
  overflow: hidden;
  position: relative;
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  opacity: 0.5;
  transition: 0.3s;
  border: none;
  background: transparent;
  font-size: 18px;
  color: #474a4e;
}

.modal-close-btn:hover {
  opacity: 1;
}

.success_icon_outer {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.success_icon_inner {
  width: 55px;
  height: 55px;
  background: #e8f5e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #278237;
  font-size: 24px;
  border: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.success_modal_title {
  font-size: 20px;
  font-weight: 700;
  color: #272e26;
  margin-bottom: 8px;
  text-align: center;
}

.success_modal_subtitle {
  color: #838e91;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.payment_detail_card {
  background: #f3f7f4;
  border-radius: 10px;
  padding: 10px 16px;
  border: 1px solid transparent;
}

.payment_detail_card .detail_label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #838e91;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.payment_detail_card .detail_value {
  font-size: 15px;
  font-weight: 700;
  color: #272e26;
  word-break: break-all;
}

.btn-copy {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 4px 10px !important;
  font-size: 11px;
  font-weight: 600;
  color: #474a4e;
  transition: all 0.2s;
  min-width: 95px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



.btn-copy.success-state {
  background: #278237 !important;
  color: #fff !important;
  border-color: #278237 !important;
}

.btn-copy:hover {
  background: #f8f9fa;
  border-color: #d0d0d0;
}

.payment_amount_card {
  background: #f7f7f7;
}

.detail_label_large {
  font-size: 13px;
  color: #838e91;
  font-weight: 500;
}

.detail_value_large {
  font-size: 18px;
  font-weight: 700;
  color: #272e26;
}

.payment_instruction_text {
  font-size: 12px;
  color: #838e91;
  margin-bottom: 20px !important;
}

.btn-pay-now {
  background: #f5bb18;
  color: #272e26;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(245, 187, 24, 0.2);
  transition: all 0.3s;
  padding: 10px !important;
}

.btn-pay-now:hover {
  background: #e5ae16;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(245, 187, 24, 0.3);
  color: #272e26;
}

.btn-track-app-modal {
  background: #fff;
  color: #272e26;
  font-weight: 700;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  transition: all 0.3s;
  padding: 10px !important;
}

.btn-track-app-modal:hover {
  background: #f8f9fa;
  border-color: #d0d0d0;
  color: #272e26;
}

.link-do-later {
  color: #838e91;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: 0.2s;
}

.link-do-later:hover {
  color: #272e26;
}

.menu_offcanvas {
  width: 100%;
}

/* Scroll Up Button */
.scroll-up-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: var(--secondary-color);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.scroll-up-btn.show {
  opacity: 0.75;
  visibility: visible;
  transform: translateY(0);
}

.scroll-up-btn:hover {
  background-color: var(--primary-color);
  opacity: 1 !important;
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(13, 107, 57, 0.3);
}

.dastak_logo_footer {
  width: 200px;
}

.govt_logo_footer {
  width: 180px;
}

.footer_social_icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.serv_sec,
.latest_news_sec {
  background-color: #f3f7f4;
}

.text-muted {
  color: #838E91 !important;


}

.lead {
  font-size: 1.1rem;
}

.text-dark {
  color: var(--text-dark) !important;
}

.btn-light {
  background-color: #f7f7f7;
  border-color: #f7f7f7 !important;
}

.offcanvas_card {
  background-color: #f7f7f7;
}

.fw-bold {
  font-weight: 600 !important;
}

.step-content .form-control,
.step-content .form-select {
  background-color: #f7f7f7;
  border-radius: 10px;
  border-color: #f7f7f7;
  padding: 12px 16px;
  color: #272e26;
}

.step-content .form-control::placeholder {
  color: #7b7b7b;
  opacity: 1;
}

.form_details_inner {
  position: relative;
  padding-left: 14px;
}

.form_details_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--secondary-color);
  border-radius: 4px;
}

.form_details_inner p {
  font-size: 13px;
}

.form_details_inner small {
  font-size: 12px;
}

.review_form_card {
  background: #ededed;
  border-radius: 10px;
  padding: 16px;
}

.review_form_card p {
  font-weight: 600;
  font-size: 14px;
  color: #272e26;
}

.sec_title_small {
  font-size: 24px !important;
}

/* Accent inputs/selects with brand green: show only on focus */
input,
textarea,
select {
  border: 1px solid transparent !important;
  box-shadow: none !important;
  outline: none !important;
  transition:
    box-shadow 0.15s ease,
    outline 0.15s ease,
    border-color 0.15s ease;
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #038b45 !important;
  box-shadow: 0 0 0 2px rgba(3, 139, 69, 0.12) !important;
}

.track_app_btn {
  font-size: 14px;
}

/* new style for track application offvanvas */
#eLicenseOffcanvas .offcanvas-body {
  background: #fff url("../images/bg_track.png") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: bottom right !important;
  /* font-family: "Manrope", sans-serif !important; */
}

.ai-offcanvas {
  width: 470px !important;
  border-left: none;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
}

#eLicenseOffcanvas .form-check-input[type="radio"] {
  width: 18px;
  height: 18px;
  border-radius: 4px !important;
  cursor: pointer;
  border: 4px solid #d1d5db !important;
  background-color: #fff;
  transition: all 0.2s;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  margin-top: 3px;
}

#eLicenseOffcanvas .form-check-input[type="radio"]:checked {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  background-image: none !important;
}

#eLicenseOffcanvas .form-check-input[type="radio"]:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #272e26;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg_light_cs {
  background-color: #f7f7f7;
}

.bg_check_box {
  background: #f7f7f7;
  padding: 12px;
  border-radius: 4px;
}

/* generate license css  */
.d_wrapper {
  width: 275px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.user_pic {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
}

.user_pic img {
  width: 100%;
  border-radius: 50%;
  height: 104px;
}

.d_no_area {
  font-weight: 600;
  position: absolute;
  top: 37%;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 1.15;
  font-family: "Roboto", sans-serif;
}

.d_no {
  color: #263370;
  font-size: 12px;
}

.person_name {
  font-size: 14px;
}

.d_info_area {
  max-width: 210px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: absolute;
  top: 46.5%;
  left: 21%;
  font-weight: 600;
  font-size: 9.5px;
  text-align: left;
}

.d_info_area li {
  width: 50%;
  float: left;
  margin-bottom: 24px;
  font-weight: 600;
  color: #000;
}

.d_info_area li:last-child {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0px;
}

.d_lice_applied {
  position: absolute;
  top: 70%;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 10px;
  font-weight: 500;
  width: 210px;
  left: 13%;
  text-transform: uppercase;
}

.d_lice_applied li {
  width: 25%;
  text-align: center;
  float: left;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 6px;
}

.d_lice_applied li img {
  display: block;
  width: 30px;
  margin: 0 auto 3px;
}

/* .btn.active {
  background: #ffc107 !important;
  border-color: #ffc107 !important;
  color: #fff !important
} */

.d_lice_applied li.d_applied img.d_not_applied {
  display: none;
}

.d_lice_applied li.d_applied img.d_app {
  display: block;
}

.qr_code {
  width: 40px;
  position: absolute;
  bottom: 20px;
  left: 45px;
}

.verify_btn {
  border: none;
  height: auto !important;
  padding: 10px 35px;
  border-radius: 50px;
  font-size: 18px;
}

.signature {
  width: 90px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.information .form-control {
  height: 48px;
}

/* new style  */
.offcanvas_bg {
  background-image: url("../images/offcanvas_services.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.offcanvas_body_title {
  font-size: 32px;
}

.btn_fixed {
  position: absolute;
  right: 20px;
  top: 20px;
}

.select_services_wrap {
  text-decoration: none;
}

.select_services_wrap h6 {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #272e26;
}

.select_services_wrap p {
  font-weight: 400;
  font-size: 13px;
  color: #272e26;
}

.services_card {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 16px;
  border: none;
}

.offcanvas.offcanvas-bottom {
  height: auto !important;
  overflow-y: hidden;
}

.select_services_wrap:hover .door_step_service_card,
.door_step_service_card.active {
  background-color: #278237;
}

.select_services_wrap:hover .door_step_service_card h6,
.select_services_wrap:hover .door_step_service_card p,
.door_step_service_card.active h6,
.door_step_service_card.active p {
  color: #fff;
}

.select_services_wrap:hover .door_step_service_card svg path,
.door_step_service_card.active svg path {
  fill: #fff;
}

.select_services_wrap:hover .self_services_card,
.self_services_card.active {
  background-color: #f5bb18;
}

.btn-success {
  background-color: #167B38;
  border-color: #167B38;
}

.container_fluid_cs {
  padding: 0 3%;
  margin: 0 auto;
}

.notes_text {
  font-weight: 400;
  font-size: 13px;
  color: #272e26;
}

.services_details_title {
  font-size: 24px;
  font-weight: 700;
}

.services_details_title span {
  font-weight: 300;
}

.btn_selfservice:hover,
.btn_selfservice.active {
  background-color: #f5bb18;
  border-color: #f5bb18;
  color: #272e26;
}

.btn_doorstep:hover,
.btn_doorstep.active {
  background-color: #278237;
  border-color: #278237;
  color: #fff;
}

.btn_doorstep:hover svg path,
.btn_doorstep.active svg path {
  fill: #fff;
}

.fee_detail_card {
  background: #ffffff;
  border: 0.5px solid #dedede;
  border-radius: 10px;
  padding: 16px;
}

.fee_card_details_desc {
  font-size: 12px;
  color: #272e26;
}

.fee_card_details_title {
  font-weight: 600;
  font-size: 16px;
  color: #272e26;
}

.fee_detail_breakdown_card {
  background: #f7f7f7;
  border: 0.5px solid #dedede;
  border-radius: 10px;
  padding: 34px 12px 12px 12px;
  position: relative;
  top: -20px;
  z-index: -1;
}

.form_sec_card {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 18px;
}

.form_sec_card_title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #272e26;
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.form_sec_card_title span {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

.form_sec_card_title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #f5bb18;
  left: 0px;
  top: 0px;
  border-radius: 6px;
}

.label_cs {
  font-weight: 500;
  font-size: 13px;
  color: #000000;
}

.form_sec_card .form-control,
.form_sec_card .form-select {
  border-radius: 10px;
  padding: 8px 16px;
  color: #272e26;
  font-size: 13px;

  background-color: #ffffff;
  border: 1px solid#E0E0E0 !important;
}

.form_sec_card .form-control::placeholder {
  color: #7b7b7b;
  opacity: 1;
}

.form_sec_card input:focus,
.form_sec_card textarea:focus,
.form_sec_card select:focus {
  border: 1px solid #038b45 !important;
  box-shadow: 0 0 0 2px rgba(3, 139, 69, 0.12) !important;
}

.map_pin_location_btn {
  top: 22px;
}

.verified_status {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #278237;
}

/* Success Modal Styles */
.success_modal_content {
  border-radius: 24px;
  border: none;
  background-image: url("../images/bg_modal.png");
  background-size: contain;
  background-position: top right;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
}

.success_icon_wrapper {
  display: flex;
  justify-content: flex-start;
}

.success_icon_circle {
  width: 60px;
  height: 60px;
  background-color: #278237;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.success_modal_title {
  color: #272e26;
  font-weight: 700;
  line-height: 1.3;
  font-size: 32px;
  text-align: center;
}

.success_modal_title span {
  font-weight: 300;
}

.success_modal_text {
  color: #838e91;
  font-size: 15px;
  text-align: left;
  line-height: 1.3;
}

.success_modal_text strong {
  display: block;
  margin-top: 10px;
  color: #272e26;
  font-weight: 600;
  font-size: 16px;
}

.success_done_btn {
  border-radius: 10px;
  font-weight: 700;
  background-color: #278237 !important;
  border: none !important;
  padding: 12px !important;
  font-size: 16px;
  width: auto !important;
  min-width: 150px;
  margin-top: 20px;
}

/* Confirmation Modal Styles */
.confirmation_modal_content {
  border-radius: 24px;
  border: none;
  background-image: url("../images/bg_modal.png");
  background-size: contain;
  background-position: top right;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
}

.warning_icon_wrapper {
  margin-bottom: 20px;
}

.warning_icon_wrapper i {
  font-size: 50px;
  color: #f5bb18;
}

.confirmation_modal_title {
  color: #272e26;
  font-weight: 700;
  line-height: 1.3;
  font-size: 28px;
  text-align: left;
  margin-bottom: 12px;
}

.confirmation_modal_title span {
  font-weight: 300;
}

.confirmation_modal_text {
  color: #838e91;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 24px;
}

.btn_modal_cancel {
  background: #f7f7f7 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 40px !important;
  font-weight: 600 !important;
  color: #272e26 !important;
  transition: all 0.3s !important;
}

.btn_modal_cancel:hover {
  background: #e0e0e0 !important;
}

.btn_modal_switch {
  background: #278237 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 40px !important;
  font-weight: 600 !important;
  color: #fff !important;
  transition: all 0.3s !important;
}

.btn_modal_switch:hover {
  background: #1e6129 !important;
  color: #fff !important;
}

.offcanvas_download_app {
  font-size: 36px;
  font-weight: 700;
}

.offcanvas_download_app span {
  display: block;
  font-weight: 300;
}

.offcanvas_decor_bottom {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 420px;
}

/* new css home page  */

.home_page .navbar_cs {
  display: none;
}

.apply_services_btn_wrap {
  gap: 1px;
}

.btn_track_appp_btn {

  background: rgba(70, 70, 70, 0.3);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(13px);
  border-radius: 10px;

  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 13px 24px;

  cursor: pointer;
  transition:
    box-shadow 0.35s ease,
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease;
}

/* Hover Effect */
.btn_track_appp_btn:hover {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.9);

  box-shadow:
    0 8px 24px rgba(255, 255, 255, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.25);

  transform: translateY(-2px);
}

/* Optional: Active (click) effect */
.btn_track_appp_btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.header_fexed {
  background: rgba(0, 0, 0, 0.63);
  border: 1px solid #000000;
  backdrop-filter: blur(9.5px);
  border-radius: 20px;
  position: fixed;
  width: 60%;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 16px;
  z-index: 99;
}

.header_fexed:hover {
  border: 1px solid #ffffff4e;
}

.home_page_search {
  background: #f7f7f7;
  border: 1px solid #eaeaea !important;
  border-radius: 10px;
  padding: 16px 70px 16px 50px;
}

.searc_icon_home {
  left: 10px;
  font-size: 24px;
  color: #838e91;
}

.searc_btn {
  border: none !important;
  position: absolute;
  right: 10px;
  background: none !important;
}

.home_page_servicves_card {
  background: #f7f7f7;
  border-radius: 14px;
  padding: 12px 16px;
  margin: 10px;
}

.services_slide_1 {
  margin-top: 20px;
}

.services_slide_1 .slick-list,
.services_slide_2 .slick-list {
  margin: 0 -10px;
}

.home_page_servicves_card img {
  height: 24px;
}

.home_page_servicves_card p {
  font-weight: 400;
  font-size: 16px;
  color: #272e26;
}

.hand_ptrn_wrap {
  position: relative;
}

.hand_ptrn_wrap::after {
  content: "";
  background-image: url("../images/cirlc_ptrn.png");
  background-position: right;
  background-size: contain;
  position: absolute;
  width: 113%;
  height: 100%;
  right: -20%;
  background-repeat: no-repeat;
  z-index: -1;
}

.hand_ptrn_wrap::before {
  content: "";
  position: absolute;
  width: 113%;
  height: 100px;
  right: -20%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18.5px);
  bottom: -70px;
}

.hand_ptrn_wrap img {
  position: relative;
  top: 70px;
  max-width: 70%;
}

.hero_logo_img {
  position: absolute;
  top: 16px;
  left: 3%;
  width: 130px;
}

.me_1 {
  margin-right: 1px;
}

.custom-accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  flex-wrap: wrap;
}

.custom-accordion .accordion-header .accordion-button {
  width: fit-content;
  padding-left: 38px;
  box-shadow: unset !important;
  position: relative;
}

.custom-accordion .accordion-header .accordion-button::after {
  margin-right: auto;
  position: absolute;
  left: 0;
}

.svc-name {
  font-size: 14px;
  line-height: 1.2;
}

/* =========================================
   MEDIA QUERIES (REARRANGED)
   ========================================= */

/* 1260px Breakpoint */



/* home 3 css  */
.home_3_header {
  background: #F3F7F4 !important;


}

.home_3_header .container-fluid {
  padding-left: 3%;
  padding-right: 3%;
}

.home_3_header .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #838E91;
  position: relative;
}

.home_3_header .nav-item {
  margin: 0 12px;
}

.home_3_header .nav-link.active,
.home_3_header .nav-link:hover {
  color: #278237;
  position: relative;
}

.home_3_header .navbar-brand,
.navbrand_home_3 {
  margin-right: 42px;
}

.home_3_header .custom-nav-links .nav-link.active::after,
.home_3_header .custom-nav-links .nav-link:hover::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #278237;
  border-radius: 2px;
  transform: scaleX(1);
  opacity: 1;
  transition: transform 0.3s ease;
}

.home_3_hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0 0;
  background-color: #fff;
}

.home_3_hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/home_bg_updated.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.6;
}

.urdu_title_small {
  font-family: "nihal", sans-serif;
  color: #278237;
  font-size: 28px;
  font-weight: 500;
}

.hero_content_3 {
  max-width: 500px;
}

.hero_main_logo {
  height: 65px;
  margin-bottom: 20px;
}

.hero_sub_title {
  font-size: 32px;
  font-weight: 200;
  line-height: 1.3;
  color: #323232;


}

.hero_main_title {
  font-size: 60px;
  font-weight: 800;
  color: #278237;
  line-height: 1.2;

}

.hero_desc_text {
  max-width: 500px;
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
  color: #000000;

}

.btn_apply_service_hero {
  background-color: #f5bb18;
  color: #272e26 !important;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(245, 187, 24, 0.2);
  position: relative;
  z-index: 2;
}

.btn_apply_service_hero:hover {
  background-color: #e5b00a;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(245, 187, 24, 0.3);
}

.btn_explore_services_hero {
  background-color: #d6d6d6;
  color: #4b5563 !important;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: 0.3s ease;
  border: none;
  position: relative;
  z-index: 2;
}

.btn_explore_services_hero:hover {
  background-color: #e5e7eb;
  transform: translateY(-3px);
}

.btn_icon_box {
  background: rgba(255, 255, 255, 0.4);
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #272e26;
}

.btn_icon_box_outline {
  background: rgba(0, 0, 0, 0.05);
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_artwork_main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  margin-bottom: -12%;
  display: block;
  animation: heroine-float 10s ease-in-out infinite;
}

@keyframes heroine-float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(1deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.call_us_badge_hero {
  position: absolute;
  bottom: -68px;
  left: 5%;
  z-index: 3;
  width: 210px;
  animation: badge-pulse 8s ease-in-out infinite;
}

@keyframes badge-pulse {
  0% {
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
  }

  50% {
    transform: scale(1.05) translateY(-10px);
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
  }

  100% {
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
  }
}

.call_us_img {
  width: 100%;
  height: auto;
}

.container_fluid_hero {
  width: 100%;
  padding-right: 3%;
  padding-left: 3%;
  margin-right: auto;
  margin-left: auto;

}

.home_3_header.scrolled.shadow-sm {
  background-color: #F3F7F4 !important;
}

.home_3_header .login-header-btn .icon-box {

  color: #fff;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;

}

.home_3_header .login-header-btn {

  color: #fff;

}

.home_3_header .login-header-btn:hover {
  color: var(--secondary-color);
}

.home_3_header .login-header-btn:hover .icon-box {
  transform: scale(1.1);
  background-color: var(--bg-light);
  color: var(--primary-color);
}

.section_small_title {
  color: #272E26;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
  position: relative;
}

.section-title.sec_text_primary {
  color: #167B38;
}

.section-title .bold_span_sec_title {
  font-weight: 800;
  color: #167B38;
}

.download_app_desc_info {
  font-size: 16px;
  color: #838E91;
  position: relative;
  padding-left: 18px;
}

.download_app_desc_info::before {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #F5BB18;
  position: absolute;
  left: 0;
  top: 0;
}

.download_app_desc_info span {
  font-weight: 600;
  color: #000;
}

.hero_actions {
  justify-content: space-between;
}

.hero_actions a {
  flex: 1;
}

.qr_code_wrap {
  flex-wrap: nowrap;
}


/* ==========================================================================
   Home 3 Responsive Styles
   ========================================================================== */

/* Large Tablets & Medium Laptops */




/* Tablets & Small Laptops */


/* Navigation */
.home_3_header {
  background-color: #0d6b39 !important;
  /* Force background on mobile for visibility */
}

.home_3_header .offcanvas {
  background-color: #ffffff;
}



.home_3_header .lang-toggle {
  margin: 15px auto;
  width: fit-content;
}

.home_3_header .login-header-btn {
  color: #333 !important;
  justify-content: center;
  width: 100%;
  padding: 10px;
}

.home_3_header .login-header-btn .icon-box {
  border-color: #0d6b39;
  color: #fff;
}

.container_fluid {
  padding: 0 5%;
}

.home_3_body .btn-primary-yellow {

  min-width: 165px;
  padding: 6px 6px;
  font-size: 13px;
}

.home_3_body .btn-primary-yellow svg {

  width: 32px;
  height: 32px;
}

.home_3_body .btn_track_appp_btn {

  min-width: 150px;
  padding: 13px 10px;
  font-size: 13px;
}

.qr_code_wrap {
  flex-wrap: nowrap;
}


/* Mobile Devices */




/* Small Mobile Devices */


/* Fixed Header Fix for Mobile */
.home_3_header .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.2);
  padding: 4px 8px;
}

.home_3_header .navbar-toggler:focus {
  box-shadow: none;
}

.home_3_header .navbar-toggler-icon {
  filter: brightness(0);
}

#about {
  overflow: hidden;
}

.navbar_cs .container-fluid {
  padding: 0 3%;
}

/* DLIMS Services Section */
.dlims-services-sec {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(221, 179, 64, 0.1) 48.56%);

}

.dlims-services-logo {
  height: 120px;
}

.dlims-services-title {
  color: #278237;
  font-weight: 700;
  font-size: 38px;
}

.dlims-services-subtitle {
  font-size: 28px;
  font-weight: 200;
  color: #000000;


}

.dlims-services-subtitle span {
  font-weight: 700;
}

.dlims-services-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #838E91;
}

.dlims-services-desc span {
  font-weight: 500;
}


.dlims-feature-text {
  font-size: 15px;
  color: #838E91;
  font-weight: 500;


}

.dlims-services-btn {
  font-size: 15px;
  text-decoration: none;
  border-radius: 8px;
}

.dlims-services-blob {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 440px;
  height: 440px;
  background-color: #FEE066;
  border-radius: 50%;
  filter: blur(0px);
  opacity: 0.95;
  z-index: 0;
}




.w-fit {
  width: fit-content;
}

/* Explore Available Services Section Redesign */
.explore_services {
  background-color: #FAFAFA !important;
}

.explore_search_wrap {
  width: 100%;
  max-width: 500px;
}

.explore_search_input {
  background-color: #F3F7F4 !important;
  border: 1px solid transparent !important;
  border-radius: 50px !important;
  padding: 14px 20px 14px 45px;
  font-size: 15px;
  color: #272E26;
  transition: all 0.3s;
}

.explore_search_input::placeholder {
  color: #838E91;
}

.explore_search_input:focus {
  background-color: #FFFFFF !important;
  border-color: #167B38 !important;
  box-shadow: 0 0 0 3px rgba(22, 123, 56, 0.1) !important;
}

.explore_slider_container {
  padding-bottom: 20px;
  padding-top: 10px;
}

/* Card Styling exactly like Design Reference */
.explore_cat_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 125px;
  background-color: #FFFFFF;
  border: 1px solid #167B38;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  padding: 15px;
  z-index: 1;
  transition: transform 0.3s ease;
  margin: 5px;
  /* So box-shadow or hover jump is visible */
}

/* The expanding blob in bottom-left corner */
.card_hover_blob {
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background-color: #167B38;
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
}

.explore_cat_card:hover .card_hover_blob {
  transform: scale(10.5);
  /* Covers max X ~ 160px cleanly leaving top right alone */
}

/* Icon */
.explore_cat_card .card_icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.explore_cat_card .card_icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Title */
.explore_cat_card .card_title {
  color: #167B38;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  transition: color 0.4s ease;
  align-self: flex-start;
  max-width: 90%;
  line-height: 1.25;
  position: relative;
  z-index: 2;
}

.explore_cat_card:hover .card_title {
  color: #FFFFFF;
}

/* View All Link */
.explore_view_all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #A0AEC0;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  background: transparent;
}

.explore_view_all:hover {
  color: #167B38;
}

/* Slick Custom Dots styling */
.explore_services_slider .slick-slide {
  margin: 0 10px;
}

.explore_services_slider .slick-list {
  margin: 0 -10px;
  padding-bottom: 20px;
  /* space for drop shadows */
}

.explore_services_slider .slick-dots {
  bottom: -35px;
}

.explore_services_slider .slick-dots li {
  margin: 0 2px;
}

.explore_services_slider .slick-dots li button:before {
  font-size: 12px;
  color: #D1D5DB;
  opacity: 1;
  transition: all 0.3s;
}

.explore_services_slider .slick-dots li.slick-active button:before {
  color: #167B38;
  font-size: 14px;
}

/* Header Redesign */
.home_3_header {
  background-color: #FAFAFA !important;
  /* light gray/white background from design */
  padding: 10px 0;
  border-bottom: none;
}

.custom-nav-links .nav-link {
  color: #838E91 !important;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 0px !important;
  position: relative;
  transition: color 0.3s ease;
}

.custom-nav-links .nav-link:hover {
  color: #167B38 !important;
}

.custom-nav-links .nav-link.active {
  color: #167B38 !important;
}

.custom-nav-links .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #167B38;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.custom-nav-links .nav-link:hover::after,
.custom-nav-links .nav-link.active::after {
  transform: scaleX(1);
}



/* Language Toggle Custom */
.custom-lang-toggle {
  cursor: pointer;
  background: transparent;
}

.custom-lang-toggle .lang-text {
  font-size: 13px;
  color: #838E91;
  font-weight: 500;
  transition: color 0.3s ease;
}

.custom-lang-toggle .lang-text.active {
  color: #167B38;
  font-weight: 600;
}

.custom-lang-toggle .urdu-font {
  font-family: 'Jameel Noori Nastaleeq', 'Noto Nastaliq Urdu', serif, Arial;
  font-size: 14px;
}

.lang-switch-track {
  width: 32px;
  height: 18px;
  background-color: #167B38;
  border-radius: 20px;
  position: relative;
  border: 1px solid #167B38;
  transition: all 0.3s ease;
}

.lang-switch-knob {
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 2px;
  transition: all 0.3s ease;
}

/* Custom Buttons */
.custom-btn-outline {
  border: 1px solid #167B38 !important;
  color: #167B38 !important;
  background-color: transparent !important;
  font-weight: 400;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.custom-btn-outline:hover {
  background-color: #167B38 !important;
  color: #FFFFFF !important;
}

.custom-btn-solid {
  background-color: #167B38 !important;
  color: #FFFFFF !important;
  border: 1px solid #167B38 !important;
  font-weight: 400;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.custom-btn-solid:hover {
  background-color: #12632C !important;
  border-color: #12632C !important;
}

.custom-btn-yellow {
  background-color: #DCA11D !important;
  /* matches design */
  color: #000000 !important;
  border: 1px solid #DCA11D !important;
  font-weight: 500;
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.custom-btn-yellow:hover {
  background-color: #C08C18 !important;
  border-color: #C08C18 !important;
}

/* Language Toggle Active State */
.custom-lang-toggle.urdu-active .lang-switch-knob {
  left: 14px;
}

/* Profile Dropdown Redesign */
.custom-profile-dropdown .profile-toggle::after {
  display: none !important;
}

.custom-profile-dropdown .profile-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #167B38;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-profile-dropdown .profile-circle i {
  font-size: 14px;
}

.custom-profile-dropdown .profile-name {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
}

/* Service Details Expansion Form */
.service-expanded-box {
  border: 1px solid #167B38;
  border-radius: 14px;
}

.apply-option-card {
  transition: all 0.3s ease;
  user-select: none;
  background: #FFFFFF;
  border: 2px solid #CACACA;
  border-radius: 20px;
  height: 100%;
  /* Take full height of parent flex col */
}

/* Ensure the row's columns are flex containers to allow children to grow */
.service-expanded-box .row>[class^="col-"] {
  display: flex;
  flex-direction: column;
}

.apply-option-card.apply_online,
.apply-option-card.apply_self {
  width: 100%;
}

.apply_self:hover {
  border: 2px solid #F5BB18;
  background-color: #deae1c17;
}

.apply_self.active {
  background-color: #F5BB18 !important;
  border-color: #F5BB18 !important;
}

.apply_self.active h6,
.apply_self.active p,
.apply_self.active .apply-radio-col i {
  color: #272E26 !important;
}

.apply_self.active svg rect {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

.apply_self.active svg path {
  fill: #F5BB18 !important;
}

.apply_online:hover {
  border: 2px solid #278237;
  background-color: #167b3817;
}

.apply_online.active {
  background-color: #278237 !important;
  border-color: #278237 !important;
}

.apply_online.active h6,
.apply_online.active p,
.apply_online.active .apply-radio-col i {
  color: #ffffff !important;
}

.apply_online.active svg rect {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

.apply_online.active svg path {
  fill: #278237 !important;
}

.bg-success-light-custom {
  background-color: #f1f8f3 !important;
}

/* Doorstep Modal Custom Styles */
#doorstepModal .modal-content {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);

  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

#doorstepModal .bg-light-warning {
  background-color: #fef9e7 !important;
}

#doorstepModal .display-6 {
  font-size: 2.2rem;
  letter-spacing: -0.5px;
}

#doorstepModal ul li {
  font-size: 15px;
  color: #4a4a4a;
}

#doorstepModal ul li i {
  font-size: 18px;
}

#doorstepModal .border-start-warning {
  border-left-color: #F5BB18 !important;
}

.onboarding-img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}

#doorstepModal .btn-close {
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.cursor-pointer {
  cursor: pointer;
}

/* Ensure the Apply button has a proper default state before selection */
.btn-apply-service {
  background-color: #d4e5d8;
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
  cursor: default;
}

.btn-apply-service.active-btn {
  background-color: #167B38 !important;
  cursor: pointer;
}

.table-icon-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.table-icon-circle.check {
  background-color: #167B38;
}

.table-icon-circle.cross {
  background-color: #d1d5db;
}

.table-icon-circle i {
  font-size: 11px;
}

.bg-light-row {
  background-color: #FAFAFA !important;
}

.row-indicator {
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 24px;
  background-color: transparent;
  border-radius: 4px;
}

.row-indicator.active {
  background-color: #167B38;
  /* dark bar mapping visually */
}

.service-docs-table th {
  font-weight: 500;
  font-size: 14px;
}

.service-docs-table td {
  padding: 12px 10px;
}

.border-start-thick {
  position: relative;
}

.fee-card.bg-light-gray-custom {
  background-color: #f9fafb !important;
  border: 1px solid #f3f4f6;
}

.bg-success-light {
  background-color: #f1f8f3;
}

.cursor-pointer {
  cursor: pointer;
}

.fee_detail_breakdown_card_2 {
  z-index: 1 !important;
}

.fee_detail_card_2 {
  position: relative;
  z-index: 2 !important;
}





.tbals_csss {
  display: block;
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #ddd #f1f1f1;
}

/* Chrome, Edge, and Safari scrollbar styles */
.tbals_csss::-webkit-scrollbar {
  width: 6px;
}

.tbals_csss::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.tbals_csss::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

.tbals_csss::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.tbals_csss thead th {
  position: sticky;
  top: -1px;
  background-color: #343a40;
  /* Match table-dark */
  color: white;
  z-index: 10;
}

.section_title_one_line span {
  display: inline-block;
}

.text_green strong {
  color: #167B38;
}

.view_all_btn {
  top: 35%;
  align-items: center;
  width: auto;
  z-index: 5;
  right: 0
}

.amount_license h3 {
  font-size: 20px;
}

.image_upload img {
  border-radius: 12px;
}


.fixed_sidebar_serviecs_details {
  position: fixed;
  top: 84px;
  left: 2%;
  width: 485px;
  max-height: calc(100vh - 90px);
  height: 100%;
  overflow: auto;
  padding-top: 16px;
  z-index: 1000;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.stepper-main-wrapper {
  margin-left: 485px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: calc(100% - 485px);
}

/* Floating Toggle Button Redesigned - Vertical Left */
.required-docs-toggle {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050;
  background: #167B38;
  color: #fff;
  border: none;
  padding: 16px 8px;
  border-radius: 0 15px 15px 0;
  box-shadow: 5px 0 20px rgba(22, 123, 56, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.required-docs-toggle .toggle-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-transform: uppercase;
}

.required-docs-toggle.btn-danger {
  background: #dc3545;
}

.required-docs-toggle:hover {
  background: #12632C;
  padding-left: 12px;
}

.required-docs-toggle.btn-danger:hover {
  background: #bb2d3b;
}

.sidebar-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1101;
}

.qr_code_w {
  min-width: 100px;
}

.download_sec {
  display: none !important;
}

/* .sticky-top.navbar_cs{
  position: fixed !important;
  width: 100%;
} */

/* ==========================================================================
   Responsive Media Queries
   ========================================================================== */

@media (max-width: 1260px) {
  .header_fexed {
    width: 75%;
  }

  .nav_list {
    gap: 12px;
  }

  .nav_link {
    font-size: 14px;
  }
}

/* 1200px Breakpoint */
@media (max-width: 1200px) {
  .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }

  .display-title {
    font-size: 3rem;
  }

  .about_us_img_wrap::before {
    width: 350px;
    height: 350px;
  }

  .download_img_wrap::before {
    width: 400px;
    height: 400px;
  }

  .download_app_img {
    left: 5%;
  }
}

/* 991px Breakpoint */
@media (max-width: 991px) {
  .offcanvas-start {
    width: 280px !important;
  }

  .offcanvas-header {
    padding: 20px 24px;
    background-color: #f8f9fa;
  }

  .offcanvas-header img {
    height: 36px;
  }

  .offcanvas-body {
    background-color: #ffffff;
  }

  .navbar-nav {
    margin-bottom: 20px !important;
  }

  .navbar-nav .nav-item {
    margin: 0 !important;
    border-bottom: 1px solid #f3f4f6;
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .navbar-nav .nav-link {
    padding: 14px 16px !important;
    font-size: 15px;
    position: relative;
    border-left: 4px solid transparent;
    transition: all 0.3s;
  }

  .navbar-nav .nav-link.active {
    border-left-color: var(--secondary-color);
    background-color: rgba(245, 187, 24, 0.08);
    color: var(--primary-color);
    font-weight: 600;
    padding-left: 8px !important;
  }

  .navbar-nav .nav-link::after {
    display: none;
  }

  .header-controls {
    width: 100%;
    padding: 16px 0;
    border-top: 1px solid #f3f4f6;
  }

  .header-controls .lang-toggle,
  .header-controls .dropdown {
    width: 100%;
  }

  .login-header-btn {
    width: 100%;
    justify-content: start;
    border-radius: 10px;
    padding: 0;
  }

  .login-header-btn .icon-box {
    background-color: var(--primary-color);
    color: white;
  }

  .lang-toggle {
    width: 100%;
    justify-content: center;
  }

  .dropdown-menu {
    width: 100%;
    margin-top: 8px !important;
  }

  .display-title {
    font-size: 2.5rem;
  }

  .hero-section {
    padding-bottom: 150px;
    text-align: center;
  }

  .navbar_brand_cs {
    width: auto;
    min-width: auto;
    flex: none;
  }

  .navbar_brand_cs img {
    height: 35px;
  }

  .hero-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .process-line {
    display: none;
  }

  .d-lg-block-custom {
    display: none !important;
  }

  .fade-right {
    transform: translateX(-20px);
  }

  .fade-left {
    transform: translateX(20px);
  }

  .fade-up {
    transform: translateY(20px);
  }

  .application-form-offcanvas {
    width: 100% !important;
  }

  .menu_offcanvas {
    width: auto;
  }

  .section-title {
    font-size: 2.25rem;
  }

  .navbar_brand_cs,
  .topbar_left {
    width: auto;
    min-width: 0;
    padding-left: 15px;
    background-color: #f3f7f4;
  }

  .header_cs {
    padding: 0 3%;
  }

  .hero-section {
    padding: 60px 0 120px;
    text-align: center;
    background-position: 70% center;
  }

  .hero-text p {
    margin: 0 auto 2rem;
  }

  .search-wrapper {
    margin-top: -80px;
  }

  .search-box-card input {
    width: 100%;
    text-align: center;
  }

  .search-submit-btn {
    width: 100%;
    height: 45px;
    border-radius: 8px;
  }

  .about_us_img_wrap::before {
    width: 300px;
    height: 300px;
  }

  .process-wrapper {
    flex-direction: row;
    gap: 0px;
  }

  .process-step:nth-child(even) {
    flex-direction: row-reverse;
  }

  .process-wrapper::before {
    display: none;
  }

  .process-step {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding-left: 20px;
    gap: 12px;
  }

  .icon-circle {
    width: auto;
    height: auto;
  }

  .process-step img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
  }

  .process-wrapper {
    padding: 6px 0px;
  }

  .step-circle {
    margin: 0 20px 0 0;
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }

  .step_process_tag,
  .step_process_tag.top,
  .step_process_tag.bottom {
    position: relative;
    width: auto;
    min-width: 200px;
  }

  .step_process_tag.top {
    top: 50%;
  }

  .step_process_tag.bottom {
    bottom: 50%;
  }

  .download_sec {
    height: auto;
    padding: 60px 0;
    background-attachment: scroll;
  }

  .download_app_img {
    margin-top: 40px;
    left: 0;
    max-width: 80%;
  }

  .download_img_wrap::before {
    width: 300px;
    height: 300px;
    left: 50%;
  }

  .download_sec {
    margin-top: 4rem;
  }

  .header_fexed {
    display: none;
  }

  .home_page .navbar_cs {
    display: block;
  }

  .hero_logo_img {
    display: none;
  }

  .section-padding {
    padding: 50px;
  }
}

/* 767px Breakpoint */
@media (max-width: 767px) {
  .fade-right {
    transform: translateX(-10px);
  }

  .fade-left {
    transform: translateX(10px);
  }

  .fade-up {
    transform: translateY(10px);
  }

  .service-detail-offcanvas {
    width: 100% !important;
  }

  .section-padding {
    padding: 50px 0;
  }

  .display-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.85rem;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .top-bar {
    display: none;
  }

  .topbar_left,
  .topbar_right {
    width: 100%;
    justify-content: center;
    padding: 5px 15px;
  }

  .topbar_left {
    padding-left: 15px;
  }

  .navbar_brand_cs {
    width: auto;
    min-width: auto;
    padding: 12px 15px;
  }

  .navbar-brand img {
    height: 35px;
  }

  .service-pills {
    padding: 0 10px;
  }

  .service-pill {
    width: 100%;
    justify-content: center;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .rating-block {
    max-width: 100%;
    overflow: hidden;
  }

  .search-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-box-card {
    margin-left: 0;
    margin-right: 0;
  }

  .row.g-5 {
    --bs-gutter-x: 1.5rem !important;
    --bs-gutter-y: 1.5rem !important;
  }

  .row.g-4 {
    --bs-gutter-x: 1rem !important;
    --bs-gutter-y: 1rem !important;
  }

  section {
    overflow-x: hidden;
  }

  .about_us_img_wrap::before {
    width: 250px;
    height: 250px;
  }

  .eligibility_items_tag {
    width: 100%;
    text-align: center;
  }

  .download_img_wrap::before {
    width: 260px;
    height: 260px;
  }

  .partner-box {
    padding: 20px 10px;
  }

  .partner-box h6 {
    font-size: 16px;
  }

  .partner-box img {
    width: 60px;
  }

  footer .col-6 {
    width: 100%;
    text-align: center;
  }

  footer .col-lg-4 {
    text-align: center;
  }

  footer .d-flex.gap-3 {
    justify-content: center;
  }

  footer .d-flex.gap-2 {
    justify-content: center;
  }

  .process-step img {
    max-width: 70px;
    max-height: 70px;

  }
}

/* 576px Breakpoint */
@media (max-width: 576px) {
  .lang-toggle {
    font-size: 0.8rem;
  }

  .lang-opt {
    padding: 4px 8px;
  }

  .apply_services_btn_wrap {
    flex-wrap: wrap !important;
  }

  .process-step img {
    max-width: 60px;
    max-height: 60px;

  }

  .hero_actions {
    flex-wrap: wrap;
  }

  .hero_actions a {
    flex: 1 1 100%;
  }
}

/* 480px Breakpoint */
@media (max-width: 480px) {
  .hero-section {
    padding: 40px 0 100px;
  }

  .display-title {
    font-size: 1.75rem;
  }

  .about_us_img_wrap::before {
    width: 200px;
    height: 200px;
  }

  .download_img_wrap::before {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 1250px) {
  .qr_code_wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .home_3_hero_title {
    font-size: 3rem;
  }

  .hero_sec_small_title {
    font-size: 32px;
  }

  .cm_pun {
    max-width: 90%;
    bottom: -40px;
  }
}

@media (max-width: 991px) {
  .home_3_hero {
    min-height: auto;
    padding: 100px 0 20px;
    text-align: center;
  }

  .home_3_hero .hero_sub_title {
    margin-bottom: 8px !important;
  }

  .home_3_hero .hero_main_title {
    margin-bottom: 20px !important;
  }

  .home_3_hero .hero_desc_text {
    margin-bottom: 25px !important;
  }

  .hero_main_title {
    font-size: 38px;
  }

  .hero_sub_title {
    font-size: 18px;
  }

  .hero_desc_text {
    font-size: 15px;
    margin: 0 auto 30px;
    text-align: center;
  }

  .hero_logos {
    display: flex;
    justify-content: center;
  }

  .hero_actions {
    justify-content: center;
  }

  .call_us_badge_hero {
    display: none;
  }

  .hero_artwork_main {
    /* margin-bottom: 0; */
    width: 100%;
    transform: none;
  }
}

@media (max-width: 767px) {
  .home_3_hero_title {
    font-size: 2.2rem;
  }

  .hero_sec_small_title {
    font-size: 22px;
  }

  .hero_desc {
    font-size: 16px;
    margin-bottom: 30px !important;
  }

  .apply_services_btn_wrap {
    flex-direction: column;
    padding: 0 10%;
  }

  .home_3_body .btn-primary-yellow,
  .home_3_body .btn_track_appp_btn {
    width: 100% !important;
    min-width: 0;
    justify-content: center;
    gap: 10px;
  }

  .section-padding {
    padding: 50px 0;
  }

  .cm_pun {
    max-width: 176%;
  }

  .home_3_hero {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .qr_code_wrap {
    flex-wrap: wrap;
  }

  .icon-circle {
    margin: 4px auto;
  }
}

@media (max-width: 575.5px) {
  .call_us_021 {
    position: absolute;
    bottom: 0px;
    margin: 0px auto 0;
    display: block;
    width: 210px;
  }

  .cm_pun {
    max-width: 46%;
    margin-left: auto;
    margin-right: 0;
    top: 50px;

  }

  .section-padding {
    padding: 30px 0;
  }

  .hero_artwork_main {
    margin-bottom: -14%;
    animation: heroine-float 7s ease-in-out infinite;
  }

  @keyframes heroine-float {
    0% {
      transform: translateY(0px) rotate(0deg);
    }

    50% {
      transform: translateY(-14px) rotate(1deg);
    }

    100% {
      transform: translateY(0px) rotate(0deg);
    }
  }

  .dastak_logo_footer {
    width: 170px;
  }
}

@media (max-width: 480px) {
  .home_3_hero_title {
    font-size: 1.8rem;
  }

  .hero_sec_small_title {
    font-size: 18px;
  }

  .home_3_hero {
    padding: 100px 0 30px;
  }

  .apply_services_btn_wrap {
    padding: 0;
  }

  .container_fluid {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .dlims-services-sec {
    overflow: hidden;
  }

  .dlims-services-blob {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 992.5px) {
  .about_us_img_wrap::before {
    top: 45%;
  }
}

@media (max-width: 575.5px) {
  .apply-option-card {
    flex-wrap: wrap;
  }

  .hero_main_logo {
    height: 60px;
    margin-bottom: 0px;

  }

  .hero_main_title {
    font-size: 30px;
  }

  .home_3_hero .hero_main_title {
    margin-bottom: 16px !important;
  }

  .link-account-left {
    padding: 40px 20px;
  }
}

/* Extra Large Screens (1920px and above) */
@media (min-width: 1920px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }

  .home_3_hero {
    padding: 120px 0 0;
  }

  .hero_main_title {
    font-size: 72px;
    line-height: 1.1;
  }

  .hero_sub_title {
    font-size: 24px;
  }

  .help-desk-header-btn i {
    color: #167B38;
    font-size: 1.4rem;
  }

  .help-desk-header-btn:hover {
    background: #fdfdfd;
    color: #167B38 !important;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
  }

  /* .navbar_cs .container-fluid,
  .home_3_header .container-fluid {
    position: relative;
    padding-right: 160px !important;
  }  */
}

@media (max-width: 991px) {
  .fixed_sidebar_serviecs_details {
    left: -100%;
    width: 90%;
    max-width: 400px;
    top: 0;
    height: 100vh;
    max-height: 100vh;
    z-index: 1100;
    box-shadow: 15px 0 30px rgba(0, 0, 0, 0.2);
    padding-top: 60px;
  }

  .fixed_sidebar_serviecs_details.show-sidebar {
    left: 0;
  }

  .stepper-main-wrapper {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .help-desk-header-btn {
    height: 70px;
    padding: 0 20px;
    font-size: 14px;
  }

  /* .navbar_cs .container-fluid,
  .home_3_header .container-fluid {
    padding-right: 150px !important;
  } */
}

@media (max-width: 575px) {
  .help-desk-header-btn span {
    display: none;
  }

  .help-desk-header-btn {
    padding: 0 18px;
  }

  /* .navbar_cs .container-fluid,
  .home_3_header .container-fluid {
    padding-right: 60px !important;
  } */
}