.req-title {
  font-size: 40px;
}

.reqCont {
  height: 531px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.req-desc {
  font-size: 25px;
  font-weight: 300;
  width: 100%;
  max-width: 926px;
}

.footer-container {
  padding: 60px 0px 42px;
}

.footer-container .row.g-5 > [class*="col-"] {
  min-width: 0;
}

.reqBtn {
  margin-top: 60px;
  max-width: 184px !important;
}

.bottomCircleImg {
  position: absolute;
  top: -70%;
  right: 0%;
}

.dawnImg {
  position: absolute;
  bottom: -70%;
  left: 0%;
}

.navbar-nav .nav-link {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  /* 160% */
  letter-spacing: 0;
  color: #111111 !important;
  text-decoration: none !important;
  /* Overrides Bootstrap's text-dark */
}

/* Button default classes (mobile/tablet/laptop) */

/* Hero Section Buttons */
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* 8px gap between text and arrow */
  height: 50px;
  border-radius: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

.hero-btn-primary {
  width: 100%;
  max-width: 230px;
  background: linear-gradient(360deg, #081b44 -0.51%, #1959fc 99.49%);
}

.platform-btn {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 8px;

  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  /* 160% */
  letter-spacing: 0;

  font-style: normal;
  /* "Medium" is not valid CSS */
  width: fit-content !important;
  display: inline-flex !important;
  background: white;
  padding: 12px 18px;
  border-radius: 8px;
}

.platform-btn:hover {
  color: #125edf !important;
}

.platform-btn:hover img {
  animation: arrowRollAndDrop 0.6s ease-in-out;
  filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(1400%)
    hue-rotate(200deg);
}

@keyframes arrowRollAndDrop {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(4px, -4px);
  }

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

.hero-btn svg {
  transition: transform 0.3s ease-in-out;
}

.hero-btn:hover svg {
  animation: arrowRollAndDrop 0.6s ease-in-out;
}

.hero-title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  max-width: 650px;
  font-size: 36px;
  /* Mobile safe size */
  line-height: 1.4;
  letter-spacing: 0;
}

.common-title {
  font-size: 28px;
  color: #111111;
  font-weight: bold;
  text-align: center;
}

.hero-subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  max-width: 550px;
  font-size: 16px;
}

.profile {
  display: flex;
  align-items: center;
  gap: 16px;
}

.profile h3 {
  margin: 0;
  color: #111111;
}

/* Hero Section */

.hero-img-position {
  object-position: 50% 20%;
}

.hero-gradient-overlay {
  background: linear-gradient(
    270deg,
    rgba(17, 17, 17, 0.27) 0%,
    rgba(3, 10, 23, 0.9) 100%
  );
}

/* Category Cards Section */

/* Workforce Section */
.gap-14 {
  gap: 14px;
}

.gap-18 {
  gap: 18px;
}

.gap-28 {
  gap: 28px;
}

.max-w-472 {
  max-width: 472px;
}

.max-w-600 {
  max-width: 600px;
}

.workforce-card {
  padding: 18px;
  border-radius: 14px;
  gap: 8px;
  position: relative;
  z-index: 10;
}

.fs-18 {
  font-size: 18px;
}

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

.text-muted-custom {
  color: #6d7074;
}

.workforce-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

/* 15-Grid Cards Section */
.grid-container {
  margin-top: 42px;
  max-width: 1600px;
}

.card-item {
  border: 2px solid #0000000f;
  background:
    linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, rgba(228, 242, 255, 0.35), rgba(228, 242, 255, 0.35));
  padding: 20px 22px;
  border-radius: 14px;
}

/* Demo & Testimonial Section */
.max-w-471 {
  max-width: 471px;
}

.max-w-1600 {
  max-width: 1600px;
}

.demo-spacing {
  margin-top: 60px;
  padding: 20px;
}

.bg-purple-overlay {
  background-color: #f6f3ff99;
}

.container-1600 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.demo-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.demo-margin-top {
  margin-top: 42px;
}

.demo-max-w-186 {
  max-width: 186px;
}

.bg-gradient-workforce {
  background: linear-gradient(
    180deg,
    rgba(246, 243, 255, 0.5) 0%,
    rgba(246, 243, 255, 0) 30%,
    rgba(246, 243, 255, 0) 100%
  );
}

/* Hero Floating Animations */
@keyframes floatCenter {
  0% {
    transform: translateX(-50%) translateY(0px);
  }

  50% {
    transform: translateX(-50%) translateY(-15px);
  }

  100% {
    transform: translateX(-50%) translateY(0px);
  }
}

