


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;

    overflow-x: hidden;
}

.navbar {
    display: flex;
    justify-content: center;
    width: 100%;
}




.logo {
    position: absolute;
    left: 10%;
    margin-top: 2%;
}

.logo img {
    width: 15vw;
    height: auto;
}


.hero {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: 
    
    radial-gradient(
        circle at bottom right,
        #f3d79b 0%,
        #f7e9c8 20%,
        transparent 55%
    ),
    #faf9f7;
    
}

.second_logos {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10%;
    bottom: 20%;
    left: 5%;

}

.second_logos img{
    width:5%;
    height: auto;
}

.headers {
    position: absolute;
    top: 8%;
    left: 80%;
    transform: translateX(-50%);
    display: flex;
    gap: 4vw; /* space between links */
}

.headers a {
    font-family: sans-serif;
    font-size: 2.2vh;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    letter-spacing: 0.05vw;

}

.headers a:hover {
    transform: translateY(-15%);
    box-shadow: 0 1vw 3vw rgba(0,0,0,0.12);
}

.hero_image {
    position: absolute;
    left: 60%;
    bottom: 0;
    width: 40%;
    background: transparent;
}

.hero_image img{
    width: 100%;
    display: block;
}

.hero_text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.hero_text h1{
    font-size: 7vh;
    color: #000000;
}

.hero_text p{
    font-size: 4vh;
    margin-top: 2vh;
    color: #000000;
}

.blue {
    color: #F2C83A;
}
button {
    background: #D9D562;
    margin-top: 4vh;
    color: 000000;
    border: #000000;
    border-radius: 1rem;
    font-size: 2vh;
    cursor: pointer;
    width: 35%;
    height: 5vh;   
}

button:hover {
    transform: translateY(-4%);
    box-shadow: 0 1vw 3vw rgba(0,0,0,0.12);
}



.second_container {
    position: relative;
    height: 20vh;
    width: 100%;
    background-color: #ffffff;
}



.third_container {
    position: relative;
    width: 100%;
    height: 95vh;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(3, 30%);
    grid-template-rows: auto 1fr 1fr;
    justify-content: center;
    gap: 3%;
    padding: 1% 4%;
    background-color: #F7F7F7;
}

.box {
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 1.5rem;
    display: flex;
    padding: 5%;
    flex-direction: column;
    align-items: flex-start;

    box-shadow: 0 0.52vw 1.56vw rgba(0,0,0,0.08);
    transition: 0.3s ease;
}
.box:hover {
    transform: translateY(-4%);
    box-shadow: 0 1vw 3vw rgba(0,0,0,0.12);
}
.box img{
    max-width: 25%;
    height: auto;
    object-fit: contain;

}

.box h1{ 
    margin-top: 8%;
    font-weight: bold;
    font-size: 2.1vh;
    color: #000;
}

.box p{
    margin-top: 10%;
    font-size: 1.8vh;
    color: #555;
}

.box h2{ 
    margin-top: 8%;
    font-weight: bold;
    font-size: 2.1vh;
    color: #000;
}

.box p2{
    margin-top: 10%;
    font-size: 1.8vh;
    color: #555;
}


.box h3{ 
    margin-top: 8%;
    font-weight: bold;
    font-size: 2.1vh;
    color: #000;
}

.box p3{
    margin-top: 10%;
    font-size: 1.8vh;
    color: #555;
}


.box h4{ 
    margin-top: 8%;
    font-weight: bold;
    font-size: 2.1vh;
    color: #000;
}

.box p4{
    margin-top: 10%;
    font-size: 1.8vh;
    color: #555;
}


.box h5{ 
    margin-top: 8%;
    font-weight: bold;
    font-size: 2.1vh;
    color: #000;
}

.box p5{
    margin-top: 10%;
    font-size: 1.8vh;
    color: #555;
}


.box h6{ 
    margin-top: 8%;
    font-weight: bold;
    font-size: 2.1vh;
    color: #000;
}

.box p6{
    margin-top: 10%;
    font-size: 1.8vh;
    color: #555;
}

.third_heading {
    text-align: center;
    grid-column: 1 / -1;
    height: auto;
    margin: 0;
    margin-top: 2%;
    margin-bottom: 2%;
}

.third_heading h1{
    font-size: 3.7vh;
    text-align: center;
    margin: 0;
    font-weight: bold;
    color: #000000;
}

.third_heading p{
    font-size: 1.5vh;
    text-align: center;
    color: #000000;
}

.fourth_container {
    position: relative;
    width: 100%;
    height: 95vh;
    background-color: #ffffff; 
}

.fourth_container h1{
    font-size: 3.5vh;
    position: absolute;
    margin-left: 20%;
    margin-top: 7%;
    color: #000000;
}

.left_section{
    position: absolute;
    left: 10%;
    margin-top: 5%;
    width: 35vw;
    height: 80%;
    background-color: #FFFFFF;
}

.left_section h1 {
    position: absolute;
    margin-top: 5%;
    margin-left: 10%;
    font-weight: bold;
    font-size: 4.5vh;
    color: #000000;
}

.left_section h2 {
    position: absolute;
    margin-top: 18%;
    font-weight: bold;
    margin-left: 10%;
    font-size: 2.5vh;
    color: #000000;
}

.left_section p{
    position: absolute;
    margin-top: 38%;
    margin-left: 10%;
    letter-spacing: 0.05vw;
    margin-right: 10%;

    font-size: 2vh;
    color: #000000;
}

.left_section p2{
    position: absolute;
    margin-top: 88%;
    margin-left: 10%;
    letter-spacing: 0.01vw;
    margin-right: 10%;
    font-weight: bold;
    font-size: 2.5vh;
    color: black;
}

.left_section button{
    background: #D9D562;
    margin-top: 97%;
    margin-left: 10%;
    color: #000000;

    border: #000000;
    border-radius: 0.5rem;
    font-size: 2vh;
    cursor: pointer;
    width: 30%;
    height: 4vh;   

}

.right_section {
    position: absolute;
    left: 55%;
    margin-top: 5%;
    width: 35vw;
    height: 80%;
    background-color: #FFFFFF;
}

.right_section h1{
    position: absolute;
    margin-left: 10%;
    margin-top: 5%;
    font-weight: bold;
    font-size: 2.0vh;
    color: #000000;
}

.right_section h2{
    position: absolute;
    margin-left: 10%;
    margin-top: 30%;
    font-weight: bold;
    font-size: 2.5vh;
    color: #000000;
}

.right_section p2{
    position: absolute;
    margin-left: 14%;
    margin-top: 35%;
    font-weight: bold;
    font-size: 2.0vh;
    color: #000000;
}

.right_section h3{
    position: absolute;
    margin-left: 10%;
    margin-top: 50%;
    font-weight: bold;
    font-size: 2.5vh;
    color: #000000;
}

.right_section p3{
    position: absolute;
    margin-left: 14%;
    margin-top: 55%;
    font-weight: bold;
    font-size: 2.0vh;
    color: #000000;
}

.right_section h4{
    position: absolute;
    margin-left: 10%;
    margin-top: 70%;
    font-weight: bold;
    font-size: 2.5vh;
    color: #000000;
}

.right_section p4{
    position: absolute;
    margin-left: 14%;
    margin-top: 75%;
    font-weight: bold;
    font-size: 2.0vh;
    color: #000000;
}

.right_section h5{
    position: absolute;
    margin-left: 10%;
    margin-top: 90%;
    font-weight: bold;
    font-size: 2.5vh;
    color: #000000;
}

.right_section p5{
    position: absolute;
    margin-left: 14%;
    margin-top: 95%;
    font-weight: bold;
    font-size: 2.0vh;
    color: #000000;
}

