*{
    padding: 0;
    margin: 0;
}

.rect {
    position: relative;
    /* height: 00%; */
    text-align: left;
    
}

.rect img {
    width: 100%;
    max-height: 300px;
    /* min-height: 200px; */
}

.rect .less-than-symbol {
    display: inline-block;
    vertical-align: middle; /* Align the symbol with the text */
    margin: 0 5px; /* Adjust spacing between Home and Blogs */
    width: 16px; /* Adjust the width to make it smaller */
    height: auto; /* Maintain aspect ratio */
}

.rect h2 {
    position: absolute; 
    top: 60%;
    /* left: 100px; */
    transform: translateY(-50%);
    margin: 0;
    font-size: 2rem;
    color: white;
    font-family: "Ubuntu", sans-serif;
}

.rect p {
    /* margin-left: 100px; Align with h2 */
    font-size: 1rem;
    margin-top: 10px; /* Space between h2 and p */
    color: white;
    font-family: "Ubuntu", sans-serif;
    position: absolute; /* Keep p absolutely positioned */
    top: 65%; /* Position below h2 (adjust +30px for desired spacing) */
}

.rect p span {
    color: white; /* Teal color for the span */
}

@media (max-width: 768px) {
    
    
    .rect h2 {
        padding-top: 10px;
        top: 60%;
        font-size: 1.5rem;
    }

    .rect p {
        top: calc(50% + 30px);
        font-size: 0.9rem;
    }
}


@media (max-width: 480px) {
    

    .rect h2 {
        padding-top: 10px;
        top: 70%;
        font-size: 1.2rem; /* Smaller font for mobile devices */
    }

    .rect p {
        top: calc(50% + 30px);
        font-size: 0.8rem; /* Smaller text for mobile */
    }

    .part2 .left .row .p-icon{
        margin-left: 0px !important;
    }
    .Services  {
        padding-top: 0px !important;
    }
    .part3 .container .row .right .p-heading{
        padding-top: 20px !important;
    }
    
}

.p-heading{
    font-size: 30px;
    font-family: "Ubuntu", sans-serif;
    color: #37393F;
}

.p-content{
    font-size: 18px;
    font-family: "poppins", sans-serif;
    color: #7D7D7D;
}

.p-data-heading{
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    color: #282c4b;
}

.p-data-data2{
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    color: #4d4d4d;
}




.part1 .right .end_tag{
    color: #008080;
    font-weight: 500;
}
.part1 .right .end_tag span{
    font-family: "Ubuntu", sans-serif;
    border-bottom: 2px solid #008080;
}

.part2  .right img{
    width: 90%;
    padding-bottom: 40px;
}
.part2 .p-icon{
    margin-left: 10px;
    overflow: hidden;
    padding: 10px;
    width: 50px;
    height: 50px; 
    border: 1px solid #D2D2D2;
    border-radius: 10px;

}
@media (max-width:400px) {
    .part2 .p-data-heading .p-data-data2{
        font-size: 7px;
    }
    
}


/* part3 */
.part3{
    background-color: #EDFFFB;
}

.part3 .p-content li{
    padding: 100px;
}

.part3 .left img{
    width: 90%;
}

.part4{
    font-size: 20px;
    font-family: "Ubuntu", sans-serif;
    color: #595e68;
    font-weight: 500;
}
.part4 span{
    border-bottom: 1px solid #595e68;
}
.part4 a{
    font-size: 20px;
    font-family: "Ubuntu", sans-serif;
    color: #595e68;
    font-weight: 500;
    text-decoration: none;
}

.last .container .back_img {
    background-image: url("../assets/images/NavBar-ContactUs-Services-AboutUs/BG.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 22.5em;  
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    padding: 1rem; 
}

.last .container .back_img h2 {
    font-size: 2.5rem;
    color: #EDF2F4;
    font-weight: 600;
    text-align: center;  
}

.last .container .back_img p {
    font-size: 1.125rem;
    color: #EDF2F4;
    font-weight: 400;
    max-width: 837px;
    text-align: center;  
    padding: 0 1rem;  
}

.last .container .back_img button {
    font-size: 1.25rem;
    color: white;
    max-width: 181px;
    max-height: 56px;
    background-color: #20CFC5;
    margin-top: 1rem;  
}

@media (max-width: 768px) {
    .last .container .back_img {
        height: auto;  
        padding: 2rem 1rem;  
    }

    .last .container .back_img h2 {
        font-size: 2rem; 
    }

    .last .container .back_img p {
        font-size: 1rem;  
    }

    .last .container .back_img button {
        font-size: 1rem;  
        max-width: 100%;  
    }
}

@media (max-width: 480px) {
    .last .container .back_img h2 {
        font-size: 1.75rem;  
    }

    .last .container .back_img p {
        font-size: 0.9rem;  
    }
}