@keyframes floatNormal {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

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

.down-arrow-img {
  animation: floatNormal 5s ease-in-out infinite 1s;
}

/* Workforce Cards */
.workforce-card {
  transition: transform 0.3s ease;
}

.workforce-card:hover {
  transform: translateY(-4px);
}

.workforce-icon {
  transition: transform 0.3s ease;
}

.workforce-card:hover .workforce-icon {
  transform: scale(1.15);
}

/* Platform Features */
.platform-btn {
  border: 1px solid #f2f5fb !important;
  transition: all 0.3s ease;
}

.platform-btn:hover {
  border-color: #d1e4ff !important;
  transform: translateY(-2px);
}

/* Grow Faster Grid */
div:has(> .card-image) {
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
  transition: transform 0.3s ease;
  height: 100%;
}

div:has(> .card-image):hover {
  transform: translateY(-4px);
}

.card-image {
  transition: transform 0.5s ease;
}

div:has(> .card-image):hover .card-image {
  transform: scale(1.05);
}

div:has(> .card-image) .bg-black {
  transition: background-color 0.3s ease;
}

div:has(> .card-image):hover .bg-black {
  background-color: #1959fc !important;
}

/* Testimonials */
.testimonial-card {
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
}

/* Footer Links */
.footer-link {
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-link:hover {
  color: #125edf !important;
}

.cursor-pointer {
  transition: transform 0.3s ease;
}

.cursor-pointer:hover {
  transform: scale(1.05);
}

/* Moved from style.css */

.card-desc {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  /* 160% */
  letter-spacing: 0;
  margin-bottom: 0;
}

/* Grow Faster section cards (ensure equal height) */
.grow-card-parent {
  /* ensures children can use 100% heights */
}

/* Each card wrapper should stretch to the row height */
.grow-card-parent [class*="col-"] {
  /* make each bootstrap column a flex container so children can stretch */
  display: flex;
  flex-direction: column;
}

/* inner flex column should take full available height and split image/caption */
.grow-card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.grow-card > img {
  flex: 1 1 auto;
  width: 100%;
  aspect-ratio: 986 / 1150;
  object-fit: cover;
}

.grow-card .bg-black {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 60px 0px;
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: marquee 25s linear infinite;
}

.marquee-track img {
  height: 70px;
  width: 130px;
  flex-shrink: 0;
}

.testimonial-slider-wrapper {
  --container-padding: max(20px, calc((100vw - 1600px) / 2));
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: var(--container-padding);
}

.testimonial-gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 15%;
  min-width: 150px;
  background: linear-gradient(90deg, rgba(250, 248, 255, 0) 0%, #faf8ff 100%);
  pointer-events: none;
  z-index: 10;
}

.testimonial-slider {
  display: flex;
  gap: 24px;
  transition: transform 0.6s ease-in-out;
  padding: 20px 0;
}

.testimonial-card {
  --container-width: calc(100vw - var(--container-padding) * 2);
  background: white;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  min-width: calc((var(--container-width) - 48px) / 3);
  max-width: calc((var(--container-width) - 48px) / 3);
  min-height: 417px;
  /* Allows stretching for long content */
}

.profile img {
  width: 70px;
  height: 70px;
}

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

.profile p {
  font-size: 15px;
}

.testimonial {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.6;
  font-weight: 500;
}

.date {
  font-size: 18px;
  color: #6d7074;
}

.rating img {
  width: 16px;
  height: 16px;
}

.testimonial-card .card-bottom {
  margin-top: 50px;
}

/* Tablet - 2 cards */

/* Mobile - 1 card */

/* .profile p {
  margin: 6px 0 0;
  color: #777;
  font-size: 16px;
} */

.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 40px;
}

.navigation-btn {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.navBtn {
  height: 48px;
  width: 48px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1111111a;
  cursor: pointer;
  transition: all 0.3s;
}

.navBtn:hover {
  background-color: #f6f3ff;
  transform: scale(1.05);
}

.navBtn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  align-items: start;
}

.faq-item {
  background-color: #f7fbff;
  border: 2px solid #e4f2ff;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  cursor: pointer;
  color: #081b44;
  transition: color 0.3s ease;
}

/* Active State */

/* Infinite scroll */
@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Scaling text and images on smaller screens (Tablets/Laptops) to fit perfectly within 307px */

/* Hero Section Responsive Layout */

.dashboard-img {
  width: 100%;
  max-width: 536px;
  height: auto;
  min-height: 0;
}

.half-circle-img {
  left: 55%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 5;
  max-width: 100px;
}

.down-arrow-img {
  left: 20px;
  bottom: -20px;
  z-index: 5;
  max-width: 40px;
}

.hero-btn-secondary {
  width: 100%;
  max-width: 184px;
  background-color: white;
  color: #125edf;
}

/* Explore More Button */
.explore-more-btn {
  width: 253px;
  height: 50px;
  background: linear-gradient(360deg, #081b44 -0.51%, #1959fc 99.49%);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  /* 160% */
  letter-spacing: 0;
  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease;
}

.explore-more-btn svg {
  transition: transform 0.3s ease-in-out;
}

.explore-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(25, 89, 252, 0.4);
}

.explore-more-btn:hover svg {
  animation: arrowRollAndDrop 0.6s ease-in-out;
}

/* Navbar Link Hover Animation */

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #125edf !important;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  color: #125edf !important;
}