.fifth_container {
    position: relative;
    width: 100%;
    height: 65vh;
    background-color: #F7F7F7; 
    overflow: hidden;

}

.fifth_left {
    position: absolute;
    width: 40%;
    height: 90%;
    margin-left: 10%;
    margin-top: 5%;
    background-color: #F7F7F7;
}

.assistance_box{
    margin-top: 5%;
    width: 75%;
    min-height: 35vh;
    padding: 4%;
    background-color: #ffffff;
    border-left: 0.4vh solid #D9D562;
    border-radius: 0.5rem;
    box-shadow: 0 5% 15% rgba(0,0,0,0.08);
}

.assistance_box h3{
    margin: 0;
    font-size: 2.5vh;
    color: #000000;
}

.assistance_box p{
    margin-top: 1vh;;
    font-size: 1.8vh;;
    color: #555555;
    line-height: 1.7;
}

.assistance_box span{
    display: block;
    margin-top: 1vh;
    font-size: 1.7vh;
    font-weight: bold;
    color: #333333;
}



.fifth_container h2{
    position: absolute;
    margin-left: 1%;
    margin-top: 1%;
    font-weight: bold;
    font-size: 2.5vh;
    color: #000000;
}

.fifth_container p1{
    position: absolute;
    margin-left: 1%;
    margin-top: 15%;
    font-weight: bold;
    font-size: 2.0vh;
    color: #000000;
}

.fifth_right {
    position: absolute;
    width: 40%;
    height: 50%;
    margin-left: 55%;
    margin-top: 5%;
    background-color: #F7F7F7
}
.reveal {
    opacity: 0;
    transform: translateY(40%);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}


.contact-form {
    width: 80%;
    height: 100%;
}

.contact-form input {
    padding-left: 3%;
}


.contact-form textarea {
    padding-left: 3%;
    padding-top: 3%;
    border: 0.3vh solid #E0E0E0;
    border-radius: 0.5rem;
    outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #D9D562
}

.name {
    width: 95%;
    height: 20%;
    margin-top: 5%;
    border: 0.13vw solid #E0E0E0;
    font-weight: bold;
    border: 0.3vh solid #E0E0E0;
    border-radius: 0.5rem;
    outline: none;

}


.name input:focus,
.name textarea:focus {
    border-color: #D9D562
}

.email {
    width: 95%;
    height: 20%;
    margin-top: 5.5%;
    border: 0.13vw solid #E0E0E0;
    font-weight: bold;
    border: 0.3vh solid #E0E0E0;
    border-radius: 0.5rem;
    outline: none;

}
.email input:focus,
.email textarea:focus {
    border-color: #D9D562
}

.subject {
    width: 95%;
    height: 20%;
    margin-top: 6%;
    border: 0.13vw solid #E0E0E0;
    font-weight: bold;
    border: 0.3vh solid #E0E0E0;
    border-radius: 0.5rem;
    outline: none;

}
.subject input:focus,
.subject textarea:focus {
    border-color: #D9D562
}

.message {
    width: 95%;
    height: 30%;
    margin-top: 6.5%;
    border: 0.13vw solid #E0E0E0;
    font-weight: bold;
    resize: none;
    border: 0.3vh solid #E0E0E0;
    border-radius: 0.5rem;
    outline: none;


}
.message input:focus,
.message textarea:focus {
    border-color: #D9D562
}
.contact-form button{
    border-radius: 0.3em;
    width: 15%;
    height: 15%;
    background-color: #D9D562;
    color: #000000;
    font-size: 1.5vh;
    font-weight: bold;
    transition: 0.3s ease;
}

.contact-form button:hover{
    background-color: #c9c354;
    transform: translateY(-5%);
}

.footer {
    position: relative;
    width: 100%;
    height: 35vh;
    background-color: #f7e9c8; 
    border-top: 0.3vh solid #E5D8B6;
}

.footer::before {
    content: "";
    position: absolute;
    top: 84%;
    left: 8%;
    width: 84%;
    height: 0.2vh;
    background: #D8CBAA;
}

.footer_company {
    position: absolute;
    top: 3%;
    left: 10%;
    color: #000;
    font-size: 2vh;
}

.email_button {
    display: inline-block;
    color: #fb8005;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: bold;
}

.email_button:hover {
    opacity: 0.8;
}

.phone_link {
    color: #fb8005;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0.5rem;
    transition: 0.25s ease;

}

.phone_link:hover {
    opacity: 0.8;
}

.Online_Enquiry_btn {
    color: #fb8005;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0.5rem;


}

.Online_Enquiry_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}


.footer_services {
    position: absolute;
    top: 3%;
    left: 50%;
    color: #000;
    font-size: 2vh;
    line-height: 1.7;
}

.footer_disclaimer {
    position: absolute;
    top: 3%;
    right: 5%;
    width: 20%;
    font-size: 2.5vh;
    color: #000;
    display: block;
    margin-bottom: 2.5vh;
}

.footer_disclaimer p{
    font-size:  1.7vh;
    margin-top: 1vh;
    line-height: 1.3;
}



.footer_copyright {
    position: absolute;
    bottom: 5%;
    left: 9%;
    font-size: 2.0vh;
    font-weight: bold;
    color: #000;
}

.footer_logo {
    left: 9%;
    width: 15%;
    bottom: 17%;
    position: absolute;
}

.footer_logo img {
    width: 80%;
    height: auto;
    transition: .3s ease;
}

.footer_logo img:hover{
    transform: scale(1.05);
}

.google_review {
    position: absolute;
    top: 85%;
    left: 50%;
    width: 20%;
    height: auto;
}

.google_review a {
    display: block;
    width: 20%;
}

.google_review img {
    display: block;
    width: 100%;
    height: auto;
    transition: .3s ease;
}

.google_review img:hover{
    transform: scale(1.05);
}

.footer_resources{
    position: absolute;
    top: 3%;
    left: 30%;
    color: #000;
    font-size: 2vh;
    line-height: 1.7;
}

.footer_resources h3{
    font-size: 2.5vh;
    margin-bottom: 1vh;
}

.footer_resources a {
    display: block;
    color: #fb8005;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.7vh;
    margin-bottom: 1vh;
    transition: 0.25s ease;

}

.footer_resources a:hover{
    color: #d96d00;
    transform: translateX(5%);
}

.Online_Enquiry_btn {
    cursor: pointer;

}
.Online_Enquiry_btn :hover{
    cursor: pointer;
}


.chat_button {
    position: fixed;
    left: 1%;
    bottom: 5%;
    width: 5%;
    height: 7%;
    background-color: #D9D562;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vh;
    cursor: pointer;
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
}

.chat_window {
    position: fixed;
    left: 1%;
    bottom: 15%;
    width: 20%;
    height: 50%;
    background-color: white;
    border: 0.13vw solid #E0E0E0;  
    border-radius: 1.2rem;
    flex-direction: column;
    display: none;
    overflow: hidden;
    box-shadow: 0 0.05vh 2vh rgba(0,0,0,0.15);
}

.chat_content {
    flex: 1;
    overflow-y: auto;
    padding: 5%;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;

}

.chat_content::-webkit-scrollbar {
    display: none;
}

.header_container {
    width: 100%;
    height: 15%;
    background-color: white;
    border-radius: 1.5rem;
}
.chat_header{
    background-color: #D9D562;
    Padding: 4%;
    margin-top: 1%;
    border-radius: 2rem;
    font-size: 1.6vh;
    font-weight: bold;
    color: black;
    text-align: center;


}

.greeting_cont{
    height: 12%;
    width: 70%;
    background-color: #f7e9c8;
    margin-top: 1%;
    margin-left: 5%;
    border-radius: 0.5rem;
    align-content: center;

}




.header_container_logo {
    width: 50%;
    height: auto;
    object-fit:contain;
    margin-top: 5%;
    margin-left: 5%;
}

