/*---------------------------------------------------- 
landing section start 
------------------------------------------------------*/
.virtual-grid-two-part,
.vendors-grid-content {
  display: flex;
  width: 100%;
  padding: 3rem 4rem 0 4rem;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.virtual-content,
.vendors-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  /* background-color: aqua; */
  width: 74%;
}
.cta a {
  border-width: 0;
  outline: none;
  /* width: 140px;
  height: 45px; */
  padding: 15px 24px;
  background-color: #ee8d21;
  border-radius: 50px;
  color: #ffffff !important;
  text-shadow: 0px 0px 1px #fff;
  box-shadow: inset 0 1.5px 0px 1px #f7bf80;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.cta a:hover {
  background-color: #f8931f;
}
.virtual-content span {
  background-color: #ee8e21d3;
  padding: 1px;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #ee8d21a1;
}
.virtual-image {
  max-width: 85%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: aquamarine; */
  height: 460px;
  position: relative;
  z-index: 2;
}
.virtual-image::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 67%;
  background-color: #f7b451;
  z-index: -1;
  filter: blur(50px);
  top: 11%;
  transform: rotate(-77deg);
  left: 32%;
}
.virtual-image::before {
  content: "Hii! Welcome to Bachatdaddy";
  position: absolute;
  width: 30%;
  height: 20%;
  z-index: 1;
  box-shadow: 0px 0px 2px 0px rgb(255, 255, 255);
  background-color: #ffffff27;
  left: 16%;
  top: 20%;
  border-radius: 10px;
  color: #292929;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.virtual-image > img {
  /* float: right; */
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotateX(29deg) rotateY(0deg) rotate(59deg);
}
.client {
  background-color: #f1f1f1;
  box-shadow: 0 0 10px 0 #14111131;
  gap: 3px;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
}
.client.first {
  top: 10%;
  right: 3%;
}
.client.secound {
  top: 0%;
  left: 6%;
}
.client.third {
  top: 56%;
  right: 15%;
}
.client > img {
  width: 85px;
  height: 50px;
  object-fit: cover;
}
.virtual-content h1,
.vendors-content h1 {
  font-family: var(--bachat-daddy-font);
  font-weight: 500;
  font-size: 70px;
  line-height: 70px;
  color: #141111;
  letter-spacing: -1px;
}

.virtual-content p {
  width: 80%;
  line-height: 20px;
}
.btn-to-connect button {
  border: none;
  border-radius: 4px;
  color: #fff !important;
  background-color: #1f1a1a !important;
  padding: 10px 25px 10px;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 1;
}

.btn-to-connect button:hover {
  color: #fff;
  background-color: #0f0c0c !important;
}

/*---------------------------------------------------- 
landing section end 
------------------------------------------------------*/

.feature-card {
  width: 100%;
  /* background-color: red; */
  display: flex;
  justify-content: space-around;
  align-items: start;
  padding: 50px 50px;
  background-color: #f1f1f1;
}

.feature-card .feature1 {
  width: 40%;
  /* background-color: blue; */
  display: flex;
  flex-direction: column;
}