.icon-box {
  height: 38px;
  width: 38px;
  padding: 20px 22px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-item {
  display: flex;
  align-items: center;
  height: 70px;
}

.card-item span {
  font-weight: 500;
  font-size: 14px;
}

.join-card-wrapper {
  height: 128px;
}

/* Why Join We4Work Cards Responsive Layout */

/* Request Demo Modal */
.demo-modal-dialog {
  max-width: 980px !important;
  width: 100%;
}

.demo-modal-content {
  border-radius: 0;
  border: none;
  overflow: hidden;
}

.demo-modal-left {
  background-color: #125edf;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.demo-modal-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.demo-modal-left-text {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

.demo-modal-right {
  padding: 61px 50px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.demo-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  z-index: 10;
}

.demo-modal-logo {
  width: 244px;
  max-width: 100%;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.demo-modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #111;
}

.demo-modal-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.demo-modal-form .form-control,
.demo-modal-form .form-select {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 8px 14px;
  margin-bottom: 10px;
  width: 406px;
  max-width: 100%;
  font-size: 14px;
  /* color: #6D7074; */
  box-shadow: none;
}

/* Light grey for placeholders / unselected state */
.demo-modal-form .form-control::placeholder,
.demo-modal-form .form-select {
  color: #6d7074;
}

/* Dark text for actual entered/selected values */
.demo-modal-form .form-control,
.demo-modal-form .form-select.has-value {
  color: #111827; /* black like other fields */
}

.demo-modal-form .form-select option {
  color: #111827;
}

.demo-modal-form .form-control:focus,
.demo-modal-form .form-select:focus {
  border-color: #125edf;
}

.demo-submit-btn {
  background: linear-gradient(360deg, #081b44 -0.51%, #1959fc 99.49%);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px auto 0;
  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease;
  width: auto;
}

.demo-submit-btn svg {
  transition: transform 0.3s ease-in-out;
}

.demo-submit-btn:hover {
  color: white;
  box-shadow: 0 4px 15px rgba(25, 89, 252, 0.4);
}

.demo-submit-btn:hover svg {
  animation: arrowRollAndDrop 0.6s ease-in-out;
}

/* Ensure backdrop is dark and visible */
.modal-backdrop.show {
  opacity: 0.8 !important;
  background-color: #000000 !important;
}

/* Main Container CSS & Common Title */

/* Navbar Link Hover Animation */

/* Button default classes (mobile/tablet/laptop) */

/* Who We Are */
.who-container {
  width: 100%;
  max-width: 650px;
}

.linear-divider {
  width: 100%;
  max-width: 650px;
  height: 6px;
  margin: 16px 0 32px;

  background: linear-gradient(
    90deg,
    rgba(191, 123, 103, 0.3) 0%,
    rgba(191, 123, 103, 0) 100%
  );
}

.who-title {
  margin-bottom: 28px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}

.who-container p {
  font-size: 18px;
  line-height: 1.8;
  color: #111111;
}

.about-img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

/* Button */
.common-btn {
  width: 253px;
  height: 50px;
  background: linear-gradient(360deg, #081b44 -0.51%, #1959fc 99.49%);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  /* 160% */
  letter-spacing: 0;
  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease;
}

.common-btn svg {
  transition: transform 0.3s ease-in-out;
}

.common-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(25, 89, 252, 0.4);
}

.common-btn:hover svg {
  animation: arrowRollAndDrop 0.6s ease-in-out;
}

/* Category Cards Section */
.bg-pastel-peach {
  background-color: #fff1ed;
}

.bg-pastel-mint {
  background-color: #f0fff0;
}

.bg-pastel-yellow {
  background-color: #fdffed;
}

.bg-pastel-blue {
  background-color: #e4f2ff;
}

.bg-pastel-warm {
  background-color: #fff9e4;
}

.bg-pastel-rose {
  background-color: #fff7f0;
}

.bg-pastel-babyPink {
  background-color: #fcf2ff;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* Footer Section */

/* Hero Section */

/* Hero Section Responsive Layout */

/* Why Choose We4Work */
.ourMission-card {
  padding: 28px;
  border: 1px solid #1111111a;
  border-radius: 14px;
}

.ourMissionImgCard {
  background-color: #e4f2ff;
  border-radius: 12px;
  width: 127px;
  height: 127px;
  min-width: 127px;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.ourMissionImgCard img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.ourMissionTitle {
  font-size: 20px;
  font-weight: 600;
}

.ourMissionDesc {
  font-size: 18px;
  font-weight: 400;
  color: #6d7074;
  margin-bottom: 0;
}

/* Trusted Business */
/* Hero Section */

/* Hero Section Responsive Layout */

/* Trending Blogs Carousel */
.trending-blogs-wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  padding-left: max(20px, calc((100vw - 1600px) / 2));
}

.trending-blogs-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  cursor: grab;
  gap: 30px;
  padding-bottom: 20px;
  padding-right: max(20px, calc((100vw - 1600px) / 2));
  -webkit-overflow-scrolling: touch;
}

.trending-blogs-carousel::-webkit-scrollbar {
  display: none;
}

.trending-blogs-carousel:active {
  cursor: grabbing;
}

.trending-blog-card {
  flex-shrink: 0;
  width: 720px;
  height: 453px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  scroll-snap-align: start;
  user-select: none;
}

.trending-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  /* Prevents dragging the image directly */
}

.trending-blog-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(
    180deg,
    rgba(0, 26, 71, 0) 0%,
    rgba(0, 26, 71, 0.9) 100%
  );
  pointer-events: none;
}

.trending-blog-category {
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 152px;
  width: max-content;
  padding: 0 20px;
  height: 44px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001a47;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  white-space: nowrap;
  z-index: 2;
}

.trending-blog-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 2;
  text-align: left;
}