.header_line {
    width: 85%;
    height: 0.2%;
    background-color: orange;
    margin: 5% auto;
}
.greeting_cont p{
    color: #000;
    font-size: 1.5vh;
    margin-left: 10%;
    font-weight: 500;

}




.question1{
    position: absolute;
    margin-left: 6%;
    margin-top: 8%;

    width: 22%;
    height: 4vh;
    background-color: #FFFFFF;
    cursor: pointer;
    font-size: 1.3vh;
    border-radius: 1.2rem;
    border: 0.3vh solid orange;
    font-weight: 600;

}

.question2{
    position: absolute;
    margin-left: 29%;
    margin-top: 8%;

    width: 25%;
    height: 4vh;
    background-color: #FFFFFF;
    cursor: pointer;
    font-size: 1.3vh;
    border-radius: 1.2rem;
    border: 0.3vh solid orange;
    font-weight: 600;

}

.question3{
    position: absolute;
    margin-left: 55%;
    margin-top: 8%;
    width: 30%;
    height: 4vh;
    background-color: #FFFFFF;
    cursor: pointer;
    font-size: 1.3vh;
    border-radius: 1.2rem;
    border: 0.3vh solid orange;
    font-weight: 600;

}

.question4{
    position: absolute;
    margin-top: 20%;
    margin-left: 13%;
    width: 20%;
    height: 4vh;
    background-color: #FFFFFF;
    cursor: pointer;
    font-size: 1.3vh;
    border-radius: 1.2rem;
    border: 0.3vh solid orange;
    font-weight: 600;

}

.question5{
    position: absolute;
    margin-top: 20%;
    margin-left: 34%;
    width: 25%;
    height: 4vh;
    background-color: #FFFFFF;
    cursor: pointer;
    font-size: 1.3vh;
    border-radius: 1.2rem;
    border: 0.3vh solid orange;
    font-weight: 600;

}

.question6{
    position: absolute;
    margin-top: 20%;
    margin-left: 60%;

    width: 25%;
    height: 4vh;
    background-color: #FFFFFF;
    cursor: pointer;
    font-size: 1.3vh;
    border-radius: 1.2rem;
    border: 0.3vh solid orange;
    font-weight: 600;
}

.topic {
    display: none;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    margin-top: 40%;
    font-size: 1.3vh;
    font-weight: bold;
}

.assistant_message {
    display: inline-block;
    max-width: 75%;

    margin: 1% 0;
    padding: 2% 3%;

    background-color: #FFFFFF;
    border: 0.15rem solid orange;
    border-radius: 1.0rem 1.0rem 1.0rem 0.2rem;

    color: #000;
    cursor: pointer;
    transition: 0.2s;
}

.assistant_message:hover{
    background: #D9D562
}

.user_bubble {
    margin-left: auto;
    margin-top: 40%;
    width: 70%;
    font-weight: bold;
    height: 20%;
    max-width: 75%;
    text-align: left;
    background: #fb8005;
    border: 0.13vw solid black;

    color: black;

    padding: 5% 15%;
    border-radius:  1.3rem 1.3rem 0.2rem 1.3rem;
}

.user_bubble p{
    margin: 0;
    text-align: left;
    line-height: 1.4;
}

.assistant_bubble{
    margin-top: 5%;
    border: 0.13vw solid black;
    width: fit-content;
    max-width: 75%;
    background: #f7e9c8;
    font-weight: bold;
    color: black;
    padding: 5% 10%;
    border-radius:  1.3rem 1.3rem 1.3rem 0.2rem;
}

.back_button{
    border-radius: 0.5rem;

}





