/* Apply Poppins to everything */
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.vibe-section {
  position: relative;
  background-color: #fff;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
  /* enable if children spill */
}

.vibe-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65%;
  /* change this to adjust the dot */
  background-image: radial-gradient(circle, #e5e7eb 2px, transparent 1px);
  background-size: 30px 30px;
  z-index: 0;
  pointer-events: none;
}

.vibe-hero-flex {
  display: block;
  max-width: 100%;
  /* margin: 0 auto;
    padding: 60px 0 40px; */
  position: relative;
  z-index: 2;
}

.vibe-erp-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  background: none;
  z-index: 2;
}

.img-container {
  margin-top: -150px;
  max-width: 1800px;
  width: 100%;
  padding: 0 0px;
  /* margin-left: auto;
    margin-right: auto; */
  z-index: 2;
}

.responsive-img {
  width: 100%;
  max-width: 2400px;
  height: auto;
  display: block;
  margin: -60px auto;
}

.main-heading {
  font-size: clamp(36px, 7vw, 72px);
  font-weight: 800;
  color: #111827;
  line-height: 1.1;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.description-text {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 0 auto;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .vibe-hero-flex {
    flex-direction: column;
    gap: 32px;
    padding: 40px 10px 60px;
  }

  .dotted-bg {
    width: 100%;
    height: 50%;
    background-size: 20px 20px;
  }

  .vibe-erp-container,
  .img-container {
    padding: 0 10px;
    text-align: center;
  }

  .description-text {
    margin-bottom: 32px;
  }
}

@media (max-width: 600px) {
  .vibe-hero-flex {
    gap: 20px;
    padding: 24px 0 32px;
  }

  .img-container {
    padding: 0 4px;
  }

  .dotted-bg {
    height: 40%;
    background-size: 14px 14px;
  }

  .main-heading {
    font-size: 30px;
  }

  .description-text {
    font-size: 16px;
  }
}

@media (max-width: 1800px) {
  .img-container {
    max-width: 98vw;
  }

  .responsive-img {
    max-width: 98vw;
  }
}

@media (max-width: 1200px) {
  .img-container {
    max-width: 95vw;
  }

  .responsive-img {
    max-width: 95vw;
  }

  .features-heading {
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  .img-container {
    max-width: 100vw;
    padding: 0 8px;
  }

  .responsive-img {
    max-width: 100vw;
  }

  .vibe-section::before {
    height: 65%;
    /* a bit more on mobile for visual balance */
    background-size: 18px 18px;
  }

  .features-heading {
    margin-top: -100px;
  }

  .spiral-heading {
    font-size: 30px !important;
    margin-top: -80px;
  }

  .industries-heading {
    font-size: 30px !important;
  }

  .video-section {
    font-size: 30px !important;
    margin: 0 15px;
  }

  .video-container {
    margin: 20px 20px;
    height: 250px !important;
  }

  .industry-card-title {
    transform: translateY(0) !important;
    font-size: 18px !important;
    font-weight: 700;
    text-align: left;
    margin: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 18px;
    padding: 0 18px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
  }
  .industry-card-wrapper:hover .industry-card-title {
    font-size: 32px !important;
    text-align: center;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%) !important;
    width: 90%;
    padding: 0;
  }
  .industry-card-overlay {
    padding: 10px !important;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .img-container {
    padding: 0 2px;
  }

  .responsive-img {
    max-width: 100vw;
    margin-top: 110px;
  }

  .features-heading {
    margin-top: -100px;
    margin-bottom: 0;
  }
}

.vibe-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background-color: #f9fafb;
  margin-top: 30px;
}

.logo-icon {
  font-size: 16px;
  color: #6b7280;
}

/* END  */

/*  Features Start */
.features-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
  text-align: center;
  background: radial-gradient(
    circle at 50% 50%,
    #d8edf8 0%,
    #d8edf8 15%,
    transparent 40%
  );
  background-size: 100% 100%;
}

.features-heading {
  font-size: 56px;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-top: 80px;
  letter-spacing: -0.02em;
}

