*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
p{
line-height: 1.7;
font-size: 18px;
}
 a{
color: inherit;
font-size: inherit;
text-decoration: none;
}
.section_caption{
text-align: center;
}
.section_caption span{
border: 1px solid;
color: #757575;
padding: 6px 14px;
text-transform: uppercase;
border-radius: 20px;
}
.section_title{
text-align: center;
margin-top: 30px;
padding: 0 100px;
}
.section_title h1{
font-size: 66px;
font-weight: 600;
}
.section_title_2{
margin-top: 25px;
font-size: 40px;
font-weight: 600;
}
.styled_word{
font-family: 'Times New Roman', Times, serif;
font-weight: 400;
font-size: inherit;
}
















.banner_section{
width: 100%;
}
.banner_section .column_1{
width: 100%;
}
.banner_section .content{
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) , rgba(0, 0, 0, 0.4)), url('uploads/banner_section_bg1.png'); 
background-position: center;
color: whitesmoke;
padding: 120px 30px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.banner_section .section_title {
margin-top: 0;
}
.banner_section .section_title h1{
font-size: 120px;
font-weight: 400;
}





































.services_section{
padding: 120px  30px;
width: 100%;
background-color: rgb(248, 248, 248);
}
.services_section .row{
width: 100%;
display: flex;
}
.services_section .column{
width: 100%;
}
.services_section .content{
width: 100%;
}
.services_section .service_container{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.service_container .service{
padding: 40px 35px;
margin-top: 50px;
width: calc(33.33% - 30px);
margin: 15px;
text-align: left;
border: 1px solid white ;
background-color: white;
border-radius: 5px;
text-align: center;
}
.services_section .item_icon{
margin: auto;
width: 86px;
height: 86px;
border-radius: 50% ;
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(248, 248, 248);
}
.services_section .item_icon i{
font-size: 60px;
font-weight: 400;
}
.service h2{
margin-top: 25px;
font-size: 22px;
font-weight: 600;
}
.service a{
color: inherit;
text-decoration: none;
}
.service p{
margin-top: 15px;
color: #757575;
}























.how_wework_section{
margin-top: 140px;
padding: 0 30px;
width: 100%;
display: flex;
}
.how_wework_section .column_1{
width: 58%;
}
.how_wework_section .column_2{
width: 42%;
}
.how_wework_section .content{
width: 100%;
padding: 0 15px;
}
.how_wework_section .column_1 .content{
padding-right: 33px;
padding-top: 30px;
}
.how_wework_section .images{
width: 100%;
position: relative;
}
.how_wework_section .image_1{
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
}
.how_wework_section .image_2{
    position: relative;
    width: 77.145%;
    margin: 0 auto;
    padding: 120px 0;
}
.how_wework_section .image_3{
    width: 37%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.how_wework_section  img{
    width: 100%;
}
.how_wework_section h1{
font-size: 44px;
font-weight: 600;
}
.faq-container{
margin-top: 50px;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.faq-question h3{
    font-weight: 600;
    font-size: 20px;
    }
.faq-question i{
font-size: 16px;
}

.faq-answer {
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease; 
}

.faq-item.active .faq-answer {
    height: 80px;
    padding-top: 10px;
}















@media only screen and (max-width: 768px) {

    /* all sections common responsiveness*/
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden; /* Prevents horizontal scrolling */
    }
        p{
    font-size: 16px;
     }
    .first_section {
    margin-top: 165px ;
    padding-left: 15px;
    padding-right: 15px;
    }
    .section  {
    flex-wrap: wrap ;
    gap:30px;
    padding-left: 15px;
    padding-right: 15px;
    }
    .section .row{
        flex-wrap: wrap ;
        gap:30px;
    }
    .section .column  {
        width: 100% ;
    }
    .section .flex_container{
        flex-wrap: wrap ;
        gap: 30px;
    }
    .section .flex_item{
        width: 100% ;
        margin: 0;
    }
.section_title {
padding: 0;
}
.section_title_2 {
    font-size: 30px;
}
.section_title h1{
font-size: 40px;
}

/* section wise separate responsiveness*/
.banner_section {
padding: 0;
}
.banner_section .section_title h1 {
    font-size: 65px;
}
.banner_section .content {
padding-left: 15px;
padding-right: 15px;
}
.how_wework_section .column_1 .content {
    padding: 0;
}

}





@media only screen and (min-width: 769px) and (max-width: 1024px) {

    /* all sections common responsiveness*/
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden; /* Prevents horizontal scrolling */
    }
    p{
    font-size: 16px;
     }
    .first_section {
    margin-top: 165px ;
    padding-left: 30px;
    padding-right: 30px;
    }
    .section  {
    flex-wrap: wrap ;
    gap:30px;
    padding-left: 30px;
    padding-right: 30px;
    }
    .section .row{
        flex-wrap: wrap ;
        gap:30px;
    }
    .section .column  {
        width: 100% ;
    }
    .section .flex_container{
        flex-wrap: wrap ;
    }
    .section .flex_item{
    width: calc(50% - 30px);
    margin: 15px;
    }
.section_title {
padding: 0;
}
.section_title_2 {
    font-size: 30px;
}
.section_title h1{
font-size: 58px;
}

/* section wise separate responsiveness*/
.banner_section {
padding: 0;
}
.services_section{
padding-left: 15px;
padding-right: 15px;
}
.service_container .service {
padding: 40px 25px;
}
.how_wework_section .column_1 .content {
    padding: 0;
}
.faq-container .faq-item {
width: 100%;
margin: 0;
}

}