.comming_soon {
    text-align: center;
    padding: 7%;
    background-color: #FFFCFC !important;
    height: 60vh;
    place-items: center; /* This centers content both horizontally and vertically */
}

.video-container {
    position: relative;
    padding: 14px;
    background-color: #ff7140;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-frame {
    border-radius: 10px;
    overflow: hidden;
  }

  .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    margin-top: 20px;
  }

  .custom-card {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 15px;
    width: 150px;
    text-align: center;
  }

  .custom-card span {
    font-weight: bold;
    color: #333;
  }

  .check-icon {
    color: green;
    margin-right: 8px;
  }

  .nf-form-cont .nf-field-container label:not(input[type="radio"] + label) {
    font-weight: 600 !important;
    font-size: 15px !important;
}
.nf-field-element ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
}

.nf-field-element ul li {
    width: 48%; 
    margin-right: 4%; 
    margin-bottom: 10px; 
}

.nf-field-element ul li:nth-child(2n) {
    margin-right: 0; 
}

.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.5em;
    width: 100% !important;
}


.nf-error-16 input[type='radio'] {
    width: 15px;
    height: 15px;
    border: 2px solid #eb6945 !important;
    background-color: none !important;
    margin-right: 10px;
}

.nf-field-element input[type="submit"] {
    background-color: #e76f51;
    border: none;
    padding: 0.8rem;
    width: 100% !important;
    border-radius: 35px; 
    color: white;
    font-weight: 500;
    cursor: pointer; 
}

.nf-field-element input[type="submit"]:hover {
    background-color: #d85a3a;
}

.nf-form-errors {
    display: none !important;
}

#revolutionizing{
    background-color: #f5f6fa !important;
}

.custom-box-style {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Softer shadow for better UI */
  color: black;
  margin: 1.5rem 0;
  border-radius: 10px;
  padding: 12px;
  background-color: white;
  font-weight: bold;
  text-align: center;
}

/* Video Frame */
.video_frame {
  border: 12px solid #EC6139;
  border-radius: 8px;
  overflow: hidden;
}

/* Bootstrap Icon Styling */
.bi-check-circle::before {
  content: "\f26b";
  font-weight: bold;
}

/* Responsive Adjustments */

/* Tablet View (768px and below) */
@media (max-width: 768px) {

  .nf-form-cont .nf-field-container input[type="tel"]{
    width: 100% !important;
  }

  .custom-box-style {
      margin: 1rem 0;
      padding: 10px;
      font-size: 14px;
  }


  .video_frame {
      border-width: 10px;
      border-radius: 6px;
  }
}

/* Mobile View (480px and below) */
@media (max-width: 480px) {
  .custom-box-style {
      margin: 0.8rem 0;
      padding: 8px;
      font-size: 12px;
  }

  .mob_label{
    display: none !important;
  }

  .video_frame {
      border-width: 8px;
      border-radius: 5px;
  }
}


@media (max-width: 768px) {
  .custom-box-style {
      text-align: left; 
      width: 100%;
  }

}

@media (max-width: 480px) {
  .custom-box-style {
      text-align: left; 
      width: 100%;
  }
  .mob_label{
    display: none !important;
  }
}


.nf-form-cont .nf-field-container input,
.nf-form-cont .nf-field-container select,
.nf-form-cont .nf-field-container textarea 
{
  /* Add your custom class styles here */
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 20px;
  width: 100% !important;
}

.phone-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}


.dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 240px;
  padding: 10px;
  z-index: 1000;
}

.dropdown-content a {
  display: flex;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}

.dropdown-content a:hover {
  background: #f8f9fa;
}

.dropdown-content img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
}
 
.move-to-top{
  background: #eb6945 !important;
  bottom: 5% !important;
  color: white !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  border: 1px solid #fff !important;
  width: 40px !important;
  position: fixed !important;
  right: 2% !important;
}