.trending-blog-card-title {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.trending-blog-card-desc {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Blogs Sorting Filters */
.blog-filter-btn {
  padding: 12px 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 600;
  user-select: none;
}

.blog-filter-btn.active {
  background-color: #3e75a6;
  color: #ffffff;
}

.blog-filter-btn.inactive {
  background-color: #3e75a61a;
  color: #000000;
}

.blog-filter-btn.inactive:hover {
  background-color: #3e75a633;
}

/* Blogs Grid */
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blogs-grid .trending-blog-card {
  width: 100%;
  height: 318px;
  cursor: pointer;
  /* Clickable routing */
  transition: transform 0.3s ease;
}

.blogs-grid .trending-blog-card:hover {
  transform: translateY(-5px);
}

/* Pagination container (from industry page) */
.pagination-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

/* Grid Title Overrides */
.blogs-grid .trending-blog-card-title {
  font-size: 18px;
  margin-bottom: 0;
  /* Remove bottom margin since there is no description */
  text-align: left;
  /* Horizontally aligned properly */
}

.blogs-grid .trending-blog-content {
  bottom: 24px;
  left: 24px;
  right: 24px;
}
/* Blog Details Content Styling */
#blogDetailsContainer {
  font-family: "Manrope", sans-serif;
  color: #333;
}

.blog-detail-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  color: #111111;
  margin-bottom: 16px;
}

.linear-divider {
  width: 100%;
  height: 6px;
  background: linear-gradient(
    90deg,
    rgba(191, 123, 103, 0.3) 0%,
    rgba(191, 123, 103, 0) 100%
  );
  margin-bottom: 24px;
}

.blog-detail-section-title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  color: #111111;
  margin-top: 40px;
  margin-bottom: 20px;
}

.blog-detail-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}

.blog-detail-list {
  padding-left: 20px;
  margin-bottom: 20px;
}

ul.blog-detail-list {
  list-style-type: disc;
}

ol.blog-detail-list {
  list-style-type: decimal;
}

.blog-detail-list li {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 12px;
}

.blog-detail-main-img {
  width: 100%;
  height: 704px;
  border-radius: 12px;
  margin-bottom: 30px;
  object-fit: cover;
}

.blog-detail-secondary-img {
  width: 100%;
  height: 704px;
  border-radius: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  object-fit: cover;
}

/* Sidebar Styling */
.sidebar-box {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
}

.sidebar-box h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  color: #111111;
}

.sidebar-box .form-control {
  border: 1px solid #ddd;
  font-size: 15px;
}

.sidebar-box .form-control:focus {
  border-color: #125edf;
  box-shadow: 0 0 0 0.2rem rgba(18, 94, 223, 0.25);
}

.sidebar-box .list-unstyled li span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7074;
}

/* Hero Section */

