.blur{
	backdrop-filter: blur(10px);
    background-color: #0000001f;
}
.section-1{
    height: 600px;
    width: 100vw;
}
.cover-image{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-section{
    width: 100%;
    height: 100%;
}
.container-intro-text .paragraph-text{
    font-size: 20px;
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
}
.container-intro-text .heading{
    font-size: 33px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.form-section{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    width: 35%;
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
.form-section .full-name,
.form-section .email{
    margin-bottom: 10px;
}
.form-section .book-app{
    width: 90%;
}
.book-app .input-field-app{
    border-bottom: 1px solid rgba(126, 126, 126, 0.319);
    border-radius: 0px;
    border-width: 0px 0px 1px 0px;
}
.book-app .width{
    width: 100%;
}
.book-app .half{
    width: 49%;
}
.book-app .phone-country{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.book-app .text-form{
    font-size: 16px;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.book-app .repeater-form{
    display: grid;
    grid-template-columns: repeat(4 , 24%);
    gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.book-app .repeater-form-1{
    display: grid;
    grid-template-columns: repeat(3 , 32%);
    gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.repeater-form .cell-1,
.repeater-form .cell-2,
.repeater-form .cell-3,
.repeater-form .cell-4,
.repeater-form-1 .cell-1,
.repeater-form-1 .cell-2,
.repeater-form-1 .cell-3{
    border: 1px solid rgba(126, 126, 126, 0.319);
    border-radius: 5px;
    padding: 10px 10px;
    height: auto;
}
.repeater-form .text-small,
.repeater-form-1 .text-small{
    font-size: 12px;
    font-weight: 200;
    text-align: center;
    margin: auto;
}
.container-1 .text-heading{
    font-size: 30px;
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
}
.repeater-consultation{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3 ,20%);
    /* gap: 5%; */
    justify-content: space-evenly;
    margin: auto;
}
.repeater-consultation .item-1,
.repeater-consultation .item-2,
.repeater-consultation .item-3{
    padding: 5px;
}
.repeater-consultation .heading{
    font-size: 24px;
    width: fit-content;
    text-align: center;
    margin: auto;
    font-weight: 400;
}
.repeater-consultation .discprition{
    font-size: 16px;
    width: fit-content;
    text-align: center;
    font-weight: 200;
}
.repeater-consultation .img-consultation{
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    margin: 0px auto 20px auto;
}
.grid-img-text{
    display: grid;
    justify-content: center;
    width: 100%;
    grid-template-columns: repeat(2, 50%);
    gap: 0;
    height: auto;
}
.grid-img-text .cell-1{
    overflow: hidden;
    object-fit: cover;
}
.grid-img-text .cell-1 .image-grid{
    width: 100%;
    height: 100%;
    border-radius: 0px 100px 0px 0px;
}
.grid-img-text .content-grid{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-left: 10px;
    padding-right: 15%;
    flex-direction: column;
}
.grid-img-text .content-grid .small-intro-text,
.grid-img-text .content-grid .heading,
.grid-img-text .content-grid .description{
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0px;
}
.grid-img-text .content-grid .small-intro-text{
    color: red;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 10px;
    margin-bottom: 0px;
}
.grid-img-text .content-grid .heading{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
}
.grid-img-text .content-grid .description{
    font-weight: 200;
    font-size: 20px;
}
.input-field-app::placeholder {
    color: #999; /* Placeholder text color */
    pointer-events: none; /* Ensure placeholder doesn't interfere with clicking */
}
.cell {
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    transition: border-color 0.3s;
  }
.cell.active {
    border-color: #b31236;
}
.cell h1 {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 1199px){
    .form-section{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
        border: 1px solid lightgrey;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }
}

@media (max-width:575px){
    .phone-country{
        flex-direction: column;
        gap: 10px;
    }
    .book-app .half{
        width: 100%;
    }
    .form-section{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        border: 1px solid lightgrey;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }
    .repeater-form .cell-1,
    .repeater-form .cell-2,
    .repeater-form .cell-3,
    .repeater-form .cell-4,
    .repeater-form-1 .cell-1,
    .repeater-form-1 .cell-2,
    .repeater-form-1 .cell-3{
        display: flex;
        border: 1px solid rgba(126, 126, 126, 0.319);
        border-radius: 5px;
        padding: 5px 5px;
        height: 38px;
    }
    .grid-img-text .cell-1 .image-grid{
        width: 100%;
        border-radius: 0px 0px 0px 0px;
    }
    .repeater-consultation{
        display: block;
    }
    .container-intro-text .paragraph-text{
        width: 90%;
    }
    .repeater-consultation .img-consultation{
        width: 100px;
        height: 100px;
    }
    .section-1{
        height: 450px;
    }
    .grid-img-text{
        display: block;

    }
    .grid-img-text .cell-a{
        height: 400px;
    }
    .grid-img-text .content-grid{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .grid-img-text .content-grid .small-intro-text,
    .grid-img-text .content-grid .heading,
    .grid-img-text .content-grid .description{
        text-align: center;
        margin-bottom: 10px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}
