* {
  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: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  background: none;
  z-index: 2;
}

.img-container {
  margin-top: -80px;
  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: -180px auto 0px auto;
}

.main-heading {
  font-size: 72px;
  font-weight: 800;
  color: #111827;
  line-height: 1.1;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.description-text {
  font-size: clamp(14px, 2vw, 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;
    margin-top: -10px;
  }
}

@media (max-width: 1800px) {
  .img-container {
    max-width: 98vw;
  }

  .responsive-img {
    max-width: 98vw;
  }
}

@media (max-width: 2500px) {
  .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;
  }

  .industries-heading {
    font-size: 30px !important;
  }

  .video-section {
    font-size: 30px !important;
  }

  .video-container {
    margin: 20px 20px;
    height: 250px !important;
  }

  .industry-card-wrapper {
    height: 250px !important;
  }

  .industry-card-title {
    transform: translateY(0) !important;
    font-size: 1.1rem !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: 2rem !important;
    text-align: center;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%) !important;
    width: 90%;
    padding: 0;
    background: none !important;
    border-radius: 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: 40px;
  }

  .features-heading {
    margin-top: -150px;
  }
}

.vibe-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #101011;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* margin-bottom: 40px;
    margin-top: 30px;
    padding: 8px 16px;
    
    border-radius: 20px; */

  margin-top: 30px;
}

.logo-icon {
  font-size: 16px;
  color: #6b7280;
}

/* Features CSS Start */

.features-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 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-bottom: 20px;
  margin-top: 60px;
  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;
}

.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-content p{
text-align: start;
}

.module-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 107%;
  letter-spacing: -0.66px;
  margin: 0;
  text-align: left;
}

/* Responsive Design */
@media (max-width: 768px) {
  .features-section {
    padding: 60px 16px;
  }

  .features-heading {
    font-size: 30px;
  }

  .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%;
  }
}

/* Fetures CSS End */

/* Choose Vibe CRM Start */

.vibe-payroll-hero {
  background: url(../assets/crm_assets/gardientDark.svg);
  background-repeat: no-repeat !important;
  /* background-position: bottom right !important; */
  background-position: 0% 90% !important;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 90px 70px 0px 70px;
  margin-top: 30px;
}

.vibe-hero-container {
  position: relative;
  z-index: 2;
}

.vibe-main-title {
  font-size: 56px;

  text-align: center;
  margin-bottom: 4rem;

  font-style: normal;
  font-weight: 700;
  letter-spacing: -2px;
  background: linear-gradient(
    99deg,
    #fff 43.11%,
    rgba(255, 255, 255, 0) 109.33%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cust-team-love-h1 {
  color: red;
  margin-bottom: 0;
}

.cust-team-love-p {
  margin-bottom: 4rem;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.vibe-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  border-bottom: 1px solid #35373d;
  padding-bottom: 12px;
}

.vibe-feature-item:nth-child(1) {
  animation-delay: 0.2s;
}

.vibe-feature-item:nth-child(2) {
  animation-delay: 0.4s;
}

.vibe-feature-item:nth-child(3) {
  animation-delay: 0.6s;
}

.vibe-icon-circle {
  width: 80px;
  height: 80px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.vibe-icon-circle:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.vibe-icon-circle i {
  font-size: 28px;
  color: white;
}

.vibe-feature-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.vibe-features-grid {
  max-width: 100%;
  margin: 60px auto;
}

.vibe-features-grid .row .mb-4 {
  /* background-color: #00f2fe; */
  padding: 0 40px;
}

.vibe-feature-p {
  width: 80%;
  color: #7e8492;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .vibe-payroll-hero {
    padding: 50px 20px 0px 20px;
  }

  .vibe-main-title {
    font-size: 2.5rem;
    text-align: left;
    margin: 25px auto;
  }

  .vibe-feature-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .vibe-icon-circle {
    margin-bottom: 1rem;
  }

  .vibe-feature-text {
    font-size: 18px;
  }
  .indro-vid-wrapper {
    height: 250px !important;
    border-radius: 50px;
  }
  .contact-title{
    font-size: 18px !important;
  }
}

/* Choose Vibe CRM End*/

/* Video Section Start */
.main-introducting-container {
  margin-top: 22px;
}

.main-introducting-container h2 {
  color: #000;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  line-height: 100%;
  width: 80%;
  margin: 50px auto 0px auto;
  font-weight: 700;
}

.main-introducting-container h2 span {
  /* color: var(--prime-blue2); */
  font-weight: 600;
}

.indro-vid-wrapper {
  width: 90%;
  height: 40vw;
  background-color: #d9d9d9;
  margin: 0 auto;
  border-radius: 50px;
  margin-top: 30px;
}

/* Video Section End */

/* Industries Section Start */
.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/crm_assets/0.jpg");
}

.hospitality-bg {
  background-image: url("../assets/crm_assets/1.jpg");
}

.manufacturing-bg {
  background-image: url("../assets/crm_assets/2.jpg");
}

.tech-bg {
  background-image: url("../assets/crm_assets/3.jpg");
}

.finance-bg {
  background-image: url("../assets/crm_assets/4.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: 600;
  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: 2rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

/* Industries Section End */

/* Contact Section Start */
.hrms-form-wrapper {
  margin-top: 130px;
}

.card-body-form {
  padding: 40px 60px;
}

.base-img-holder {
  width: 100%;
}

.base-img-holder img {
  width: 100%;
  height: 420px;
}

.cust-form-pos {
  /* background-color: pink; */
  margin-top: -586px !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: 400;
  line-height: 28px;
  /* 175% */
}

button[type="submit"] {
  background-color: var(--prime-blue2);
}

/* =-=-=-= */
/* =-=-=-= */

.contact-info-section {
  /* background-color: #f8f9fa; */
  padding: 60px 0;
}

.contact-info-card {
  /* background: white; */
  border-radius: 12px;
  padding: 40px 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: 600;
  font-size: 14px;
}

.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 */

@media (max-width: 750px) {
  .main-introducting-container h2 {
    font-size: 30px;
    margin: 0 10px;
    margin: 0 auto;
    width: 95%;
  }

  .features-section {
    padding: 20px 0px 40px 0px;
  }

  .vibe-section {
    min-height: 450px;
  }

  .features-heading {
    margin-top: -5px;
    margin-bottom: 0;
  }

  .contact-info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cust-form-pos {
    margin-top: -20px !important;
  }
}

.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: 600;
  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;
}

.phone-container select {
  max-height: 50px !important;
  width: 50%;
}



/* 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;
  height: 38px;
}

/* Phone number input */
.phone-number {
  flex: 1;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 4px;
  border-radius: 0.375rem;
}

.phone-container-crm-new{
  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;
}



/* Responsive behavior */
@media (max-width: 576px) {
  .phone-container {
    flex-direction: column;
  }

  .country-code {
    width: 100%;
    padding: 6px 12px;
  }

  .phone-number {
    width: 100%;
  }

  .phone-container select {
    width: 100%;
  }

  .phone-container-crm-new{
  width: 100%;
}



}

/* New CSS of Contact Section */

.hrms-form-wrapper {
}

.card-body-form {
  padding: 40px 30px;
}

.base-img-holder {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-top: -130px;
}

.base-img-holder img {
  width: 100%;
  height: 420px;
  /* object-fit: cover;
    object-position: top; */
}

.base-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 1rem;
  width: 90%;
  max-width: 700px;
}

.base-img-title {
  margin: 10rem;
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 600;
  margin-bottom: 1rem;
}

.base-img-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: 10rem;
  font-weight: 300px;
  font-size: 20px;
}