/* Hero Section Responsive Layout */

/* Contact Cards Responsive Styles */
html {
  scroll-behavior: smooth;
}

/* Hero Section */

/* Hero Section Responsive Layout */

/* Contact Cards Responsive Styles */

/* Navbar Link Hover Animation */
.navbar-nav .nav-link {
  position: relative;
  transition: color 0.3s ease-in-out;
  text-decoration: none !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:visited {
  text-decoration: none !important;
}

/* Button default classes (mobile/tablet/laptop) */

/* Detailed Content Section */

/* Detailed Content Typography (Desktop Base) */

/* FAQ Section */

/* FAQ Strict Heights for Desktop Only */

/* Powerful Features Section */

/* Active State */

/* Body Container Transition */

/* Inner List Styles */

/* Hover State */

/* Desktop Pixel-Perfect Layout */

/* 3 Buttons */
.custom-w {
  max-width: 100%;
  width: 100%;
  box-shadow: 0px 15px 24px 4px #0000001a;
  border-radius: 0px 0px 20px 20px;
  margin: 0px auto;
  background-color: #ffffff;
}

.threeBtnParent {
  padding: 28px 0px;
  gap: 24px;
}

.threeBtn {
  height: 56px;
  min-width: 245px;
  padding: 12px 22px;
  border-radius: 8px;
  background-color: #3e75a6;
  border: none;
  color: white;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.threeBtn:hover {
  background-color: #081f33;
}

/* Front Office */
.card-styling {
  border: 1px solid #1111111a;
  border-radius: 14px;
  padding: 28px;
  gap: 18px;
}

.custom-btn {
  border-radius: 8px;
  padding: 8px 1px;
  font-size: 10px;
  white-space: nowrap;
}

.card-styling p {
  font-size: 16px;
  color: #6d7074;
  line-height: 1.6;
  flex-grow: 1;
}

.card-img {
  height: 74px !important;
  width: 74px !important;
}

.card-styling > div:last-child {
  display: flex;
  flex-direction: column;
}

.card-styling > div:last-child p:last-child {
  margin-top: auto;
  margin-bottom: 0%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

/* Why Join We4Work - Ellipse graphics */
.ellipse-wrapper {
  position: relative;
  overflow: hidden; /* prevent ellipses from covering side cards */
  z-index: 1;
}

.ellipse-wrapper .ellipse-bg,
.ellipse-wrapper .ellipse-bg-2 {
  position: absolute;
  z-index: 0;
}

.ellipse-wrapper .mobile-mockup-img {
  position: relative;
  z-index: 2;
}


/* Main Container CSS & Common Title */
.parent-container {
  padding: 60px 0px;
}

.child-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.common-title {
  font-size: 34px;
  color: #111111;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
}

.common-desc {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

/* Navbar Link Hover Animation */

/* Button default classes (mobile/tablet/laptop) */

/* Hero Section */
.hero-title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  max-width: 1243px;
  font-size: 36px;
  /* Mobile safe size */
  line-height: 1.4;
  letter-spacing: 0;
}

/* Hero Section Responsive Layout */

.search-box {
  width: 100%;
  max-width: 320px;
  height: 54px;
  border: 2px solid #125edf66;
  border-radius: 8px;
  padding: 14px 20px;

  display: flex;
  align-items: center;
  gap: 10px;

  background: #fff;
}

.search-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.search-input {
  border: none;
  outline: none;
  width: 100%;

  font-size: 16px;
  color: #111;
  background: transparent;
}

.search-input::placeholder {
  color: #6d7074;
}

/* Header wrapper */
.industry-header {
  width: 100%;
}

/* Search container */
.search-container {
  width: 320px;
}

/* Search box design */
.search-box {
  border: 2px solid #125edf66;
  height: 54px;
  width: 100%;
  padding: 0 14px;
  border-radius: 8px;
  gap: 10px;
}

/* Input */
.search-input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
}

/* Icon */
.search-icon {
  width: 18px;
  height: 18px;
}

.pagination-container {
  gap: 8px;
}

.pagination-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  background: white;
  color: #333;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.pagination-btn:hover:not(.disabled):not(.active) {
  background: #f0f0f0;
  color: black;
}

.pagination-btn.active {
  background: #007bff;
  color: white;
  border-color: #007bff;
}

.pagination-btn.active:hover {
  background: #081b44;
  border-color: #081b44;
}

.pagination-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-btn.prev,
.pagination-btn.next {
  background-image: none !important;
}

.pagination-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

/* Optional: Make search more responsive */
.search-input {
  min-width: 280px;
}

.industry-card {
  height: 100%;
  padding: 28px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(17, 17, 17, 0.1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.industry-card:hover {
  transform: scale(1.03);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
}

.industry-card h3 {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
}

.industry-card img {
  max-height: 55px;
  width: auto;
  object-fit: contain;
}

.industry-readmore-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.industry-readmore {
  color: #bf7b67;
}

.industry-arrow {
  display: inline-flex;
  transition: transform 0.25s ease-in-out;
}

.industry-readmore-wrapper:hover .industry-arrow {
  transform: translateX(6px);
}

/* Footer Section */
.footer-link {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  /* 2% */
  color: #6d7074;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  color: black;
  /* keeps same color on hover */
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.footer-contact img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.footer-link {
  color: #555;
  text-decoration: none;
  line-height: 2.1;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #306fa8;
}

.footer-container {
  background-color: #f8f9fa;
}
/* Industry Details Styles */

/* Hero Section */

/* Hero Section Responsive Layout */

/* Contact Cards Responsive Styles */
.contact-card-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 2px solid #f6f3ff;
  border-radius: 14px;
  margin-bottom: 0;
  /* Let flex space-between handle spacing */
}

.contact-card-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  width: 92px;
  background-color: #ede8fb;
  border-radius: 12px;
  flex-shrink: 0;
}

.contact-card-icon-box img {
  height: 52px;
  width: 52px;
  object-fit: contain;
}

.contact-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.contact-card-content h6 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #111;
}

.contact-card-description h6 {
  font-weight: 600;
}

.contact-card-content p {
  margin: 0;
  font-size: 14px;
  color: #6d7074;
  line-height: 1.5;
}

.contact-card-description {
  margin-bottom: 8px;
}

.linear-divider {
  width: 100%;
  max-width: 450px;
  height: 6px;
  margin: 16px 0 32px;

  background: linear-gradient(
    90deg,
    rgba(191, 123, 103, 0.3) 0%,
    rgba(191, 123, 103, 0) 100%
  );
}

/* Navbar Link Hover Animation */
.navbar-nav .nav-link {
  position: relative;
  transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #125edf !important;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  bottom: -4px;
  left: 0;
  background: #125edf;
  transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.custom-navbar {
  padding: 15px 20px !important;
}

.custom-nav-menu {
  gap: 10px;
}

.custom-nav-btns {
  gap: 10px;
}

.navbar-nav .nav-link {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  /* 160% */
  letter-spacing: 0;
  color: #111111 !important;
  /* Overrides Bootstrap's text-dark */
}

/* Button default classes (mobile/tablet/laptop) */
.custom-btn {
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  white-space: nowrap;
}

.custom-btn-primary {
  background: linear-gradient(360deg, #081b44 -0.51%, #1959fc 99.49%);
}

.custom-btn-secondary {
  color: #125edf;
  background-color: #125edf1a;
}

/* Detailed Content Section */
.detailed-content-text {
  max-width: 779px;
}

.detailed-content-img {
  max-width: 779px;
}

.detailed-content-img img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  border-radius: 12px;
}

/* Detailed Content Typography (Desktop Base) */
.detailed-title {
  font-size: 34px;
  color: #111111;
}

.gradient-divider-detailed {
  height: 4px;
  background: linear-gradient(90deg, #fad6d6 0%, rgba(250, 214, 214, 0) 100%);
  max-width: 80%;
  margin-bottom: 42px;
  border-radius: 2px;
}

.detailed-p {
  font-size: 18px;
  color: #444444;
  line-height: 1.6;
}

.detailed-h4 {
  font-size: 20px;
  color: #111111;
}

.detailed-list {
  font-size: 18px;
  color: #444444;
  line-height: 1.8;
}

/* FAQ Section */
.detailed-faq-item {
  border-radius: 14px;
  background: #11111108;
  border: 1px solid #1111110d;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.detailed-faq-question-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}

.detailed-faq-question {
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  transition: color 0.3s ease;
  padding-right: 20px;
  margin: 0;
  flex: 1;
}

.detailed-faq-chevron {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.detailed-faq-answer-container {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px 0 24px;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
}

.detailed-faq-item.opened .detailed-faq-answer-container {
  padding: 0 24px 24px 24px;
}

.detailed-faq-answer {
  font-size: 18px;
  color: #6d7074;
  font-weight: 400;
  margin: 0;
  padding-right: 44px;
}

/* FAQ Strict Heights for Desktop Only */

/* Powerful Features Section */
.pf-item {
  cursor: pointer;
  border-radius: 12px;
}

.pf-header {
  padding: 22px 24px;
  background: #f4f7f9;
  border: 1px solid #b8c9dc;
  border-radius: 12px;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.pf-title {
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  transition: color 0.3s ease;
}

.pf-chevron {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

/* Active State */
.pf-item.opened .pf-header {
  background-color: #3e75a6;
  border-color: #3e75a6;
}

.pf-item.opened .pf-title {
  color: #ffffff;
}

.pf-item.opened .pf-chevron {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}

/* Body Container Transition */
.pf-body-container {
  background: #ffffff;
  border-radius: 12px;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease-in-out,
    margin-top 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
}

.pf-item.opened .pf-body-container {
  opacity: 1;
  margin-top: 18px;
  /* Creates the physical gap between boxes */
}

/* Inner List Styles */
.pf-list {
  padding: 24px !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pf-list-item {
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: fit-content;
  transition: color 0.2s ease;
}

/* Hover State */
.pf-list-item:hover {
  color: #2e68ff;
}

.pf-list-item:hover::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2e68ff;
}

/* Desktop Pixel-Perfect Layout */
.pf-desktop-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.pf-accordion-col {
  width: 100%;
}

.pf-image-col {
  width: 100%;
  text-align: center;
}

.pf-image {
  max-width: 100%;
  height: auto;
}

.detailed-btn {
  padding: 12px 30px;
  font-size: 16px;
}
.hero-title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 34px;
  line-height: 160%;
}

.map-section {
  width: 100%;
  max-height: 730px;
  height: 730px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}

.leaflet-container {
  height: 100% !important;
  width: 100% !important;
}

/* Hero Section */
.hero-title {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  max-width: 1258px;
  width: 100%;
  font-size: 36px;
  /* Mobile safe size */
  line-height: 1.4;
  letter-spacing: 0;
}

.hero-nav-logo {
  height: 40px;
}

.hero-nav-margin {
  margin: 0 20px;
}

.hero-bg-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.hero-img-position {
  object-position: 75% 50%;
  transform: scaleX(-1);
}

.hero-gradient-overlay {
  background: linear-gradient(
    270deg,
    rgba(17, 17, 17, 0.45) 0%,
    rgba(10, 14, 20, 0.85) 50%,
    rgba(3, 10, 23, 0.95) 100%
  );
}

.hero-subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  max-width: 1243px;
  font-size: 16px;
}

/* Hero Section Responsive Layout */
.hero-foreground {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.hero-content-box {
  width: 100%;
}

.hero-image-box {
  width: 100%;
}

.get-container {
  width: 100%;
  max-width: 779px;
  height: 691px;
  display: flex;
  flex-direction: column;
}

.get-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.contact-form-card {
  width: 100%;
  padding: 42px;
  background-color: rgba(246, 243, 255, 0.6);
  border-radius: 14px;
}

.contact-form-card .common-title {
  margin-bottom: 24px;
}

.contact-form-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-input {
  padding: 16px 22px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  width: 100%;
  outline: none;
}

.contact-input:focus {
  box-shadow: none;
  border-color: rgba(17, 17, 17, 0.25);
}

.contact-input::placeholder {
  color: #757575;
}

.contact-select:invalid {
  color: #757575;
}

.contact-select option {
  color: #111111;
}

.contact-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23222222' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px 14px;
  cursor: pointer;
  color: #111111;
}

.contact-form-actions {
  margin-top: 40px;
}

.get-title {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

/* 15-Grid Cards Section */
.card15-col {
  flex: 0 0 20%;
  max-width: 20%;
}

/* Trusted Business */
.businessImg {
  margin-top: 60px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.businessImg img {
  max-width: 120px;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1600px;
  padding: 20px;
  margin: 0 auto;
  align-items: start;
}

.faq-item {
  background-color: #e4f2ff33 !important;
  border: 2px solid #e4f2ff !important;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:hover {
  border-color: #b0cfff;
}

.faq-item.active {
  background-color: #ffffff;
  border-color: #1959fc;
  transform: translateY(-2px);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
  color: #306fa8;
  transition: color 0.3s ease;
}

.faq-item.active .faq-question {
  color: #1959fc;
}

.faq-question h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  flex: 1;
  padding-right: 20px;
}

.faq-chevron {
  width: 28px;
  height: 28px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
  padding: 0 24px;
  opacity: 0;
}

.faq-item.active .faq-answer {
  opacity: 1;
}

.faq-answer p {
  margin: 0 0 24px 0;
  color: #4a5568;
  line-height: 1.6;
  font-size: 15px;
}

/* Active State */
.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.feature-name {
  font-size: 18px !important;
  padding: 14px !important;
  color: #6d7074 !important;
}

/* Pricing Nav Tabs */
.pricing-nav-tabs {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 100px !important;
  padding: 8px !important;
  display: inline-flex;
}

.pricing-nav-tabs .nav-item {
  margin: 0;
}

.pricing-nav-tabs .nav-link {
  border-radius: 100px !important;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 400;
  color: #6b7280;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
}

.pricing-nav-tabs .nav-link:hover {
  color: #374151;
}

.pricing-nav-tabs .nav-link.active {
  background: linear-gradient(135deg, #1b5ce5 0%, #0c2b5e 100%);
  color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Pricing Card (Base Plan) */
.pricing-card {
  width: 100%;
  max-width: 420px;
  min-height: auto;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.pricing-card-header {
  background: #f0f5ff;
  margin: -28px -28px 24px -28px;
  padding: 40px 20px 30px;
  border-radius: 14px 14px 50% 50% / 14px 14px 60px 60px;
  text-align: center;
}

.pricing-plan-name {
  color: #1b5ce5;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}

.pricing-price-container {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.pricing-original-price {
  color: #6b7280;
  font-size: 20px;
  text-decoration: line-through;
}

.pricing-current-price {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
}

.pricing-period {
  font-size: 16px;
  color: #374151;
}

.pricing-billing-cycle {
  font-size: 15px;
  color: #374151;
  margin: 0;
}

.pricing-description {
  font-size: 16px;
  color: #6b7280;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 24px;
}

.pricing-limits-box {
  background-color: #f8f6ff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
}

.pricing-limits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pricing-limits-list li {
  font-size: 15px;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-limits-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c4b5fd;
}

.pricing-includes-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 18px;
}

.pricing-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.pricing-features-list li {
  font-size: 15px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pricing-features-list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/doubleTick.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.pricing-buy-btn {
  width: 100%;
  background-color: #eef2ff;
  color: #1b5ce5;
  border: 1px solid #c7d2fe;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  margin-top: auto;
}

.pricing-buy-btn:hover {
  background-color: #e0e7ff;
}

.pricing-popular-badge {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #8fb6fb;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-bottom-left-radius: 14px;
  border-top-right-radius: 14px;
  z-index: 2;
}

.pricing-buy-btn-solid {
  background: linear-gradient(135deg, #1b5ce5 0%, #0c2b5e 100%);
  color: #ffffff;
  border: none;
}

.pricing-buy-btn-solid:hover {
  background: linear-gradient(135deg, #1243b3 0%, #081d45 100%);
}

.pricing-buy-btn-solid svg path {
  stroke: #ffffff;
}

.pricing-card-popular {
  border: 2px solid #8fb6fb;
  box-shadow: 0px 10px 30px rgba(27, 92, 229, 0.1);
  position: relative;
}

/* Override inline border radius for Auth Modals */
.auth-modal-content {
  border-radius: 0 !important;
}

/* Global Button Hover Effects */
.custom-btn-primary,
.custom-btn-secondary {
  transition: all 0.3s ease-in-out !important;
}

.custom-btn-primary:hover {
  background: linear-gradient(
    360deg,
    #061433 -0.51%,
    #154be0 99.49%
  ) !important;
  box-shadow: 0 4px 12px rgba(25, 89, 252, 0.3) !important;
  transform: translateY(-1px) !important;
}

.custom-btn-secondary:hover {
  background-color: rgba(18, 94, 223, 0.2) !important;
  color: #0e4bc2 !important;
  transform: translateY(-1px) !important;
}

/* Pricing Page Specific FAQ Styles */
.pricing-faq-grid .faq-item {
  background-color: #11111108 !important;
  border: 2px solid #1111110d !important;
}

.pricing-faq-grid .faq-item.active {
  background-color: #e4f2ff33 !important;
  border: 2px solid #e4f2ff !important;
}

.pricing-faq-grid .faq-question h5 {
  color: #111111 !important;
}

.pricing-faq-grid .faq-item.active .faq-question h5 {
  color: #306fa8 !important;
}

/* Marquee Title */
.marquee-title {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}

/* Register Modal */
.register-modal {
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  font-size: 15px;
  box-shadow: none;
}

.half-circle-img {
  width: 233px;
  height: 233px;
}

.circle-wrapper {
  position: absolute;
  border-radius: 50%;
  /* background-color: red; change to your bg color */
}

.circle-ring-svg {
  animation: spinArc 4s linear infinite;
  transform-origin: 116.5px 116.5px;
}

.circle-text-svg {
  animation: spinText 10s linear infinite;
  transform-origin: 116.5px 116.5px;
}

/* @keyframes spinArc {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
} */

@keyframes spinText {
  from { transform: rotate(360deg); }
  to   { transform: rotate(0deg); }
}