.brand-text {
  color: #0987c9;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.feature-card {
  background-color: #f8fafc;
  border-radius: 20px;
  padding: 10px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s ease;
  border: 1px solid #e2e8f0;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
}

/* Icon Styles */
.icon-squares {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 36px;
  height: 36px;
}

.square {
  background-color: #0987c9;
  border-radius: 3px;
  width: 8px;
  height: 8px;
}

.network-dots {
  position: relative;
  width: 40px;
  height: 40px;
}

.dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0987c9;
  border-radius: 50%;
}

.center-dot {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

.dot:nth-child(2) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.dot:nth-child(3) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.dot:nth-child(4) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.dot:nth-child(5) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.dot:nth-child(6) {
  top: 20%;
  right: 20%;
}

.diamond-pattern {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  width: 40px;
  height: 40px;
}

.diamond {
  background-color: #0987c9;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.layers {
  position: relative;
  width: 40px;
  height: 30px;
}

.layer {
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #0987c9;
  border-radius: 4px;
}

.layer1 {
  top: 0;
  opacity: 1;
}

.layer2 {
  top: 11px;
  opacity: 0.7;
}

.layer3 {
  top: 22px;
  opacity: 0.4;
}

.boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  width: 36px;
  height: 24px;
}

.box {
  background-color: #0987c9;
  border-radius: 2px;
  width: 8px;
  height: 8px;
}

.chart-bars {
  display: flex;
  align-items: end;
  gap: 4px;
  width: 36px;
  height: 30px;
}

.bar {
  background-color: #0987c9;
  border-radius: 2px 2px 0 0;
  width: 6px;
}

.bar1 {
  height: 15px;
}

.bar2 {
  height: 25px;
}

.bar3 {
  height: 20px;
}

.bar4 {
  height: 30px;
}

.hr-layers {
  position: relative;
  width: 40px;
  height: 30px;
}

.hr-layer {
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #0987c9;
  border-radius: 4px;
}

.hr1 {
  top: 0;
  opacity: 1;
}

.hr2 {
  top: 11px;
  opacity: 0.7;
}

.hr3 {
  top: 22px;
  opacity: 0.4;
}

.service-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  width: 36px;
  height: 24px;
}

.service-block {
  background-color: #0987c9;
  border-radius: 2px;
  width: 8px;
  height: 8px;
}

.pos-elements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  width: 24px;
  height: 24px;
}

