*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}
#Service-page-header-container{
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
#Service-page-header-left{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#Service-page-header-left h1{
    width: 80%;
    height: fit-content;
    text-align: left;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
}
#Service-page-header-left h4{
    width: 80%;
    height: fit-content;
    text-align: left;
    font-size: 20px;
    color: #c02567;
}
#Service-page-header-left p{
    width: 80%;
    height: fit-content;
    text-align: left;
    font-size: 13px;
    font-weight: 900;
}
#Service-page-header-right{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#Service-header-right-img-container{
    height: 300px;
    border-radius: 10px;
    width: 250px;
    /* transform: rotate(-20deg); */
    position: relative;
}
#Service-header-right-img-container::after{
    content: '';
    height: 300px;
    width: 250px;
    background: #c025682f;
    border: 3px solid #c02567;
    border-radius: 10px;
    position: absolute;
    transition:all 0.4s;
    top: 0px;
    transform: rotate(05deg);
    left: 0px;
    z-index: -1;
}
#Service-header-right-img-container img{
    height: 100%;
    border-radius: 10px;
    border: 3px solid #c02567;
    object-fit: cover;    
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 100%;
    z-index: 1;
}
#Service-header-right-img-container:hover::after{
    transform: scale(1.1);
    transform: rotate(-15deg);


}
#Service-header-right-img-container:hover img {
    transform: scale(1.1) rotate(3deg);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px){
    #Service-page-header-left h1{
        width: 90%;
        font-size: 40px;
    }
    #Service-page-header-left h4{
        width: 90%;
        font-size: 16px;
    }
    #Service-page-header-left p{
        width: 90%;
        font-size: 10px;
    }
}
@media (max-width: 768px){
    #Service-page-header-container{
        height: 500px;
        flex-direction: column;
    }
    #Service-page-header-left{
        height: 40%;
        width: 100%;
    }
    #Service-page-header-right{
        height: 60%;
        width: 100%;
    }
    #Service-header-right-img-container{
        height: 250px;
        width: 200px;
    }
    #Service-header-right-img-container::after{
        height: 250px;
        width: 200px;
    }
}
@media (max-width: 600px){
    #Service-page-header-left h1{
        font-size: 35px;
    }
    #Service-page-header-left h4{
        font-size: 13px;
    }
    #Service-page-header-left p{
        font-size: 8px;
    }
}
@media (max-width: 399px){
    #Service-page-header-left h1{
        font-size: 30px;
    }
    #Service-page-header-left h4{
        font-size: 13px;
    }
    #Service-page-header-left p{
        font-size: 8px;
    }
}


/* Service-page-steps-main-container */
#Service-page-steps-main-container{
    height: fit-content;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#Service-page-steps-main-container h1{
    font-size: 45px;
    font-weight: 900px;
    color: #121216;
    text-transform: uppercase;
}
#Service-page-steps-second-container{
    height: fit-content;
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.step-box{
    height: 200px;
    width: 350px;
    margin: 10px;
    border-radius: 20px;
    transition: all 0.3s;
    background: white;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    position: relative;
    justify-content: center;
    background-color: #c02567;
    align-items: center;
}


.step-box img{
    position: absolute;
    top: 5px;
    left: 10px;
    height: 60px;
    width: 60px;
}
.step-box h2{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
}
.step-box h3{
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}
.step-box p{
    font-size: 10px;
    text-align: center;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}



/* why-choose-us-main-container */
#why-choose-us-main-container{
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: row;
}
#why-choose-us-left{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#why-choose-us-left video{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
#why-choose-us-right{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#why-choose-us-right h2{
    font-size: 60px;
    text-align: left;
    padding-left: 40px;
    font-weight: 900;
    width: 100%;
    color: #c02567;
}
#why-choose-us-right p{
    padding-left: 40px;
    padding-right: 40px;
    letter-spacing: 1px;
    font-size: 15px;
}
@media (max-width: 991px){
    #why-choose-us-main-container{
        height: 800px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items:center;
        flex-direction: column;
    }
    #why-choose-us-left{
        height: 50%;
        width: 100%;
    }
    #why-choose-us-right{
        height: 50%;
        width: 100%;
    }
}
@media (max-width: 600px){
    #why-choose-us-right h2{
        font-size: 45px;
    }
    #why-choose-us-right p{
        font-size: 10px;
    }
}
#faq-section-main-container-in-service-page{
    height: fit-content;
    width: 100%;
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
}
#faq-section-in-service-page{
    height: fit-content;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}