.logo{  
    max-width: 150px;
}
.main-page {
    width: 100%;
    margin: 0;
    /* background: #181822; */
    background: linear-gradient(45deg, #695ac4, #1472f5, #6d74f5, #8ddded);
    min-height: 100vh;
} 

.mobile-frame {
    width: 100%;  /* Ensuring the frame fits the container */
    height: auto; /* Maintain aspect ratio */ 
    max-width: 600px;
    z-index: 2; 
} 

.form-container {
    width: 100%;
    padding: 50px; 
    border-radius: 10px; 
    text-align: center;
    min-height: 90vh;
    border: 2px solid white;
    margin-top: 30px;
    background: #fffaf224;
    box-shadow: 5px 5px 10px 0px #004dff3d;
}

.form-header {
    margin-bottom: 20px;
    color: white;
}

.form-header h2 {
    margin: 0;
    font-size: 24px;
}

.form-header p {
    font-size: 16px;
    margin: 5px 0;
} 
.form {
    display: none;
    margin-top: 20px;
}

.form.active {
    display: block;
}

.form input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid white;
    border-radius: 5px;
    background-color: #816d6d00;
    color: white;
    font-size: 16px; 
}

.form input::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: rgb(255, 255, 255);
  }
  

.form button {
    padding: 10px;
    width: 100%;
    background-color: #0577e8;
    color: #ffffff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form button:hover {
    background-color: #dddddd;
}

.login_signup_link{
    text-decoration: none;
    text-decoration: none;
    border: 1px solid white;
    padding: 10px;
    width: 50%;
    background: transparent;
    border-radius: 5px;
    color: #fff;
}

h3{
    color:  #0577e8;
}
 

.text-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */ 
    text-align: center;
    color: white;
    padding: 20px; /* Optional padding if needed */
}

.servicesSwapper
{ 
}
.service_box{
    background: rgb(255, 255, 255); 
    height: 130px;  
}

.slider_wrapper .container .slider_row .slider_items{
    background-color: #120a36;
    padding: 15px;
    background-image: url(../images/slider/line.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom;
    width: 365px;
    margin-right: 0px !important;
} 

.price_line{
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 12px;  
    padding-top: 10px;
}
.price{
    color:#36008d;
}
h5{
    font-weight: 700;
}
.swapper-arrow{
    background: #03A9F4;
}
.swapper-arrow::after{
    font-size: 20px !important;
    color: white;
}