.feature1 h2 {
  color: #000000;
  font-size: 35px;
  font-weight: bolder;
  line-height: 35px;
}
.feature1 h2 span {
  background-image: linear-gradient(to right, #383838, 10%, #ee8d21);
  color: transparent;
  background-clip: text;
}
.feature1 p {
  color: #353535;
  font-size: 16px;
  line-height: 20px;
  margin-top: 25px;
}

.feature-card .feature2 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: start;
}
.feature2 .card-detail1 {
  background-color: #fff;
  width: 280px;
  /* height: 150px; */
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feature2 .card-detail1:nth-child(1) {
  box-shadow: 0 0 10px 2px #ee8d21b0;
  transform: scale(1.07);
}
.feature2 .card-detail1:hover {
  box-shadow: 0 0 10px 2px #ee8d21b0;
  transform: scale(1.07);
}

.feature2 .card-detail1 .icon {
  display: flex;
  justify-content: start;
  align-items: center;
}

.feature2 .card-detail1 .icon h2 {
  font-size: 16px;
  margin-left: 15px;
}

.feature2 .card-detail1 .desc {
  display: flex;
  align-items: center;
}

.vendorshome-bg {
  background: linear-gradient(
    0deg,
    rgba(238, 141, 33, 0.2) 0%,
    rgb(255, 255, 255) 100%
  );
}
.vendorshome-bg hr {
  margin: 2rem 0;
  color: #141111;
}
.feature2 .card-detail1 .desc h4 {
  font-size: 14px;
  font-weight: 400;
}

.vendors-content h1 .highlight {
  background-image: linear-gradient(to right, #c7c7c7, 64%, #eb891a);
  color: transparent;
  background-clip: text;
  text-shadow: 0 0 1px #f08b18b0;
}

/*---------------------------------------------------- 
feature card section end 
------------------------------------------------------*/

/* vendors benefits start */
.vendors-benefits-section {
  padding: 30px 0 0px 0;
  margin-top: 50px;
  position: relative;
  margin-bottom: 20px;
}
.vendors-benefits-section h2 {
  text-align: center;
  color: #141111;
}
.vendors-benefits-container {
  border-radius: 10px;
  margin-top: 24px !important;
  display: grid;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
}
.vendors-benefits-container .vendors-benefits-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: inset 5px 0px 0px #ee8d21;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid #ee8d21b0;
  transition: 0.4s all ease-in-out;
}
.vendors-benefits-container .vendors-benefits-content:hover {
  box-shadow: inset 0 0 0 0px #ee8d21;
  transform: translateX(-5px);
}
.vendors-benefits-container .vendors-benefits-content h5,
.our-work-content h5 {
  font-size: 20px;
  color: #141111;
}
.vendors-benefits-container .vendors-benefits-content p,
.our-work-content p,
.vendors-benefits-content ul li {
  font-size: 16px;
}
.vendors-benefits-container .vendors-benefits-content img {
  width: 200px;
}
/* vendors benefits end */

/* our work start */
.our-work-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.our-work-content {
  /* background: #f4f7fa; */
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #ee8d21;
  transition: 0.4s all ease-in-out;
}
.our-work-content:hover {
  transform: scale(1.02);
}
/* our work end */

/* accordian start */
.accordian-container {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 24px;
}
.accordian-content {
  border-radius: 10px;
  margin-top: 15px;
  max-height: 500px;
  border-radius: 10px;
  background-color: #fffbfb;
  border: 1px solid #ee8d21;
}
.accordian-content .question {
  background-color: #fffbfb;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #ee8e214b;
  transition: 0.4s all ease-in-out;
}
.accordian-content .answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  color: black;
  /* background-color: #0f0c0c; */
  transition: max-height 0.3s ease, opacity 0.5s ease, padding 0.3s ease;
}
.accordian-content .answer.active {
  max-height: 500px;
  opacity: 1;
  padding: 26px 20px 18px 20px;
}
/* accordian end */

/* location start */
.location-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 24px;
  margin-bottom: 100px;
  gap: 20px;
}
.map {
  flex-basis: 50%;
}
.contact-information {
  flex-basis: 50%;
  /* box-shadow: 0 0 2px 0 #ee8d21; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.contact-information p {
  padding: 20px;
  box-shadow: 0 0 4px 0 #1411113b;
  border-radius: 10px;
  font-size: 16px;
}
.contact-information p a {
  color: #141111;
  transition: all 0.4s ease-in-out;
}
.contact-information p a:hover {
  color: #ee8d21;
}
/* location end */

/* virtual-card start */
body {
  overflow-y: auto;
}
.main-container-apply {
  position: relative;
}
.apply-section {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  display: flex;
  /* visibility: hidden; */
  /* opacity: 0; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.apply-section.visible {
  opacity: 1;
  pointer-events: auto;
}
.apply-container {
  background-color: rgb(255, 255, 255);
  padding: 30px 32px;
  border-radius: 10px;
  color: #141111;
  border: 1px solid #cfcfcf;
  box-shadow: 0 6px 10px 0 #17171736;
}
.apply-container .apply-form {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.apply-container .apply-form input {
  width: 100%;
  border-radius: 8px;
  outline: none;
  border-width: 0px;
  padding: 6px 8px;
  border: 1px solid #cfcfcf;
  background-color: white;
}
.apply-container .apply-form input::placeholder {
  font-size: 14px;
  color: #555555;
  font-weight: 500;
}
button#apply-btn {
  border-width: 0;
  outline: none;
  padding: 6px 30px;
  font-weight: 500;
  background-color: #f1870e;
  color: white;
  border-radius: 20px;
  text-shadow: 0px 4px 8px #fff5f5ff;
  box-shadow: inset 0 2px 0px #ffb35d, inset 1px 0px 0px #ffb35d,
    inset -1px 0px 0px #ffb35d, inset 0px -2px 0px #ffb35d;
  text-align: center;
}
/*virtual-card end */

/* apply-virtual-card start */
.main-detail-container {
  padding: 50px;
  background-color: #f5f5f5;
}
.main-detail-container h2 {
  text-align: center;
  color: #141111;
}
.complete-detail-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  margin-top: 30px;

  /* padding: 30px 30px; */
}
.basic-detail-container {
  /* background-color: orchid; */
  flex-basis: 30%;
  padding: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.096);
  display: flex;
  gap: 10px;
  flex-direction: column;
  font-weight: 500;
  background-color: white;
  border-radius: 10px;
  height: fit-content;
  position: sticky;
  top: 2px;
}
.basic-detail-container > a {
  color: #141111;
}
.basic-detail-container > a div {
  padding: 10px 20px;
  border-radius: 10px;
  transition: 0.2s ease;
}
.basic-detail-container > a div:hover {
  background-color: #ee8d21;
  color: white;
}
.basic-detail-container > a div span:nth-child(1) {
  /* background-color: #ee8d21; */
  color: #ee8d21;
  font-weight: 500;
  font-size: 16px;
  transition: 0.2s ease;
  margin-right: 4px;
}
.basic-detail-container > a div:hover span:nth-child(1) {
  color: white;
}
.other-detail-container {
  /* background-color: aquamarine; */
  flex-basis: auto;
  width: 100%;
}
.other-detail-container form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.other-detail-container form > div {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.096);
  background-color: white;
  border-radius: 10px;
  padding: 20px 20px;
}
.other-detail-container form > div:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.other-detail-container form > div:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.other-detail-container
  form
  > div:nth-child(2)
  > .user-field:has(label[for="pincode"]),
