*{
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;
}


















.contact_section{
margin-top: 140px;
width: 100%;
padding: 0 30px;
}
.contact_section .row{
width: 100%;
display: flex;
gap: 30px;
}
.contact_section .row_2{
margin-top: 20px;
}
.contact_section .column{
width: 50%;
}
.contact_section .content{
width: 100%;
height: 100%;
padding: 0 15px;
}
.contact_section .column_1 .content{
padding-right: 48px;
}
.contact_section .section_caption{
text-align: left;
}
.contact_section .form{
    width: 100%;
}
.contact_section .input{
    margin-top: 30px; 
    width: 100%;
}
.contact_section .multiple_inputs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.multiple_inputs>*{
flex: 1;
}
.contact_section input{
margin-top: 8px ;
font-size: 16px;
height: 50px;
width: 100%;
padding: 10px;
outline: none;
border: 1px solid rgba(0, 0, 0, .183);
border-radius: 4px;
}
.contact_section textarea{
    margin-top: 8px ;
    border: 1px solid rgba(0, 0, 0, .183);
    height: 130px;
    width: 100%;
    padding: 10px;
    outline: none;
    font-size: 16px;
 }
 .input_error{
color: red;
font-size: 14px;
}
 .contact_section .submit_input{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}
.submit_input>*{
flex: 1;
}
 .contact_section .submit_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: whitesmoke;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    height: 50px;
    padding: 0 1px;
}

.submit_btn:disabled {
    cursor: not-allowed;
}

.submit_btn .buttonText{
display: inline-block;
color: whitesmoke;
}
.submit_btn .spinner {
    display: none;
    border: 3px solid whitesmoke;
    border-left-color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    vertical-align: middle;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.submit_input span{
color: #757575;
font-size: 14px;
}
.contact_section .features_container{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.contact_section .feature{
padding-left: 30px;
width: calc(50% - 30px);
margin: 0 15px;
text-align: left;
border: 1px solid white ;
background-color: white;
border-radius: 5px;
text-align: left;
border-left: 1px solid #e5e5e5;
}
.contact_section  .item_icon i{
font-size: 50px;
line-height: 50px;
}
.contact_section .feature h2{
margin-top: 22px;
font-size: 19px;
font-weight: 600;
}
.contact_section .feature .list{
margin-top: 11px;
color: #757575;
}
.feature p{
font-size: 16px;
}
.contact_section  .google_map{
padding: 0 15px;
margin-top: 30px;
width: 100%;
}
.google_map iframe{
width: 100%;
height: auto;
min-height: 360px;
}



















@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;
}
.contact_section .content {
    padding: 0;
}
.contact_section .features_container {
    flex-wrap: nowrap;
    justify-content:space-between;
    max-width:100%;
    gap:10px;
}
.contact_section .feature {
padding-left: 15px;
width:50%;
word-wrap: break-word;   /* forces long words to wrap */
overflow-wrap: break-word; /* modern equivalent */
}
.contact_section .row_2 .content {
    padding: 0;
}
.contact_section .google_map {
    padding: 0 ;
    margin: 0;
}
.contact_section .submit_input {
flex-wrap: wrap;
gap: 30px;
}
.contact_section .submit_input>* {
    flex: auto;
}

}


@media only screen and (min-width: 769px) and (max-width: 1024px) {

    /* all sections common responsiveness*/
*{
font-size:16px;
}
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden; /* Prevents horizontal scrolling */
    }
    .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;
}

.contact_section .content {
    padding: 0;
}
.contact_section .features_container {
    flex-wrap: nowrap;
}
.contact_section .row_2  {
flex-wrap: nowrap;
}
.contact_section .row_2 .content {
    padding: 0;
}
.contact_section .google_map {
    padding: 0 ;
    margin-top: 30px;
}
.contact_section .submit_input {
flex-wrap: wrap;
gap: 30px;
}
.contact_section .submit_input>* {
    flex: auto;
}

}

