.pricing-header {
    text-align: center;
    padding: 20px;
}

.billing-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.billing-toggle p {
    margin: 0;
}

#billing-switch {
    appearance: none;
    width: 48px;
    height: 27px;
    background: #ddd;
    border-radius: 15px;
    /* Changed to fit the new height */
    position: relative;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

#billing-switch:checked {
    background: #F16722;
}

#billing-switch:before {
    content: '';
    width: 23px;
    /* Adjusted width to fit better inside the toggle */
    height: 23px;
    /* Adjusted height to fit better inside the toggle */
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    /* Center the circle vertically */
    left: 2px;
    /* Align the circle to the left */
    transition: transform 0.3s;
}

#billing-switch:checked:before {
    transform: translateX(21px);
    /* Move the circle to the right when checked */
}

.pricing-card {
    /* Set initial border style */
    border: 1px solid transparent;
    /* Other styles for your div */
    padding: 10px;
    /* Add any other styles you need */
}

.pricing-card:hover {
    border: 1px solid #F16722;
}

.save-message {
    margin-top: 10px;
}

.pricing-table {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.pricing-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 400px;
}

.pricing-card h2 {
    margin-top: 0;
    text-align: left;
    font-weight: bold;
}

.price {
    font-size: 24px;
    margin: 10px 0;
    display: flex;
    text-align: center;
    align-items: center;
    gap: 5px;
}

.price span {
    font-size: 25px;
    margin-top: 10px;
    color: #777;
}

.cust_loader_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Semi-transparent black overlay */
    z-index: 666;
    display: none;
  }
  
  .cust_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .loader_segment {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid transparent;
    animation: spin 1.5s linear infinite;
  }
  
  .segment1 {
    border-top-color: #D75027;
    animation-delay: -0.5s;
  }
  
  .segment2 {
    border-top-color: #405DE6;
    animation-delay: -1s;
  }
  
  .segment3 {
    border-top-color: #A84CBE;
    animation-delay: -1.5s;
  }
  
  @keyframes spin {
    100% {
      transform: rotate(360deg);
    }
  }

  
#phone_error .parsley-errors-list{
    margin-top: -3px;
}
#mob_error .parsley-errors-list{
    margin-top: -3px;
}
.signindiv{
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 
    6px 6px 20px rgba(0, 0, 0, 0.1);
    padding-bottom: 50px;
}


#contact_form label,p{
    color: #333333;
    font-size: 16px;
}
#signup_form label,p{
    color: #333333;
    font-size: 16px;
}
#contact_form span{
    color: red;
    font-size: 14px;
}
#signup_form span{
    color: #F16722;
}
#contact_form a{
    color: #F16722;
    /* font-weight: bold; */
}
#signup_form a{
    color: #F16722;
    /* font-weight: bold; */
}

.signupdiv{
    box-shadow: 19rem 10px 10rem whitesmoke;
    width:1300px;
    height: 800px;
}

.contact-form-box input:focus {
    border-color: #F16722;
    outline: none;
}
.company-info-desc {
    display: flex;
    flex-wrap: wrap;
}
.info-item {
    display: flex;
    align-items: center;
    margin-right: 20px; /* Adjust spacing between icon and text */
}
.info-item i {
    margin-right: 15px;
    font-size: 25px;
    color: #F16722;
    margin-top: 10px;
}

.signup-form-box input:focus {
    border-color: #F16722;
    outline: none;
}

.terms{
    width: 20px;
    height: 15px;
    cursor: pointer;
}
.terms :checked{
   color: #F16722;
}
button {
    background-color: #0099ff;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0;
}

button:hover {
    background-color: #007acc;
}

.planbox {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.planbox li {
    display: flex;
    align-items: center;
    margin: 5px 0;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

.planbox li i {
    color: #F16722;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
    line-height: 1.2;
}

.price-content p {
    font-size: 16px;
    padding-right: -28px;
    animation: 1s 1.6s fadeInUp both;
    color: #616161;
}

.price_btn {
    text-align: center;
    margin-left: 12px;
}

.pricing-card .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.save_badge {
    border: 1px solid #F16722;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    margin-top: 10px;
}

/* #moduleListTable {
    width: 80%;
    margin-left: 130px;
} */

.mod_name {
    color: #F16722;
}

#moduleListTable th,
td {
    border-bottom: 1px solid #9999;
    padding: 8px;
    text-align: left;
    width: 130px;
}

#moduleListTable tr:last-child td {
    border-bottom: none;
}

#moduleListTable thead th {
    border-top: none;
}

#moduleListTable tbody td:first-child {
    border-left: none;
}

#moduleListTable tbody td:last-child {
    border-right: none;
}

#moduleListTable tr:last-child {
    border-bottom: 1px solid #9999;
}

select.custom_select {
    background-color: #FFFFFF;
    border: 1px solid #F16722;
    padding: 8px;
    font-size: 14px;
    width: 125px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    height: 35px;
}

.faq-container {
    max-width: 950px;
    margin: 8% auto;
    padding: 10px 15px;
    border-radius: 8px;
}

.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    border-top: 1px solid #9999;
}

.slider-content span{
    color:#F16722;
}

.answer {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}

.answer p{
font-size: 17px;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow.open {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.parsley-error {
    border-color: #ff5b5b !important;
}

.parsley-errors-list {
    font-size: 15px;
    color: #ff3333;
    margin-top: -18px;
    list-style-type: none;
    /* Remove default marker dot */
    padding: 0;
    /* Remove any default padding */
}

::file-selector-button {
background: transparent;
color: #343a40;
border: 1px solid orangered;
border-radius: 5px;
padding: 5px 5px;
margin-top: 5px;
}

::file-selector-button:hover {
background: #F16722;
color: white;
}

input[type=file] {
cursor: pointer;
border-radius: 5px;
text-transform: lowercase;
}

.h1_tag_alt_css{
    box-sizing:border-box; 
    color: rgb(35, 35, 35);
    display: block; 
    font-style: normal; 
    line-height:60px; 
    font-family:Nunito, sans-serif;
    font-size:50px;
    font-weight:700;
    text-align: center;
}