.other-detail-container
  form
  > div:nth-child(2)
  > .user-field:has(label[for="state"]),
.other-detail-container
  form
  > div:nth-child(2)
  > .user-field:has(label[for="city"]) {
  grid-column: span 1;
}
.other-detail-container
  form
  > div:nth-child(2)
  > .user-field:not(:has(label[for="pincode"])):not(
    :has(label[for="state"])
  ):not(:has(label[for="city"])) {
  grid-column: span 3;
}
.other-detail-container form input,
.other-detail-container form select,
.other-detail-container form textarea {
  outline: none;
  border-width: 0;
  width: 100%;
  font-size: 16px;
}
.other-detail-container form .inputIcon {
  width: 100%;
  outline: none;
  border-width: 0px;
  background-color: white;
  display: flex;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 8px 4px 4px;
  gap: 6px;
}
.other-detail-container form .inputIcon i {
  border-right: 1px solid #c8c8c8;
  padding: 0 4px;
  font-size: 14px;
}
.other-detail-container form .user-field label {
  font-size: 14px;
  font-weight: 500;
}
.other-detail-container form .user-field label span {
  color: red;
}
.inputIcon:focus-within {
  outline: 2px solid #ee8d21;
  outline-offset: 4px;
  box-shadow: 0px 0px 6px #c8c8c8;
  border: 1px solid #ee8d21;
}
button#submitButton {
  border-width: 0;
  outline: none;
  padding: 6px 30px;
  font-weight: 500;
  background-color: #f1870e;
  color: white;
  border-radius: 20px;
  text-shadow: 0px 4px 8px #fff5f5ff;
  box-shadow: inset 0 2px 0px #ffb35d, inset 1px 0px 0px #ffb35d,
    inset -1px 0px 0px #ffb35d, inset 0px -2px 0px #ffb35d;
  text-align: center;
}

/******************************
*******************************/
/* Readonly input styling */
/* Readonly field styling - shows it has data and is protected */
input[readonly],
textarea[readonly] {
  background-color: #f0f0f0;
  cursor: not-allowed;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 2px;
}

input[readonly]:focus,
textarea[readonly]:focus {
  border-color: #ddd;
  box-shadow: none;
  outline: none;
}

/* Disabled select field */
select[disabled] {
  background-color: #f0f0f0;
  cursor: not-allowed;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 2px;
}

input[type="file"][disabled] {
  background-color: #f0f0f0;
  cursor: not-allowed;
  border-radius: 2px;
}

/* Enabled fields - normal styling */
input:not([readonly]),
textarea:not([readonly]),
select:not([disabled]) {
  background-color: white;
  cursor: text;
  border: 1px solid #ccc;
}

