* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
.fraanchize {
    background-image: url("images/front pic.png");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Overlay */
.fraanchize .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
h2{
    overflow:  hidden !important;
}
/* Fonts */
body {
    font-family: 'Roboto', sans-serif;
}
span{
    font-weight: 900;
}
hr {
    background-color: #808080 !important;
    color: #ccc !important;
    opacity: 1 !important;
    height: 1px !important;
}
/* Heading Styles */
.heading-text {
    letter-spacing: 2px;
    font-size: 44px;
    font-weight: 600;
}
.secheading-text{
    letter-spacing: 2px;
    font-size: 36px;
    font-weight: bold;
    color: #ffffffc5;
}
/* Paragraph Styles */
.para-text {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 0 30px;
}

/* Form Styles */
.card {
    background: #292A2D !important;
    padding: 10px;
    border-radius: 8px;
    box-shadow: none;
}
#myForm{
    border: 0.5px solid rgba(255, 255, 255, 0.627);
    padding: 15px 30px;
    border-radius: 8px;
}

.input-container {
    position: relative;
    margin-bottom: 5px;
}

/* Input style */
.input-style {
    border: none;
    border-bottom: 2px solid #ccc;
    padding: 10px 0;
    font-size: 12px;
    background-color: transparent;
    color: #333;
    outline: none;
    width: 100%;
}

/* Floating label when input is focused or filled */
.input-style:focus ~ .input-label,
.input-style:not(:placeholder-shown) ~ .input-label {
    top: 0px;
    font-size: 14px;
    color: #999;
}

/* Label styling */
.input-label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 14px;
    color: #999;
    transition: all 0.2s ease-in-out;
}

/* Styling for the select dropdown */
.select-style {
    border: none;
    border-bottom: 2px solid #999;
    padding: 10px 0;
    font-size: 14px;
    background-color: transparent;
    color: #999;
    outline: none;
    width: 100%;
}

/* Submit Button Styling */
.submit-btn {
    background-color: #30D854;
    border: none;
    padding: 5px 25px;
    font-size: 14px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    width: 50%;
    margin: 10px auto;
}

.submit-btn:hover {
    background-color:rgba(23, 245, 23, 0.796);
}

/* Validation Styling */
input:invalid,
select:invalid {
    border-bottom: 2px solid #999;
}

input:valid,
select:valid {
    border-bottom: 2px solid #999;
}

/* Custom border for focus without outline */
.input-style:focus {
    border-bottom: 2px solid #ccc;
}

.explore-container{
    min-height: 70vh;
    background-color: #292A2D;
}
.company-img{
    width: 80%;
    margin:  auto;
    display: block;
    transform: translateZ(100px);
    transform-style: preserve-3d;
    border-radius: 20px;
}
.sub_sec_heading{
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 0 30px;
     color: #f8f6f6e4;
      margin-bottom: 1.5rem;
      font-style: italic; 
      letter-spacing: 1px;
}
.explore-btn{
    background-color: rgba(23, 245, 23, 0.664);
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: #01A6E6;
    margin: 5px auto;
    width: 150px;
}
.why_choose_us{
    background-color: #fff;
}
.step_section {
    padding: 50px 15px;
}

.text_container h4 {
    font-size: 1.2rem;
}

.mb-2 {
    margin-bottom: 15px;
}

/* Media query for medium devices */
@media (max-width: 991px) {
    .step_section {
        padding: 30px 15px; 
    }

    .row {
        padding: 0;
    }

    .img_container {
        margin-bottom: 15px;
    }

    .text_container {
        font-size: 1rem;
    }

    .col-12.col-lg-6 {
        flex: 1 1 100%;
    }

    .secheading-text {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    .company-img{
        width: 100%;
        margin:  0;
        display: block;
        transform: translateZ(100px);
        transform-style: preserve-3d;
    }
    .fraanchize{
        height: auto;
        margin-top: 80px !important;
    }
}

/* Media query for small devices */
@media (max-width: 576px) {
    .step_section {
        padding: 25px 15px; 
    }

    .text_container {
        font-size: 0.95rem;
    }

    .secheading-text {
        font-size: 1.6rem;
    }

    .img-container img {
        width: 35px;
        height: auto;
    }
}


.col-12.col-lg-4 img {
    object-fit: contain;
}


.secheading-text {
    margin-top: 40px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .heading-text {
        font-size: 36px;
    }

    .para-text {
        font-size: 16px;
    }

    .card {
        padding: 20px;
    }

    .submit-btn {
        width: 100%;
    }
    .fraanchize {
        background:none;
        width: 100vw;
        background-size: cover;
        position: relative;
        margin: 0;
        padding: 0;
    
    }
    .fraanchize .overlay{
        background:none;
    }
    .small-bg{
        background: url("images/franchise__bg.png");
        width: 100%;
        background-size: cover;
        position: relative;
        min-height: 50vh;
        padding: 0%;
        margin: 0%;
    }
    .container-fluid{
        margin: 0 !important;
        padding: 0 !important;
    }
    .form_card{
        background: url("images/image\ 2.png");
        width: 100%;
        background-size: cover;
        padding: 30px 0;
    }
    .form_card .card{
        opacity: 0.9;
    }
    .explore-container{
        padding: 30px 0;
    }
}
