@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    background-color: rgb(245, 245, 245);
    font-family: "Montserrat", sans-serif;
}



.row {
    width: 100%;
}

.call-btn {
    text-decoration: none;
    color: black;
    font-weight: 600;

}

.call-btn:hover {
    color: #0ed492;
}

h2 {
    color: #1e5c98;
    font-size: 40px;
    font-weight: 600;
}

.box {
    width: 100%;
    min-height: 600px;
    /* border: 1px solid green; */
}

header {


    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* border: 2px solid blue; */
    font-size: 16px;
    font-weight: 400;
}

header img {
    width: 250px;

}

#tgmenu {
    background-color: rgb(87, 160, 234);
    display: none;
}



#menubar {
    display: block;
}


.menu a {


    color: #fff;
    background-color: #3d981e;

    padding: 5px 6px;
    border-radius: 10px;

    margin: 0;
    text-decoration: none;



}






.banner {
    width: 100%;
    height: 600px;
    margin-top: 30px;
    position: relative;
    background-image: url(assets/image/banner-top.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}


.repair-expert {
    position: absolute;
    max-width: 25%;
    top: 25%;
    left: 0;
}

.repair-expert {
    padding-left: 50px;

}

.repair-expert h2 {
    color: #3d981e;

}

/* Tablet */
@media (max-width: 992px) {
    .repair-expert h2 {
        font-size: 42px;
        line-height: 1.3;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .repair-expert h2 {
        font-size: 28px;
        line-height: 1.3;
    }
}

/* Small Mobile */
@media (max-width: 400px) {
    .repair-expert h2 {
        font-size: 24px;
        line-height: 1.4;
    }
}

.repair-expert span {
    color: #000;
    font-size: 25px;
}




.book-now {
    /* width:100px; */
    position: fixed;
    background: radial-gradient(at center center, rgb(87, 160, 234) 0%, rgb(64, 150, 238) 100%);
    top: 266px;
    right: -22px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    transform: rotate(-90deg);
    color: #fff;
    border: 1px solid turquoise;
}





/* .req-btn:hover{
    background-color: red;
} */
.number-section {
    width: 100%;
    border: 1px solid #20a575b5;
    background-color: #265E49;

}



.number-col {

    padding: 10px;
    margin: 20px;
    text-align: center;
}




.number-col {
    color: #fff;
    font-size: 22px;
    font-weight: bold;


}

.number-col h5 {
    font-size: 30px;
    font-weight: 600;

}

.number-col p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}


.about {

    width: 100%;
    min-height: 300px;
    /* border: 1px solid rgb(228, 33, 185); */

    line-height: 1.8;
    text-align: center;

}

.about h2 {
    color: #3D981E;
    font-size: 25px;
    font-weight: 700;
    padding-top: 60px;
    padding-bottom: 20px;

}

.about button {
    color: #fff;
    background: linear-gradient(135deg, #006867, #009c9a);
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 50px;
    margin-top: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.about button:hover {
    background: linear-gradient(135deg, #009c9a, #00c6c3);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 104, 103, 0.4);
}

/* Click Effect */
.about button:active {
    transform: scale(0.95);
}

/* Shine Effect */
.about button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.about button:hover::before {
    left: 125%;
}

.services {
    width: 100%;
    min-height: 300px;

    text-align: center;
}

.services h2 {
    font-size: 25px;
    font-size: 25;

}

.servicelist {
    display: flex;
    width: 100%;
   
    /* border: 5px solid green; */
    justify-content: space-around;
    align-items: center;

}

#list1 {

    padding-bottom: 100px;
}

#button1 {
    margin-bottom: 30px;
}

.list {
    width: 30%;
    margin-top: 20px;
    padding: 20px;
    margin: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(2, 61, 128, 0.2);
    /* border: 3px solid rgb(94, 153, 230); */
}

.list h2,
p {
    color: #4f4c4c;
}

.list img {
    width: 100%;
}

.list button {
    margin: 10px;


}

.workprocess {
    width: 100%;
    min-height: 300px;

    /* border: 1px solid rgb(179, 24, 218); */
    text-align: center;
    line-height: 2;
}

.workprocess h2 {
    padding-top: 50px;
    font-size: 40px;
    font-weight: 700;
}

.workflow {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.workflow p {
    color: #333;
}

.workflow .work {
    text-align: center;
    padding: 20px;
    width: 25%;
    margin: 10px;
    /* border: 2px solid blue; */
}

.work img {
    width: 100%;
    height: min-content;
}



.why-row {

    /* border: 1px solid red; */
    margin: 10px;
    display: flex;

}

.why-col {
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    /* width: 25%; */
    text-align: center;
    margin: 10px;
    padding: 20px;

}


.why-col img {
    width: 100%;
}

.why-choose h2 {
    font-size: 35px;
    font-weight: 700;
}

.why-choose h4 {
    color: #333;
}

.why-choose button {
    color: #fff;
    background: linear-gradient(135deg, #11998e, #38ef7d);
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 50px;
    margin: 50px 0;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* HOVER EFFECT */
.why-choose button:hover {
    
    background: linear-gradient(135deg, #38ef7d, #43e97b);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(56, 239, 125, 0.4);
}

/* CLICK EFFECT */
.why-choose button:active {
    transform: scale(0.95);
}

/* SHINE EFFECT */
.why-choose button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: 0.5s;
}

/* SHINE ON HOVER */
.why-choose button:hover::before {
    left: 125%;
}

/* .brands-cover{
    width:100%;
    height:400px;
    
    border:1px solid red;

} */

.brands-cover {
    width: 100%;
    min-height: 400px;

    text-align: center;
    background-image: url(assets/image/brand-bg.webp);
    background-size: cover;
    background-size: cover;
    padding-bottom: 100px;
    background-position: 50% 50%;
    color: #ffffff;
    opacity: 1;
    letter-spacing: 1px;
    line-height: 1.5;
}

.brands-cover h2 {
    font-size: 35px;
    font-weight: 700;
    color: #1bd15a;
    padding-top: 25px;
}

.brands-cover p {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.brands-logo img {
    max-width: 20%;
    /* height:100px; */


}

.close-footer {
    width: 100%;
    min-height: 600px;

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;

}



.close-footer {
    line-height: 1.8;
    color: white;
    /* margin-left:20px; */
}

.close-footer h3 {
    font-size: 20px;
    font-weight: 600;
}

/* .close-footer .call-2{
    width:200px;
} */


.close-footer span {
    font-size: 30px;
    font-weight: 600;
}

.close-footer button .call-btn {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 16px 53px;
}

.pg-footer {
    width: 100%;
    min-height: 300px;
    /* border:2px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #265e49;
    color: #fff;

}

.pg-footer .footer img {
    width: 200px;
}



.footer-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer p {
    color: #fff;
}

.footer p img {
    width: 300px;
    height: 50px;
}

.footer-img img {
    width: 100px !important;
    padding-top: 50px;
}

.footer-img span {
    margin-top: 50px;
    padding-left: 20px;
}

.Copyright {
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    background-color: #091222;
}

.footer-call-btn {
    width: 50px;
    height: 50px;
    background-color: #2115dd;
    text-align: center;
    line-height: 50px;
    color: white;
    border-radius: 50%;
    position: fixed;
    bottom: 22px;
    left: 20px;
    font-size: 22px;

}

.footer-call-btn a {
    color: white;
}

.footer-whatsapp-btn {
    width: 50px;
    height: 50px;
    background-color: #64B161;
    text-align: center;
    line-height: 50px;
    color: white;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 22px;
    font-size: 28px;
}

.footer-whatsapp-btn a {
    color: #fff;

}


@media only screen and (max-width:767px) {
    header {
        display: flex;
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;

    }

    .menu a {
        display: block;
        padding: 10px 30px;
        margin-bottom: 10px;

    }

    #tgmenu {
        background-color: rgb(87, 160, 234);
        display: block;
        font-size: 20px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px;
        margin: 10px;
        color: #2844be;
    }

    .number-col {
        width: 100%;
        margin-bottom: 20px;
    }





    .why-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .why-col {
        /* border: 1px solid blue; */
        /* width: 45%; */
        text-align: center;
        margin: 10px;

    }

    .why-col img {
        width: 50%;
    }

    .brands-logo img {
        max-width: 33%;
        /* height:100%; */


    }



    .about button {
        color: rgb(255, 255, 255);
        background-color: turquoise;
        font-size: 15px;
        padding: 8px 8px !important;
        border-radius: 30px;
        margin-top: 30px;
    }

    .about h2 {
        font-size: 17px;
        font-weight: 700;
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .servicelist {
        display: flex;
        width: 100%;
        flex-direction: column;
        min-height: 300px;
        /* border: 5px solid green; */
        justify-content: space-around;
        align-items: center;
        padding: 20px;

    }

    .list {
        width: 100%;

        margin-top: 20px;
        padding: 20px;
        margin: 20px;
        /* border: 1px solid rgb(94, 153, 230); */

    }


}








@media onlyscreen and (max-width:610px) {
    .repair-expert {
        position: absolute;
        top: 43%;
        left: 10%;
        max-width: 90% !important;


    }

    .repair-expert h2 {
        font-size: 35px;

        color: #0ed492;
    }

    .repair-expert span {
        font-size: 15px;

        color: #ffffff;
        margin-top: -20px;
        font-weight: 700;
    }

    .banner {
        background-size: cover;
        height: 50px;

    }

    .repair-expert h2 {
        font-size: 20px;
        text-align: left;
        position: relative;
    }

    .repair-expert span {
        margin-top: 30px;
        padding-bottom: 50%;

    }
}





@media only screen and (max-width:860px) {
    .workflow {
        margin-top: 20px;
        display: flex;
        min-height: 400px;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

    }

    .workflow .work {
        text-align: center;

        width: 80%;
        margin: 10px;

        /* border: 1px solid blue; */
    }





   .close-footer {
        width: 100%;
        min-height: 200px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: black;
    }

    .close-footer .col1 img {
        width: 200px;
        margin-top: 50px;
    }

    .close-footer .col2 {
        line-height: 1.8;
        color: white;
        text-align: center;
    }

    .close-footer .col2 img {
        width: 20px;
        height: 20px;
    }

    .pg-footer {
        width: 100%;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

    }


}




    @media only screen and (max-width:576px) {


        .brands-logo img {
            max-width: 100%;
            /* height:150px; */


        }

        .number-col {
            width: 100%;

        }

        .close-footer .col2 a.call-btn {
            padding: 16px 29px;
        }

        .close-footer .col2 h3 {
            font-size: 23px;
            font-weight: 600;
        }

        .why-choose button {
            font-size: 15px;
            padding: 10px 10px;
        }

        .element.style {
            font-size: 15px;
            padding: 10px 10px;
        }

    }

    .services {
    text-align: center;
    padding: 60px 20px;
    background: #f5f5f5;
}

.services h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #3D981E;
}

.services p {
    max-width: 600px;
    margin: 0 auto 40px;
    color: #555;
}

/* GRID */
.servicelist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* CARD */
.card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-10px);
}

/* IMAGE */
.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

/* TEXT */
.card h3 {
    margin: 15px 0 10px;
    font-size: 18px;
    color: #333;
}

.card p {
    font-size: 14px;
    color: #666;
    min-height: 50px;
}

/* BUTTON */
.card button {
    /* margin-top: 15px; */
    padding: 10px 20px;
    border: none;
    background: #0a7c66;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}

.card button:hover {
    background: #055f4d;
}

/* RESPONSIVE */

/* Tablet */
@media (max-width: 992px) {
    .servicelist {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .servicelist {
        grid-template-columns: 1fr;
    }
}

/* ALL BUTTONS INSIDE SERVICES */
.services button {
    color: #fff;
    background: linear-gradient(135deg, #006867, #009c9a);
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 50px;
    /* margin-top: 15px; */
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.services button:hover {
    background: linear-gradient(135deg, #009c9a, #00c6c3);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 104, 103, 0.4);
}

/* Click Effect */
.services button:active {
    transform: scale(0.95);
}

/* Shine Effect */
.services button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.services button:hover::before {
    left: 125%;
}

.working-h {
    color: #080808;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}

.img-fluid {
    width: 300px;
    height: auto;
}

/* Tablet */
@media (max-width: 992px) {
    .img-fluid {
        max-width: 250px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .img-fluid {
        max-width: 200px;
        margin: 0 auto; 
        margin-bottom: 20px;  /* center image */
    }
}

/* Small Mobile */
@media (max-width: 400px) {
    .img-fluid {
        max-width: 160px;
    }
}