*{
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%;
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;
display: flex;
justify-content: center;
align-items: center;
}
.banner_section .section_title {
margin-top: 0;
}
.banner_section .section_title h1{
font-size: 66px;
font-weight: 400;
}
.blog_details{
margin-top: 30px;
display: flex;
gap: 16px;
justify-content: center;
align-items: center;
}
.blog_details a{
color: #FFFFFFCC;
}





















.sigle_blog_section{
margin-top: 140px ;
width: 100%;
padding:0 30px ;
}
.sigle_blog_section .column_1{
width: 100%;
padding:0 15.5% ;
}
.sigle_blog_section  .content{
width: 100%;
padding:0 15px ;
}
.sigle_blog_section img{
width: 100%;
}
.blog_text {
margin-top: 40px;
font-size: 20px;
line-height: 1.7;
}
.blog_text p{
margin-bottom: 20px;
font-size: 20px;
}
.blog_text ul{
margin-bottom: 20px;
}



















@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: 40px;
}
.banner_section .column_1 {
padding-left: 15px;
padding-right: 15px;
}
.sigle_blog_section .column_1 {
padding: 0;
}
.sigle_blog_section .content {
padding: 0 5px;
}
.blog_details {
flex-wrap:wrap;
}
.blog_text p {
font-size: 18px;
}
}







@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;
}
.sigle_blog_section .column_1 {
padding: 0;
}
.sigle_blog_section .content {
padding: 0 10px;
}
.blog_text p {
font-size: 18px;
}
}