@media(min-width:1200px) and (max-width:1600px){

    .footer_disclaimer {
        position: absolute;
        top: 3%;
        right: 5%;
        width: 20%;
        font-size: 2.5vh;
        color: #000;
        display: block;
        margin-bottom: 2.5vh;
    }

    .footer_disclaimer p{
        font-size:  1.5vh;
        margin-top: 1vh;
        line-height: 1.3;
    }


    .assistant_message {
        display: inline-block;
        max-width: 75%;
        margin: 1% 0;
        padding: 2% 3%;

        background-color: #FFFFFF;
        border: 0.15rem solid orange;
        border-radius: 1.0rem 1.0rem 1.0rem 0.2rem;

        color: #000;
        cursor: pointer;
        transition: 0.2s;
    }

    .left_section{
        position: absolute;
        left: 10%;
        margin-top: 5%;
        width: 35vw;
        height: 80%;
        background-color: #FFFFFF;
    }

    .left_section h1 {
        position: absolute;
        margin-top: 5%;
        margin-left: 10%;
        font-weight: bold;
        font-size: 4.5vh;
        color: #000000;
    }

    .left_section h2 {
        position: absolute;
        margin-top: 18%;
        font-weight: bold;
        margin-left: 10%;
        font-size: 2.5vh;
        color: #000000;
    }

    .left_section p{
        position: absolute;
        margin-top: 45%;
        margin-left: 10%;
        letter-spacing: 0.05vw;
        margin-right: 10%;

        font-size: 2vh;
        color: #000000;
    }




    .left_section p2{
        position: absolute;

        margin-top: 120%;
        margin-left: 10%;
        letter-spacing: 0.01vw;
        margin-right: 10%;
        font-weight: bold;
        font-size: 2.5vh;
        color: black;
    }


    .left_section button{
        background: #D9D562;
        margin-top: 134%;
        margin-left: 10%;
        color: #000000;

        border: #000000;
        border-radius: 0.5rem;
        font-size: 2vh;
        cursor: pointer;
        width: 30%;
        height: 4vh;   

    }

    .right_section {
        position: absolute;
        left: 55%;
        margin-top: 5%;
        width: 35vw;
        height: 80%;
        background-color: #FFFFFF;
    }

    .right_section h1{
        position: absolute;
        margin-left: 10%;
        margin-top: 5%;
        font-weight: bold;
        font-size: 2.0vh;
        color: #000000;
    }

    .right_section h2{
        position: absolute;
        margin-left: 10%;
        margin-top: 40%;
        font-weight: bold;
        font-size: 2.5vh;
        color: #000000;
    }

    .right_section p2{
        position: absolute;
        margin-left: 14%;
        margin-top: 45%;
        font-weight: bold;
        font-size: 2.0vh;
        color: #000000;
    }

    .right_section h3{
        position: absolute;
        margin-left: 10%;
        margin-top: 60%;
        font-weight: bold;
        font-size: 2.5vh;
        color: #000000;
    }

    .right_section p3{
        position: absolute;
        margin-left: 14%;
        margin-top: 65%;
        font-weight: bold;
        font-size: 2.0vh;
        color: #000000;
    }

    .right_section h4{
        position: absolute;
        margin-left: 10%;
        margin-top: 80%;
        font-weight: bold;
        font-size: 2.5vh;
        color: #000000;
    }

    .right_section p4{
        position: absolute;
        margin-left: 14%;
        margin-top: 85%;
        font-weight: bold;
        font-size: 2.0vh;
        color: #000000;
    }

    .right_section h5{
        position: absolute;
        margin-left: 10%;
        margin-top: 100%;
        font-weight: bold;
        font-size: 2.5vh;
        color: #000000;
    }

    .right_section p5{
        position: absolute;
        margin-left: 14%;
        margin-top: 105%;
        font-weight: bold;
        font-size: 2.0vh;
        color: #000000;
    }

    .assistant_message:hover{
        background: #D9D562
    }

    .user_bubble {
        margin-left: auto;
        margin-top: 47%;
        width: 70%;
        font-weight: bold;
        height: 20%;
        max-width: 75%;
        text-align: left;
        background: #fb8005;
        border: 0.13vw solid black;

        color: black;

        padding: 5% 15%;
        border-radius:  1.3rem 1.3rem 0.2rem 1.3rem;
    }

    .user_bubble p{
        margin: 0;
        font-size: 1.6vh;
        text-align: left;
        line-height: 1.4;
    }

    .assistant_bubble{
        margin-top: 5%;
        border: 0.13vw solid black;
        width: fit-content;
        max-width: 75%;
        background: #f7e9c8;
        font-size: 1.6vh;
        font-weight: bold;
        color: black;
        padding: 5% 10%;
        border-radius:  1.3rem 1.3rem 1.3rem 0.2rem;
    }

    .question1{
        position: absolute;
        margin-left: 6%;
        margin-top: 8%;

        width: 22%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.3vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question2{
        position: absolute;
        margin-left: 29%;
        margin-top: 8%;

        width: 25%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.3vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question3{
        position: absolute;
        margin-left: 55%;
        margin-top: 8%;
        width: 30%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.3vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question4{
        position: absolute;
        margin-top: 22%;
        margin-left: 13%;
        width: 20%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.3vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question5{
        position: absolute;
        margin-top: 22%;
        margin-left: 34%;
        width: 25%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.3vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question6{
        position: absolute;
        margin-top: 22%;
        margin-left: 60%;

        width: 25%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.3vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;
    }

    
}

/* Laptop / small desktop */
@media(min-width:769px) and (max-width:1199px){


    .headers {
        position: absolute;
        top: 5%;
        left: 70%;
        transform: translateX(-50%);
        width: 90%;
        justify-content: center;
        gap: 5%;
        flex-wrap: wrap;
    }

    .headers a {
        font-size: 2vh;
    }

    .second_container {
        position: relative;
        height: 5vh;
        width: 100%;
        background-color: #ffffff;
    }

    .second_logos {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10%;
    bottom: 20%;
    left: 5%;

    }

    .second_logos img{
        width:5%;
        height: auto;
    }

    .left_section,
    .right_section {
        width: 80%;
        left: 10%;
    }

    .left_section h1{
        font-size: 3vh;
    }

    .left_section p{
        font-size: 1.6vh;
    }



    .right_section h1 {
        margin-top: 10%;
        font-size: 2vh;
    }


    .right_section h2{
        margin-top: 50%;

    }


    .right_section p2{
        margin-top: 60%;

    }




    .right_section h3{
        margin-top: 75%;
    }

    .right_section p3{
        margin-top: 85%;
    }




    .right_section h4{
        margin-top: 105%;
    }

    .right_section p4{
        margin-top: 115%;
    }

    .right_section h5{
        margin-top: 135%;

    }

    .right_section p5{
        margin-top: 145%;
    }

    .logo img{
        width: 25vw;
        margin-left: 1%;
        margin-top: 10%;
    }


    .footer {
    position: relative;
    width: 100%;
    height: 35vh;
    background-color: #f7e9c8; 
    }

    .footer_company {
        position: absolute;
        top: 3%;
        left: 10%;
        color: #000;
        font-size: 1.7vh;
    }

    .email_button {
        display: inline-block;
        color: #fb8005;
        text-decoration: none;
        border-radius: 0.5rem;
        font-weight: bold;
    }

    .email_button:hover {
        opacity: 0.8;
    }

    .phone_link {
        color: #fb8005;
        text-decoration: none;
        font-weight: bold;
        border-radius: 0.5rem;

    }

    .phone_link :hover {
        opacity: 0.8;
    }

    .Online_Enquiry_btn {
        color: #fb8005;
        text-decoration: none;
        font-weight: bold;
        border-radius: 0.5rem;


    }

    .Online_Enquiry_btn :hover {
        opacity: 0.8;
        cursor: pointer;
    }


    .footer_services {
        position: absolute;
        top: 3%;
        left: 60%;
        color: #000;
        font-size: 1.5vh;
    }

    .footer_disclaimer {
        position: absolute;
        top: 53%;
        right: 5%;
        width: 90%;
        font-size: 0.8vh;
        color: #000;
    }

    .footer_disclaimer p{
        font-size:  1.1vh;
    }

    .footer_disclaimer strong{
        font-size: 1.7vh;
    }

    .footer_disclaimer .disclaimer_small{
        font-size: 1.0vh;
    }

    .footer_copyright {
        position: absolute;
        bottom: 5%;
        left: 9%;
        font-size: 1.7vh;
        font-weight: bold;
        color: #000;
    }

    .footer_logo {
        left: 55%;
        width: 15%;
        bottom: 3%;
        position: absolute;
    }

    .footer_logo img {
        width: 80%;
        height: auto;
    }

    .google_review {
        position: absolute;
        top: 87%;
        left: 76%;
        width: 60%;
        height: auto;
    }

    .google_review a {
        display: block;
        width: 20%;
    }

    .google_review img {
        display: block;
        width: 100%;
        height: auto;
    }

    .Online_Enquiry_btn {
        cursor: pointer;

    }
    .Online_Enquiry_btn :hover{
        cursor: pointer;
    }


    .fifth_container {
        position: relative;
        width: 100%;
        height: 55vh;
        background-color: #F7F7F7; 
    }

    .fifth_left {
        position: absolute;
        width: 50%;
        height: 50%;
        margin-left: 5%;
        margin-top: 2%;
        background-color: #F7F7F7;
    }

    .assistance_box{
        margin-top: 10%;
        width: 90%;
        min-height: 35vh;
        padding: 4%;
        background-color: #ffffff;
        border-left: 0.4vh solid #D9D562;
        border-radius: 0.5rem;
        box-shadow: 0 5% 15% rgba(0,0,0,0.08);
    }

    .assistance_box h3{
        margin: 0;
        font-size: 2.0vh;
        color: #000000;
    }

    .assistance_box p{
        margin-top: 1vh;;
        font-size: 1.3vh;;
        color: #555555;
        line-height: 1.7;
    }

    .assistance_box span{
        display: block;
        margin-top: 1vh;
        font-size: 1.2vh;
        font-weight: bold;
        color: #333333;
    }
    .fifth_container h1{
        margin-left: 10%;
        margin-top: 5%;
        font-weight: bold;
        font-size: 2.0vh;
        color: #000000;
    }

    .fifth_container h2{
        position: absolute;
        margin-left: 10%;
        margin-top: 10%;
        font-weight: bold;
        font-size: 3vh;
        color: #000000;
    }

    .fifth_container p1{
        position: absolute;
        margin-left: 10%;
        margin-top: 45%;
        font-weight: bold;
        font-size: 2.5vh;
        color: #000000;
    }

    .fifth_right {
        position: absolute;
        width: 40%;
        height: 50%;
        margin-left: 55%;
        margin-top: 5%;
        background-color: #F7F7F7
    }

    .contact-form {
        width: 90%;
        height: 100%;
    }

    .contact-form input {
        padding-left: 3%;
    }


    .contact-form textarea {
        padding-left: 3%;
        padding-top: 3%;
    }


    .name {
        width: 110%;
        height: 20%;
        margin-top: 5%;
        border: 0.13vw solid #E0E0E0;
        font-weight: bold;


    }

    .email {
        width: 110%;
        height: 20%;
        margin-top: 5.5%;
        border: 0.13vw solid #E0E0E0;
        font-weight: bold;

    }


    .subject {
        width: 110%;
        height: 20%;
        margin-top: 6%;
        border: 0.13vw solid #E0E0E0;
        font-weight: bold;

    }


    .message {
        width: 110%;
        height: 55%;
        margin-top: 6.5%;
        border: 0.13vw solid #E0E0E0;
        font-weight: bold;
        resize: none;


    }

    .contact-form button{
        border-radius: 0.3em;
        width: 40%;
        height: 15%;
        background-color: #D9D562;
        color: #000000;
    }
    .footer_resources{
        position: absolute;
        top: 3%;
        left: 35%;
        color: #000;
        font-size: 2vh;
        line-height: 1.7;
    }

    .footer_resources h3{
        font-size: 2.0vh;
        margin-bottom: 1vh;
        
    }

    .footer_resources a {
        display: block;
        color: #fb8005;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2vh;
        margin-bottom: 1vh;
        transition: 0.25s ease;

    }

    .footer_resources a:hover{
        color: #d96d00;
        transform: translateX(5%);
    }

    .chat_button {
        position: fixed;
        left: 1%;
        bottom: 5%;
        width: 10%;
        height: 5%;
        background-color: #D9D562;
        border-radius: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2vh;
        cursor: pointer;
        box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
    }

    .chat_window {
        position: fixed;
        left: 1%;
        bottom: 12%;
        width: 35%;
        height: 45%;
        background-color: white;
        border: 0.13vw solid #E0E0E0;  
        border-radius: 1.2rem;
        flex-direction: column;
        display: none;
        overflow: hidden;
        box-shadow: 0 0.05vh 2vh rgba(0,0,0,0.15);
    }

    .chat_content {
        flex: 1;
        overflow-y: auto;
        padding: 5%;
        position: relative;
        scrollbar-width: none;
        -ms-overflow-style: none;

    }

    .chat_content::-webkit-scrollbar {
        display: none;
    }

    .header_container {
        width: 100%;
        height: 15%;
        background-color: white;
        border-radius: 1.5rem;
    }
    .chat_header{
        background-color: #D9D562;
        Padding: 4%;
        margin-top: 1%;
        border-radius: 2rem;
        font-size: 1.6vh;
        font-weight: bold;
        color: black;
        text-align: center;


    }

    .greeting_cont{
        height: 12%;
        width: 70%;
        background-color: #f7e9c8;
        margin-top: 1%;
        margin-left: 5%;
        border-radius: 0.5rem;
        align-content: center;

    }




    .header_container_logo {
        width: 50%;
        height: auto;
        object-fit:contain;
        margin-top: 5%;
        margin-left: 5%;
    }

    .header_line {
        width: 85%;
        height: 0.2%;
        background-color: orange;
        margin: 5% auto;
    }
    .greeting_cont p{
        color: #000;
        font-size: 1.5vh;
        margin-left: 10%;
        font-weight: 500;

    }




    .question1{
        position: absolute;
        margin-left: 1%;
        margin-top: 8%;

        width: 25%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.3vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question2{
        position: absolute;
        margin-left: 28%;
        margin-top: 8%;

        width: 26%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.3vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question3{
        position: absolute;
        margin-left: 55%;
        margin-top: 8%;
        width: 39%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.3vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question4{
        position: absolute;
        margin-top: 26%;
        margin-left: 9%;
        width: 24%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.3vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question5{
        position: absolute;
        margin-top: 26%;
        margin-left: 34%;
        width: 25%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.3vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question6{
        position: absolute;
        margin-top: 26%;
        margin-left: 60%;

        width: 30%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.3vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;
    }

    .topic {
        display: none;
        flex-direction: column;
        background: #fff;
        overflow: hidden;
        margin-top: 50%;
        font-size: 1.3vh;
        font-weight: bold;
    }

    .assistant_message {
        display: inline-block;
        max-width: 75%;

        margin: 1% 0;
        padding: 2% 3%;

        background-color: #FFFFFF;
        border: 0.15rem solid orange;
        border-radius: 1.0rem 1.0rem 1.0rem 0.2rem;

        color: #000;
        cursor: pointer;
        transition: 0.2s;
    }

    .assistant_message:hover{
        background: #D9D562
    }

    .user_bubble {
        margin-left: auto;
        margin-top: 55%;
        width: 70%;
        font-weight: bold;
        height: 20%;
        max-width: 75%;
        text-align: left;
        background: #fb8005;
        border: 0.13vw solid black;

        color: black;

        padding: 5% 15%;
        border-radius:  1.3rem 1.3rem 0.2rem 1.3rem;
    }

    .user_bubble p{
        margin: 0;
        text-align: left;
        line-height: 1.4;
    }

    .assistant_bubble{
        margin-top: 5%;
        border: 0.13vw solid black;
        width: fit-content;
        max-width: 75%;
        background: #f7e9c8;
        font-weight: bold;
        color: black;
        padding: 5% 10%;
        border-radius:  1.3rem 1.3rem 1.3rem 0.2rem;
    }

    .back_button{
        border-radius: 0.5rem;

    }

    .assistant_message {
        display: inline-block;
        max-width: 75%;
        margin: 1% 0;
        padding: 2% 3%;

        background-color: #FFFFFF;
        border: 0.15rem solid orange;
        border-radius: 1.0rem 1.0rem 1.0rem 0.2rem;

        color: #000;
        cursor: pointer;
        transition: 0.2s;
    }

    .assistant_message:hover{
        background: #D9D562
    }

    .user_bubble {
        margin-left: auto;
        margin-top: 50%;
        width: 70%;
        font-weight: bold;
        height: 20%;
        max-width: 75%;
        text-align: left;
        background: #fb8005;
        border: 0.13vw solid black;

        color: black;

        padding: 5% 15%;
        border-radius:  1.3rem 1.3rem 0.2rem 1.3rem;
    }

    .user_bubble p{
        margin: 0;
        font-size: 1.6vh;
        text-align: left;
        line-height: 1.4;
    }

    .assistant_bubble{
        margin-top: 5%;
        border: 0.13vw solid black;
        width: fit-content;
        max-width: 75%;
        background: #f7e9c8;
        font-size: 1.6vh;
        font-weight: bold;
        color: black;
        padding: 5% 10%;
        border-radius:  1.3rem 1.3rem 1.3rem 0.2rem;
    }


}


@media(min-width:481px) and (max-width:768px){


    .logo {
        position: absolute;
        left: 3%;
        margin-top: 6%;
    }

    .logo img {
        width: 35vw;
        height: auto;
    }


    .headers {
        position: absolute;
        top:8%;
        left: 70%;
        transform: translateX(-50%);
        width: 90%;
        justify-content: center;
        gap: 5%;
        flex-wrap: wrap;
    }

    .headers a {
        font-size: 2vh;
    }

    .hero {
        height: 100vh;
        overflow: hidden;
    }

    .hero_image {
        position: absolute;
        left: 40%;
        bottom: 0;
        width: 60%;
    }

    .hero_text{
        position: absolute;
        left: 8%;
        top: 35%;
        transform: translateY(-50%);
        width: 85%;
    }

    .hero_text h1{
        font-size: 5vh;
        line-height: 1.1;
    }

    .hero_text button {
        width: 50%;
        height: 5vh;
        font-size: 2vh;
    }


    .second_container {
        position: relative;
        height: 10vh;
        width: 100%;
        background-color: #ffffff;
    }
    .fifth_left {
        position: absolute;
        width: 80%;
        height: 90%;
        margin-left: 10%;
        margin-top: 5%;
        background-color: #F7F7F7;
    }

    .assistance_box{
        margin-top: 10%;
        width: 50%;
        min-height: 35vh;
        padding: 4%;
        background-color: #ffffff;
        border-left: 0.4vh solid #D9D562;
        border-radius: 0.5rem;
        box-shadow: 0 5% 15% rgba(0,0,0,0.08);
    }

    .assistance_box h3{
        margin: 0;
        font-size: 2.0vh;
        color: #000000;
    }

    .assistance_box p{
        margin-top: 1vh;;
        font-size: 1.3vh;;
        color: #555555;
        line-height: 1.7;
    }

    .assistance_box span{
        display: block;
        margin-top: 1vh;
        font-size: 1.2vh;
        font-weight: bold;
        color: #333333;
    }
    .left_section,
    .right_section {
        width: 80%;
        left: 10%;
    }

    .left_section h1{
        font-size: 3vh;
    }

    .left_section p{
        font-size: 1.6vh;
    }



    .right_section h1 {
        margin-top: 10%;
        font-size: 2vh;
    }


    .right_section h2{
        margin-top: 40%;

    }


    .right_section p2{
        margin-top: 50%;

    }




    .right_section h3{
        margin-top: 65%;
    }

    .right_section p3{
        margin-top: 70%;
    }




    .right_section h4{
        margin-top: 90%;
    }

    .right_section p4{
        margin-top: 95%;
    }

    .right_section h5{
        margin-top: 115%;

    }

    .right_section p5{
        margin-top: 120%;
    }




    .fifth_container h1{
        margin-left: 10%;
        margin-top: 5%;
        font-weight: bold;
        font-size: 2.0vh;
        color: #000000;
    }

    .fifth_container h2{
        position: absolute;
        margin-left: 10%;
        margin-top: 10%;
        font-weight: bold;
        font-size: 3vh;
        color: #000000;
    }

    .fifth_container p1{
        position: absolute;
        margin-left: 10%;
        margin-top: 45%;
        font-weight: bold;
        font-size: 2.5vh;
        color: #000000;
    }    


    .contact-form {
        width: 80%;
        height: 100%;
        margin-top: 20%;
    }

    .contact-form input {
        padding-left: 3%;
    }


    .contact-form textarea {
        padding-left: 3%;
        padding-top: 3%;
    }


    .name {
        width: 125%;
        height: 20%;
        margin-top: 5%;
        border: 0.13vw solid #E0E0E0;
        font-weight: bold;


    }

    .email {
        width: 125%;
        height: 20%;
        margin-top: 5.5%;
        border: 0.13vw solid #E0E0E0;
        font-weight: bold;

    }


    .subject {
        width: 125%;
        height: 20%;
        margin-top: 6%;
        border: 0.13vw solid #E0E0E0;
        font-weight: bold;

    }


    .message {
        width: 125%;
        height: 30%;
        margin-top: 6.5%;
        border: 0.13vw solid #E0E0E0;
        font-weight: bold;
        resize: none;


    }

    .contact-form button{
        border-radius: 0.3em;
        width: 40%;
        height: 15%;
        background-color: #D9D562;
        color: #000000;
        font-size: 1.2vh;
    }


    .footer {
    position: relative;
    width: 100%;
    height: 35vh;
    background-color: #f7e9c8; 
    }

    .footer_company {
        position: absolute;
        top: 3%;
        left: 10%;
        color: #000;
        font-size: 1.5vh;
    }

    .email_button {
        display: inline-block;
        color: #fb8005;
        text-decoration: none;
        border-radius: 0.5rem;
        font-weight: bold;
    }

    .email_button:hover {
        opacity: 0.8;
    }

    .phone_link {
        color: #fb8005;
        text-decoration: none;
        font-weight: bold;
        border-radius: 0.5rem;

    }

    .phone_link :hover {
        opacity: 0.8;
    }

    .Online_Enquiry_btn {
        color: #fb8005;
        text-decoration: none;
        font-weight: bold;
        border-radius: 0.5rem;


    }

    .Online_Enquiry_btn :hover {
        opacity: 0.8;
        cursor: pointer;
    }

    .footer_resources{
        position: absolute;
        top: 3%;
        left: 35%;
        color: #000;
        font-size: 2vh;
        line-height: 1.7;
    }

    .footer_resources h3{
        font-size: 2.0vh;
        margin-bottom: 1vh;
    }

    .footer_resources a {
        display: block;
        color: #fb8005;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2vh;
        margin-bottom: 1vh;
        transition: 0.25s ease;

    }

    .footer_resources a:hover{
        color: #d96d00;
        transform: translateX(5%);
    }

    .footer_services {
        position: absolute;
        top: 3%;
        left: 60%;
        color: #000;
        font-size: 1.3vh;
    }

    .footer_disclaimer {
        position: absolute;
        top: 55%;
        right: 5%;
        width: 90%;
        font-size: 1.3vh;
        color: #000;
    }

    .footer_disclaimer p{
        font-size:  1.1vh;
    }



    .footer_copyright {
        position: absolute;
        bottom: 5%;
        left: 9%;
        font-size: 1.7vh;
        font-weight: bold;
        color: #000;
    }

    .footer_logo {
        left: 55%;
        width: 15%;
        bottom: 2%;
        position: absolute;
    }

    .footer_logo img {
        width: 80%;
        height: auto;
    }

    .google_review {
        position: absolute;
        top: 87%;
        left: 76%;
        width: 50%;
        height: auto;
    }

    .google_review a {
        display: block;
        width: 20%;
    }

    .google_review img {
        display: block;
        width: 100%;
        height: auto;
    }

    .Online_Enquiry_btn {
        cursor: pointer;

    }
    .Online_Enquiry_btn :hover{
        cursor: pointer;
    }



    .chat_button {
        position: fixed;
        left: 1%;
        bottom: 5%;
        width: 15%;
        height: 7%;
        background-color: #D9D562;
        border-radius: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2vh;
        cursor: pointer;
        box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
    }

    .chat_window {
        position: fixed;
        left: 1%;
        bottom: 15%;
        width: 40%;
        height: 45%;
        background-color: white;
        border: 0.13vw solid #E0E0E0;  
        border-radius: 1.2rem;
        flex-direction: column;
        display: none;
        overflow: hidden;
        box-shadow: 0 0.05vh 2vh rgba(0,0,0,0.15);
    }

    .chat_content {
        flex: 1;
        overflow-y: auto;
        padding: 5%;
        position: relative;
        scrollbar-width: none;
        -ms-overflow-style: none;

    }

    .chat_content::-webkit-scrollbar {
        display: none;
    }

    .header_container {
        width: 100%;
        height: 15%;
        background-color: white;
        border-radius: 1.5rem;
    }
    .chat_header{
        background-color: #D9D562;
        Padding: 4%;
        margin-top: 1%;
        border-radius: 2rem;
        font-size: 1.6vh;
        font-weight: bold;
        color: black;
        text-align: center;


    }

    .greeting_cont{
        height: 12%;
        width: 80%;
        background-color: #f7e9c8;
        margin-top: 1%;
        margin-left: 5%;
        border-radius: 0.5rem;
        align-content: center;

    }




    .header_container_logo {
        width: 50%;
        height: auto;
        object-fit:contain;
        margin-top: 5%;
        margin-left: 5%;
    }

    .header_line {
        width: 85%;
        height: 0.2%;
        background-color: orange;
        margin: 5% auto;
    }
    .greeting_cont p{
        color: #000;
        font-size: 1.4vh;
        margin-left: 10%;
        font-weight: 500;

    }




    .question1{
        position: absolute;
        margin-left: 5%;
        margin-top: 8%;

        width: 27%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.1vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question2{
        position: absolute;
        margin-left: 33%;
        margin-top: 8%;

        width: 30%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.1vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question3{
        position: absolute;
        margin-left: 64%;
        margin-top: 8%;
        width: 30%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.1vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question4{
        position: absolute;
        margin-top: 23%;
        margin-left: 2%;
        width: 27%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.1vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question5{
        position: absolute;
        margin-top: 23%;
        margin-left: 30%;
        width: 31%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.1vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question6{
        position: absolute;
        margin-top: 23%;
        margin-left: 62%;
        width: 32%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.1vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;
    }

    .topic {
        display: none;
        flex-direction: column;
        background: #fff;
        overflow: hidden;
        margin-top: 55%;
        font-size: 1.3vh;
        font-weight: bold;
    }

    .assistant_message {
        display: inline-block;
        max-width: 75%;

        margin: 1% 0;
        padding: 2% 3%;

        background-color: #FFFFFF;
        border: 0.15rem solid orange;
        border-radius: 1.0rem 1.0rem 1.0rem 0.2rem;

        color: #000;
        cursor: pointer;
        transition: 0.2s;
    }

    .assistant_message:hover{
        background: #D9D562
    }

    .user_bubble {
        margin-left: auto;
        margin-top: 50%;
        width: 70%;
        font-weight: bold;
        height: 20%;
        max-width: 75%;
        text-align: left;
        background: #fb8005;
        border: 0.13vw solid black;

        color: black;

        padding: 5% 15%;
        border-radius:  1.3rem 1.3rem 0.2rem 1.3rem;
    }

    .user_bubble p{
        margin: 0;
        text-align: left;
        line-height: 1.4;
        font-size: 1.4vh;
    }

    .assistant_bubble{
        margin-top: 10%;
        border: 0.13vw solid black;
        width: fit-content;
        max-width: 75%;
        background: #f7e9c8;
        font-weight: bold;
        font-size: 1.4vh;

        color: black;
        padding: 5% 10%;
        border-radius:  1.3rem 1.3rem 1.3rem 0.2rem;
    }

    .back_button{
        border-radius: 0.5rem;

    }
}



/* Mobile */
@media(max-width: 480px){



    .logo {
        position: absolute;
        left: 3%;
        margin-top: 6%;
    }

    .logo img {
        width: 35vw;
        height: auto;
    }


    .headers {
        position: absolute;
        top:8%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        justify-content: center;
        gap: 5%;
	box-sizing: border-box;
        flex-wrap: wrap;
    }

    .headers a {
        font-size: 2vh;
    }

    .hero {
        height: 100vh;
        overflow: hidden;
    }

    .hero_image {
        position: absolute;
        left: 40%;
        bottom: 0;
        width: 60%;
    }

    .hero_text{
        position: absolute;
        left: 8%;
        top: 45%;
        transform: translateY(-50%);
        width: 85%;
    }

    .hero_text h1{
        font-size: 5vh;
        line-height: 1.1;
    }

    .hero_text button {
        width: 50%;
        height: 5vh;
        font-size: 2vh;
    }

    .second_container {
        position: relative;
        height: 5vh;
        width: 100%;
        background-color: #ffffff;
    }

    .second_logos {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10%;
    bottom: 20%;
    left: 5%;

    }

    .second_logos img{
        width:7%;
        height: auto;
    }

    .third_heading {
        text-align: center;
        grid-column: 1 / -1;
        height: auto;
        margin: 0;
        margin-top: 5%;
        margin-bottom: 2%;
    }

    .third_heading h1{
        font-size: 3.0vh;
        text-align: center;
        margin: 0;
        font-weight: bold;
        color: #000000;
    }

    .third_heading p{
        font-size: 1.5vh;
        text-align: center;
        color: #000000;
    }

    .box h1{ 
        margin-top: 8%;
        font-weight: bold;
        font-size: 2.1vh;
        color: #000;
    }

    .box p{
        margin-top: 10%;
        font-size: 1.7vh;
        color: #555;
    }

    .box h2{ 
        margin-top: 8%;
        font-weight: bold;
        font-size: 2.1vh;
        color: #000;
    }

    .box p2{
        margin-top: 10%;
        font-size: 1.7vh;
        color: #555;
    }


    .box h3{ 
        margin-top: 8%;
        font-weight: bold;
        font-size: 2.1vh;
        color: #000;
    }

    .box p3{
        margin-top: 10%;
        font-size: 1.7vh;
        color: #555;
    }


    .box h4{ 
        margin-top: 8%;
        font-weight: bold;
        font-size: 2.1vh;
        color: #000;
    }

    .box p4{
        margin-top: 10%;
        font-size: 1.7vh;
        color: #555;
    }



    .box h5{ 
        margin-top: 8%;
        font-weight: bold;
        font-size: 1.7vh;
        color: #000;
    }

    .box p5{
        margin-top: 10%;
        font-size: 1.7vh;
        color: #555;
    }


    .box h6{ 
        margin-top: 8%;
        font-weight: bold;
        font-size: 2.1vh;
        color: #000;
    }

    .box p6{
        margin-top: 10%;
        font-size: 1.7vh;
        color: #555;
    }



    .left_section,
    .right_section {
        width: 80%;
        left: 5%;
    }

    .left_section h1{
        font-size: 3vh;
    }

    .left_section p{
        font-size: 1.6vh;
    }



    .right_section h1 {
        margin-top: 10%;
        font-size: 1.8vh;
    }


    .right_section h2{
        margin-top: 75%;
        font-size: 2.0vh;


    }


    .right_section p2{
        margin-top: 85%;
        font-size: 1.7vh;


    }




    .right_section h3{
        margin-top: 115%;
        font-size: 2.0vh;
    }

    .right_section p3{
        margin-top: 125%;
        font-size: 1.7vh;

    }




    .right_section h4{
        margin-top: 155%;
        font-size: 2.0vh;

    }

    .right_section p4{
        margin-top: 165%;
        font-size: 1.7vh;

    }

    .right_section h5{
        margin-top: 195%;
        font-size: 2.0vh;


    }

    .right_section p5{
        margin-top: 210%;
        font-size: 1.7vh;

    }



    .fifth_container {
        position: relative;
        width: 100%;
        height: 65vh;
        background-color: #F7F7F7; 
    }

    .fifth_left {
        position: absolute;
        width: 90%;
        height: 50%;
        margin-left: 5%;
        margin-top: 5%;
        background-color: #F7F7F7;
    }

    .assistance_box{
        margin-top: 1%;
        width: 99%;
        min-height: 30vh;
        padding: 4%;
        background-color: #ffffff;
        border-left: 0.4vh solid #D9D562;
        border-radius: 0.5rem;
        box-shadow: 0 5% 15% rgba(0,0,0,0.08);
    }

    .assistance_box h3{
        margin: 0;
        font-size: 2.0vh;
        color: #000000;
    }

    .assistance_box p{
        margin-top: 1vh;;
        font-size: 1.2vh;;
        color: #555555;
        line-height: 1.7;
    }

    .assistance_box span{
        display: block;
        margin-top: 1vh;
        font-size: 1.2vh;
        font-weight: bold;
        color: #333333;
    }

    
    .fifth_container h1{
        margin-left: 2%;
        margin-top: 5%;
        font-weight: bold;
        font-size: 2.0vh;
        color: #000000;
    }

    .fifth_container h2{
        position: absolute;
        margin-left: 2%;
        margin-top: 5%;
        font-weight: bold;
        font-size: 2.1vh;
        color: #000000;
    }

    .fifth_container p1{
        position: absolute;
        margin-left: 2%;
        margin-top: 20%;
        font-weight: bold;
        font-size: 1.8vh;
        color: #000000;
    }

    .fifth_right {
        position: absolute;
        width: 95%;
        height: 50%;
        margin-left: 5%;
        margin-top: 73%;
        background-color: #F7F7F7
    }

    .contact-form {
        width: 100%;
        height: 100%;
    }

    .contact-form input {
        padding-left: 3%;
    }


    .contact-form textarea {
        padding-left: 3%;
        padding-top: 3%;
    }


    .name {
        width: 95%;
        height: 10%;
        margin-top: 5%;
        border: 0.13vw solid #E0E0E0;
        font-weight: bold;


    }

    .email {
        width: 95%;
        height: 10%;
        margin-top: 5.5%;
        border: 0.13vw solid #E0E0E0;
        font-weight: bold;

    }


    .subject {
        width: 95%;
        height: 10%;
        margin-top: 6%;
        border: 0.13vw solid #E0E0E0;
        font-weight: bold;

    }


    .message {
        width: 95%;
        height: 15%;
        margin-top: 6.5%;
        border: 0.13vw solid #E0E0E0;
        font-weight: bold;
        resize: none;


    }

    .contact-form button{
        border-radius: 0.3em;
        width: 15%;
        margin-top: 4%;
        height: 10%;
        background-color: #D9D562;
        color: #000000;
        font-size: 1.3vh;
    }



    .chat_button {
    position: fixed;
    left: 1%;
    bottom: 5%;
    width: 20%;
    height: 7%;
    background-color: #D9D562;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vh;
    cursor: pointer;
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
    }

    .chat_window {
        position: fixed;
        left: 1%;
        bottom: 15%;
        width: 45%;
        height: 35%;
        background-color: white;
        border: 0.13vw solid #E0E0E0;  
        border-radius: 1.2rem;
        flex-direction: column;
        display: none;
        overflow: hidden;
        box-shadow: 0 0.05vh 2vh rgba(0,0,0,0.15);
    }

    .chat_content {
        flex: 1;
        overflow-y: auto;
        padding: 5%;
        position: relative;
        scrollbar-width: none;
        -ms-overflow-style: none;

    }

    .chat_content::-webkit-scrollbar {
        display: none;
    }

    .header_container {
        width: 100%;
        height: 15%;
        background-color: white;
        border-radius: 1.5rem;
    }
    .chat_header{
        background-color: #D9D562;
        Padding: 4%;
        margin-top: 1%;
        border-radius: 2rem;
        font-size: 1.6vh;
        font-weight: bold;
        color: black;
        text-align: center;


    }

    .greeting_cont{
        height: 12%;
        width: 80%;
        background-color: #f7e9c8;
        margin-top: 1%;
        margin-left: 5%;
        border-radius: 0.5rem;
        align-content: center;

    }




    .header_container_logo {
        width: 50%;
        height: auto;
        object-fit:contain;
        margin-top: 5%;
        margin-left: 5%;
    }

    .header_line {
        width: 85%;
        height: 0.2%;
        background-color: orange;
        margin: 5% auto;
    }
    .greeting_cont p{
        color: #000;
        font-size: 1.4vh;
        margin-left: 10%;
        font-weight: 500;

    }




    .question1{
        position: absolute;
        margin-left: 61%;
        margin-top: 50%;

        width: 32%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.1vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question2{
        position: absolute;
        margin-left: 4%;
        margin-top: 8%;

        width: 50%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.1vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question3{
        position: absolute;
        margin-left: 55%;
        margin-top: 8%;
        width: 40%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.1vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question4{
        position: absolute;
        margin-top: 29%;
        margin-left: 1%;
        width: 27%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.1vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question5{
        position: absolute;
        margin-top: 29%;
        margin-left: 29%;
        width: 31%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.1vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;

    }

    .question6{
        position: absolute;
        margin-top: 29%;
        margin-left: 62%;
        width: 32%;
        height: 4vh;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.1vh;
        border-radius: 1.2rem;
        border: 0.3vh solid orange;
        font-weight: 600;
    }

    .topic {
        display: none;
        flex-direction: column;
        background: #fff;
        overflow: hidden;
        margin-top: 80%;
        font-size: 1.3vh;
        font-weight: bold;
    }

    .assistant_message {
        display: inline-block;
        max-width: 75%;

        margin: 1% 0;
        padding: 2% 3%;

        background-color: #FFFFFF;
        border: 0.15rem solid orange;
        border-radius: 1.0rem 1.0rem 1.0rem 0.2rem;

        color: #000;
        cursor: pointer;
        transition: 0.2s;
    }

    .assistant_message:hover{
        background: #D9D562
    }

    .user_bubble {
        margin-left: auto;
        margin-top: 80%;
        width: 70%;
        font-weight: bold;
        height: 20%;
        max-width: 75%;
        text-align: left;
        background: #fb8005;
        border: 0.13vw solid black;

        color: black;

        padding: 5% 15%;
        border-radius:  1.3rem 1.3rem 0.2rem 1.3rem;
    }

    .user_bubble p{
        margin: 0;
        text-align: left;
        line-height: 1.4;
        font-size: 1.4vh;
    }

    .assistant_bubble{
        margin-top: 27%;
        border: 0.13vw solid black;
        width: fit-content;
        max-width: 75%;
        background: #f7e9c8;
        font-weight: bold;
        font-size: 1.4vh;

        color: black;
        padding: 5% 10%;
        border-radius:  1.3rem 1.3rem 1.3rem 0.2rem;
    }

    .back_button{
        border-radius: 0.5rem;

    }


    .footer {
    position: relative;
    width: 100%;
    height: 35vh;
    background-color: #f7e9c8; 
    }

    .footer_company {
        position: absolute;
        top: 3%;
        left: 5%;
        color: #000;
        font-size: 1.2vh;
    }

    .email_button {
        display: inline-block;
        color: #fb8005;
        text-decoration: none;
        border-radius: 0.5rem;
        font-weight: bold;
    }

    .email_button:hover {
        opacity: 0.8;
    }

    .phone_link {
        color: #fb8005;
        text-decoration: none;
        font-weight: bold;
        border-radius: 0.5rem;

    }

    .phone_link :hover {
        opacity: 0.8;
    }

    .Online_Enquiry_btn {
        color: #fb8005;
        text-decoration: none;
        font-weight: bold;
        border-radius: 0.5rem;


    }

    .Online_Enquiry_btn :hover {
        opacity: 0.8;
        cursor: pointer;
    }


    .footer_services {
        position: absolute;
        top: 3%;
        left: 60%;
        color: #000;
        font-size: 1.2vh;
    }

    .footer_disclaimer {
        position: absolute;
        top: 50%;
        right: 5%;
        width: 90%;
        font-size: 1.3vh;
        color: #000;
    }

    .footer_disclaimer p{
        font-size:  1.1vh;
    }

    .footer_disclaimer strong{
        font-size: 2.2vh;
    }

    .footer_disclaimer .disclaimer_small{
        font-size: 1.0vh;
    }

    .footer_copyright {
        position: absolute;
        bottom: 5%;
        left: 9%;
        font-size: 1.7vh;
        font-weight: bold;
        color: #000;
    }

    .footer_logo {
        left: 85%;
        width: 15%;
        bottom: 44%;
        position: absolute;
    }

    .footer_logo img {
        width: 80%;
        height: auto;
    }

    .google_review {
        position: absolute;
        top: 87%;
	right: 2%;
        left: auto;
        width: 35%;
        height: auto;
	box-sizing: border-box;
	overflow: hidden;
    }

    .google_review a {
        display: block;
        max-width: 100%;
	margin: auto;
    }

    .google_review img {
        display: block;
        width: 100%;
        height: auto;
	margin: 0;
    }

    .Online_Enquiry_btn {
        cursor: pointer;

    }
    .Online_Enquiry_btn :hover{
        cursor: pointer;
    }

    .footer_resources{
        position: absolute;
        top: 3%;
        left: 25%;
        color: #000;
        font-size: 1.2vh;
        line-height: 1.5;
    }

    .footer_resources h3{
        font-size: 1.5vh;
        margin-bottom: 1vh;
    }

    .footer_resources a {
        display: block;
        color: #fb8005;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.3vh;
        margin-bottom: 1vh;
        transition: 0.25s ease;

    }

    .footer_resources a:hover{
        color: #d96d00;
        transform: translateX(5%);
    }
    .footer::before {
        content: "";
        position: absolute;
        top: 86%;
        left: 8%;
        width: 84%;
        height: 0.2vh;
        background: #D8CBAA;
    }
}