.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);
}

.card-shadow {
  background-color: white;
  position: relative;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  margin-top: 8rem;
}

/* 
@media (max-width: 1400px) {
    .base-img-title {
        font-size: 32px;
        margin-top: 15rem;
    }

    .base-img-subtitle {
        font-size: 18px;
        margin-bottom: 15rem;
    }

    .card-shadow {
        margin-top: 13rem;
    }
} */

@media (max-width: 865px) {
  .base-img-title {
    margin-top: 16rem;
    font-size: 28px;
  }

  .base-img-subtitle {
    font-size: 12px;
  }

  .card-shadow {
    margin-top: 16rem;
  }

  .contact-info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 578px) {
  .base-img-title {
    white-space: nowrap;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 10rem;
  }

  .base-img-subtitle {
    font-size: 10px;
    margin-bottom: 10rem;
  }

  .card-shadow {
    margin-top: 17rem;
  }

  .base-img-holder {
    margin-top: -60px;
  }
  .base-img-holder img {
    display: none;
  }
  .cust-form-pos {
    /* background-color: pink; */
    margin-top: -20px !important;
  }

  .cust-fm-label {
    margin-top: 20px;
  }

  .company-name-wrapper {
    margin-top: -15px;
  }

  .phone-wrapper {
    margin-top: 20px;
  }

  .message-wrapper {
    margin-top: -10px;
  }

  /* Contact Section End */

  /* .form-group {
    flex: 1;
}

.form-group.full-width {
    width: 100%;
}

.phone-container {
    display: flex;
    gap: 10px;
}

.country-code {
    width: 170px;
    flex-shrink: 0;
    padding-right: 10px;
}

.phone-number {
    flex: 1;
} */
  .cust-mail-wrapper {
    display: flex;
    flex-direction: column;
  }

  .module-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 107%;
    letter-spacing: -0.66px;
    margin: 0;
    text-align: left;
  }

  .industry-card-wrapper {
    height: 250px !important;

    /* height: calc(428px); */
  }

  .industry-card-wrapper:hover .industry-card-title {
    font-size: 1.7rem;
    font-weight: 600;
  }
}

/* --- Start of Mobile-Specific Industry Card Fix --- */
@media (max-width: 768px) {
  .industry-card-title {
    transform: translateY(0) !important;
    font-size: 18px !important;
    font-weight: 700;
    text-align: bottom center;
    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;
    background: none !important;
    border-radius: 0;
  }
  .industry-card-overlay {
    padding: 10px !important;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .vibe-features-grid {
    margin: 20px auto;
  }
  .vibe-main-title {
    font-size: 30px;
    font-size: 700;
  }

  .cust-email-send-wrapper{
  width: 100%;
}
  
.cust-email-send-wrapper img{
  height: 100%;
  width: 100%;
}

}
/* --- End of Mobile-Specific Industry Card Fix --- */

.modal-content{
  padding: 12px;
}