/* OTP form start */
body{
  overflow-y: auto;
}
.otp-main-container{
  background-color: rgba(0, 0, 0, 0.719);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: visibility 0.5s ease-out;
}
.otp-form{
  background-color: white;
  /* box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.096); */
  box-shadow: 0 2px 6px 0 #14111154;
    border-radius: 10px;
  padding: 20px 20px;
}
.otp-form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
}
.otp-form form button{
  border-radius: 6px;
  outline: 0;
  border-width: 0;
  font-size: 16px;
  padding: 8px 26px;
  background-color: #ee8d21;
  color: white;
  margin-top: 12px;
  text-shadow: 0px 1px 4px #fff5f5ff;
    box-shadow: inset 0 2px 0px #ffb35d, inset 1px 0px 0px #ffb35d,
    inset -1px 0px 0px #ffb35d, inset 0px -2px 0px #ffb35d;
  margin-bottom: 20px;
  transition: 0.2s ease;
}
.otp-form form button:hover{
  background-color: #ff9823;
}
.otpmsg{
  color: #686868;
}
.otp-form form p{
  font-size: 16px;
  font-weight: 600;
}
.otp-form form .otp-field {
  display: flex;
  gap: 4px;
}
.otp-form form .otp-field input {
  width: 30px;
  border-radius: 5px;
  border: 1px solid #ee8d21;
  padding: 2px 2px;
  text-align: center;
  outline: none;
}
.otp-form form .otp-field input:focus{
  outline: 1px solid #ee8d21;
  border: 0;
  box-shadow: 0 0 1px 4px #ee8e2170;
}
.otp-form form .otp-field input::-webkit-inner-spin-button,
.otp-form form .otp-field input::-webkit-inner-outer-button{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;

}
/* OTP form end */

/******************************
*******************************/
/* apply-virtual-card end */

@media (max-width: 1205px) and (min-width: 766px) {
  .feature2 .card-detail1 {
    width: 100%;
  }
  .virtual-content h1,
  .vendors-content h1 {
    font-size: 55px;
    line-height: 55px;
  }
  .virtual-content p,
  .vendors-content p {
    font-size: 16px;
    line-height: 18px;
  }
  .vendors-benefits-section {
    padding: 20px 16px 0px 16px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .virtual-grid-two-part,
  .vendors-grid-content {
    padding: 2.5rem 2rem 0 2rem;
    gap: 1rem;
  }
  .virtual-content {
    width: 100%;
  }
  .virtual-content h1,
  .vendors-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .virtual-content p,
  .vendors-content p {
    font-size: 14px;
    line-height: 16px;
  }
  .cta a {
    font-size: 14px;
  }
  .virtual-image > img {
    height: 80%;
    max-width: 80%;
  }
  .virtual-image::before {
    width: 56%;
    height: 12%;
    box-shadow: 0px 0px 2px 0px rgb(255, 255, 255);
    left: 0%;
    top: 32%;
    font-size: 14px;
  }
  .client {
    padding: 8px 10px;
    font-size: 12px;
  }
  .client h6 {
    font-size: 14px;
  }
  .client.secound {
    top: 10%;
    left: 3%;
  }
  .client.first {
    display: none;
  }
  .client.third {
    top: 61%;
    right: 2%;
  }
  .feature-card {
    flex-direction: column;
    padding: 30px 16px;
    gap: 16px;
  }
  .feature-card .feature1,
  .feature-card .feature2 {
    width: 100%;
  }
  .feature-card .feature2 {
    gap: 16px;
  }
  .feature2 .card-detail1 {
    width: 100%;
  }
  .feature2 .card-detail1:hover {
    transform: scale(1.01);
  }
  .feature2 .card-detail1:nth-child(1) {
    transform: scale(1.01);
  }
  .feature1 h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .feature1 p {
    margin-top: 14px;
    font-size: 14px;
  }
  .vendors-benefits-section {
    padding: 10px 14px 0px 14px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .vendors-benefits-section h2 {
    font-size: 20px;
  }
  .vendors-benefits-container,
  .our-work-container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 18px !important;
    gap: 10px;
  }
  .vendors-benefits-content,
  .our-work-content {
    padding: 10px;
  }
  .vendors-benefits-container .vendors-benefits-content h5,
  .our-work-content h5 {
    font-size: 16px;
  }
  .vendors-benefits-container .vendors-benefits-content p,
  .vendors-benefits-content ul li,
  .our-work-content p {
    font-size: 14px;
  }
  .accordian-content .question {
    font-size: 14px;
    padding: 8px 14px;
  }
  .accordian-content .answer {
    font-size: 14px;
  }
  .location-container {
    flex-direction: column;
    gap: 10px;
  }
  .contact-information p {
    padding: 10px;
    font-size: 14px;
  }
}