.pos-element {
  background-color: #0987c9;
  border-radius: 3px;
  width: 8px;
  height: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .features-section {
    padding: 0px 0px 20px 0px;
    margin-top: -90px;
  }

  .features-heading {
    font-size: 30px;
    margin-top:20px !important;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-card {
    padding: 30px 20px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Gradient Animation */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Features CSS End */

/* Spiral CSS Start */

.solutions-section {
  text-align: center;
  padding: 4rem 1rem;
}

.spiral-heading {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 0rem;
  margin-top: -15px;
}

.highlight {
  color: #0987c9;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  padding: 1rem;
  overflow-x: hidden !important;
}

.image-container img {
  max-width: 580px;
  width: 100%;
  height: auto;
}

.line-section {
  color: #6b6b6b;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

/* Spiral CSS End */

/* Video Section CSS Start*/
.video-section {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 2rem; */
  background-color: #d9d9d9;
  border-radius: 50px;
  margin: 10px auto;
  width: 90%;
  height: 40vw;
}

/* Video Section CSS End */

/* Industries CSS Start */
.industries-heading {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  margin: 60px 5rem 0 5rem;
}

.industry-showcase-section {
  padding: 60px 0;
}

.industry-card-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  /* height: 320px; */
  width: 100%;
  height: 458px;
  /* height: calc(428px); */

  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.industry-card-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.industry-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.industry-card-wrapper:hover .industry-card-bg {
  transform: scale(1.05);
}

.cust-card-gal-row {
  justify-content: center;
}

.retail-bg {
  background-image: url("../assets/solution_assets/industry1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.hospitality-bg {
  background-image: url("../assets/solution_assets/industryb.jpg");
}

.manufacturing-bg {
  background-image: url("../assets/solution_assets/industryc.jpg");
}

.tech-bg {
  background-image: url("../assets/solution_assets/industryd.jpg");
}

.finance-bg {
  background-image: url("../assets/solution_assets/industrye.jpg");
}

.restaurant-bg {
  background-image: url("../assets/solution_assets/industryf.jpg");
}

.industry-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.industry-card-wrapper:hover .industry-card-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.industry-card-title {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* transform: translateY(80px); */
  transform: translateY(180px);
  /* height: 100%; */
}

.industry-card-wrapper:hover .industry-card-title {
  transform: translateY(0);
  font-size: 32px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

/* Industries CSS End */

.cust-img-wrapper {
  width: 40%;
}

.mid-arrow {
  width: 10%;
}

.cust-img-wrapper img {
  width: 100%;
  height: 100%;
}

.image-container .cust-img-wrapper:nth-child(2) {
  width: 38%;
}

/* Updated Card */

.modules-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.module-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  /* border: 1px solid #f0f0f0; */
  transition: all 0.3s ease;
  position: relative;
}

.module-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.module-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.module-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.module-title {
  color: #000;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 107%;
  letter-spacing: -0.66px;
  margin: 0;
  text-align: start !important;
}

.module-content p{
  text-align: start;
  font-size: 14px;
}

/* Featured Section Styles */
.featured-section {
  border: 2px dashed #a8d4ff;
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(
    135deg,
    rgba(168, 212, 255, 0.1) 0%,
    rgba(168, 212, 255, 0.05) 100%
  );
  position: relative;
}

.sales-section {
  position: relative;
  height: 120px;
}

.sales-card {
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
}

.sales-card .module-title {
  color: white;
}

.sales-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 8px,
    rgba(255, 255, 255, 0.1) 8px,
    rgba(255, 255, 255, 0.1) 16px
  );
  pointer-events: none;
}

.sales-badges {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.badge-number {
  position: absolute;
  background: #1e88e5;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.badge-number.top-left {
  top: -8px;
  left: -8px;
}

.badge-number.top-right {
  top: -8px;
  right: -8px;
}

.badge-number.bottom-left {
  bottom: -8px;
  left: -8px;
}

.badge-number.bottom-right {
  bottom: -8px;
  right: -8px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .module-card {
    height: fit-content;
    padding: 20px;
  }

  .module-title {
    font-size: 18px;
  }

  .icon-img {
    width: 40px;
    height: 40px;
  }

  .module-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .module-card {
    height: fit-content;
    padding: 12px;
    gap: 10px;
  }

  .module-title {
    font-size: 14px;
  }

  .icon-img {
    width: 32px;
    height: 32px;
  }

  .module-icon {
    width: 32px;
    height: 32px;
  }

  .badge-number {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
}

/* Auto-adjusting grid when items are removed */
.row.g-3 > [class*="col-"] {
  transition: all 0.3s ease;
}

/* Hide class for dynamic removal */
.module-card.hidden {
  display: none;
}

/* When a card is hidden, remaining cards expand */
@media (min-width: 992px) {
  .row:has(.col-lg-4.hidden) .col-lg-4:not(.hidden) {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row:has(.col-lg-4.hidden:nth-child(2)) .col-lg-4:first-child:not(.hidden) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Contact Section Start */

.hrms-form-wrapper {
  margin-top: 0px;
}

.card-body-form {
  padding: 40px 30px;
}

.base-img-holder {
  width: 100%;
}

.base-img-holder img {
  width: 100%;
  height: 420px;
}

.cust-form-pos {
  /* background-color: pink; */
  margin-top: -286px !important;
}

.cust-fm-label {
  color: #5a7184;
  font-weight: 600;
}

.col-md-6 input::placeholder,
.mb-4 textarea::placeholder {
  color: #959ead;
  font-size: 16px;
  font-weight: 500;
}

.cust-font-p {
  color: #5a7184;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
}

button[type="submit"] {
  background-color: var(--prime-blue2);
}

.contact-info-section {
  /* background-color: #f8f9fa; */
  padding: 30px 0;
}

.contact-info-card {
  /* background: white; */
  border-radius: 12px;
  padding: 10px 30px;
  text-align: center;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
  border: none;
  height: 100%;
  transition: transform 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-5px);
}

.contact-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.contact-info-card img {
  width: 100%;
  height: 100%;
}

.email-icon-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.call-icon-bg {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
}

.support-icon-bg {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: white;
}

.contact-title {
  color: #0987c9;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.contact-description {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.contact-link {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.contact-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.support-btn {
  border: none;
  color: #0987c9;
  font-weight: 700;
  padding: 10px 90px;
  border: 2px solid #0987c9;
  display: flex;
  align-items: center;
  gap: 20px;
}

.support-btn img {
  width: 20px;
  height: 20px;
}

.support-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(79, 172, 254, 0.3);
  color: var(--prime-blue2);
}

/* Contact Section End */

.testimonials-text-wrapper {
  width: fit-content;
  margin: 0 auto;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 8px 16px;
  border-radius: 20px;
  /* background-color: #f9fafb; */
}

.testimonials-text-wrapper p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.cust-mail-wrapper {
  display: flex;
  flex-direction: column;
}

/* Phone Field Complete CSS */

/* Container for phone input */
.phone-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: -2px;
}

/* Country code dropdown */
.country-code {
  padding: 0px 10px;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  font-size: 14px;
  width: 200px; /* reduced width */
  background-color: #fff;
  appearance: none;
  margin-top: 4px;
  color: #959ead;
  font-size: 16px;
  font-weight: 500;
}

/* Phone number input */
.phone-number {
  flex: 1;
  /* min-width: 160px; */
  width: 100% ;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 4px;
  border-radius: 0.375rem;
}

.erp-phone-container{
  width: 47%;

}

/* Label styling */
.form-group label {
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
  color: #5a7184;
  font-weight: 600;
}

/* Focus styles */
.country-code:focus,
.phone-number:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 1px #007bff30;
}

.cust-erp-flexer {
  display: flex;
}

.phone-container select{
  width: 50%;
  height: 38px !important;
}

/* Responsive behavior */
@media (max-width: 576px) {
  .phone-container {
    flex-direction: column;
  }

  .phone-container select{
    width: 100%;
  }
  .erp-phone-container{
    width: 100%;
  }

  .country-code {
    width: 100%;
    padding: 8px 12px;
  }

  .phone-number {
    width: 100%;
  }

  .contact-email-wrapper {
    margin-top: 20px;
  }

  .company-name-wrapper {
    margin-top: 0px;
  }

  .phone-wrapper {
    margin-top: 20px;
  }

  .message-wrapper {
    margin-top: 0px;
  }
  .base-img-holder img {
    display: none;
  }
}

@media (max-width: 768px) {
  .modules-grid {
    padding: 15px;
  }

  .module-card {
    height: fit-content;
    padding: 16px;
    gap: 12px;
  }

  .module-title {
    font-size: 16px;
    line-height: 1.2;
  }

  .icon-img {
    width: 36px;
    height: 36px;
  }

  .module-icon {
    width: 36px;
    height: 36px;
  }

  .featured-section {
    padding: 15px;
  }

  .badge-number {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .contact-info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .image-container {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: nowrap;
  }

  .hrms-form-wrapper {
    margin-top: 60px;
  }

  .cust-form-pos {
    margin-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  /* .brand-text{
    margin-top: 80px;
  } */

  .industry-card-wrapper {
    height: 250px !important;

    /* height: calc(428px); */
  }

  .industry-card-wrapper:hover .industry-card-title {
    font-size: 1.7rem;
    font-weight: 600;
  }

  .spiral-heading {
    margin-top: -40px;
  }

  .industries-heading {
    margin: 30px 20px 0 20px;
  }
  .industry-showcase-section {
    padding: 30px 0;
  }
  .contact-title {
    font-size: 18px;
    font-weight: 700;
  }
  .mid-arrow{
    text-align: center;
  }

  .cust-email-send-wrapper{
  width: 100%;
}
  
.cust-email-send-wrapper img{
  height: 100%;
  width: 100%;
}


}

/* New CSS of CRM Contact Section Only */

.modal-content{
  padding: 12px;
}