* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x:hidden;
}
html {
    scroll-behavior: smooth;
  }

/*Top section CSS start*/
.navbar-background-shop_image-container{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);  
}
.navbar-initial{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.5em;
    box-shadow: 0px 3px rgba(0,0,0,0.1);
    margin-bottom: 3px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}
.navbar-brand{
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.nav-links{
    list-style: none;
    font-family: 'Montserrat', sans-serif;
}
.nav-links li{
    display: inline;
}
.nav-links a:hover {
    background-color: rgba(0, 0, 0, 0.4); 
    border-radius: 4px;
    color: #ff6f61; 
    font-size: 1.1em; 
}
.navbar-brand a{
    text-decoration: none;
    padding: 25px;
    color: darkslategrey;
    font-size: 1.1em;  
}
.nav-links a{
    text-decoration: none;
    padding: 15px;
    color: darkslategrey; 
    font-size: 1.1em;
}
/*Top section CSS end*/


/*About section CSS start*/
.about-background{
    background-color: rgba(247, 245, 245,0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.about-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 550px; 
    margin-left: 20%;
    margin-right: 20%;
}
.about-logo img{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-content{
    margin-left: 15%;
    font-family: 'Montserrat', sans-serif;
}
.about-content .about-content-heading{
    font-size: 3em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.about-content .about-subheading{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.about-content p{
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
    line-height: 2;
    width: 650px;
}
.about-logo img:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5); 
}
/*About section CSS end*/


/*Companies section CSS start*/
.companies-background{
    background-color: rgba(247, 245, 245,0.5);
}
.companies-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 460px; 
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.companies-heading{
    margin-top: 80px;
}
.companies-heading p{
    font-size: 3em;
    font-family: 'Montserrat', sans-serif;
}
.companies-logo{
    display: flex;
    flex-direction: row;
    margin-bottom: 75px;
}
.companies-logo img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    margin-bottom: 12px;
}
.companies-logo img:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5); 
}
.companies-logo p{
    text-align: center;
    font-size: 1.1em;
    font-family: 'Montserrat', sans-serif;
}
.companies-logo div{
    margin: 20px;
}
/*Companies section CSS end*/

/*Contact section CSS start*/
.contact-background{
    height: 800px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background-color: rgba(247, 245, 245,0.5);
    font-family: 'Montserrat', sans-serif;
}
.contact-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
}
.contact-heading .heading{
    font-size: 2.5em;
    margin-bottom: 20px;
}
.contact-heading .contact-subheading{
    font-size: 1.1em;
    margin-bottom: 80px;
}
.contact-content .contact-content-top h3{
    font-size: 2em;
}
.contact-content .contact-content-top p{
    font-size: 1.2em;
    margin-bottom: 30px;
}
.contact-content .contact-content-bottom h2{
    font-size: 1.75em;
    margin-top: 15px;
    margin-bottom: 10px;
}
.contact-content .contact-content-bottom .contact-address{
    font-size: 1.1em;
}
.contact-content .contact-content-bottom .contact-number{
    font-size: 1.1em;
}
.contact-content .contact-content-bottom .contact-mail{
    font-size:1.1em;
}
.contact-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contact-map iframe{
    width: 350px;
    margin-left: 125px;
}
.contact-content{
    width: 350px;
}
.contact-form{
    width: 300px;
}
.contact-content{
    margin-right: 40px;
    margin-left: 45px;
}
.contact-form{
    width: 380px;
    margin-right: 100px;
}
.contact-form .form-heading{
    font-size: 1.9em;
    margin-bottom: 10px;
}
.contact-form form label{
    font-size: 1.1em;
}
.contact-form form input{
    margin-bottom: 10px;
    height: 25px;
    border-radius: 8px;
}
.contact-form form textarea{
    border-radius: 3px;
    width: 390px;
    height: 130px;
    margin-bottom: 10px;
}
.contact-content-bottom h2{
    margin-top: 20px;
}
.contact-content-bottom img{
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-button{
    width: 382px;
    height: 45px;
    border-radius: 5px;
    background-color: gray;
}
.form-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 2px;
}
.form-content div input{
    height: 40px;
}

/*About section CSS start*/
.footer-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(128, 128, 128,0.1);
    height: 120px;
}
.footer-credit{
    font-family: 'Montserrat', sans-serif;
    color: rgba(0, 0, 0, 0.8);
}
.footer-email{
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
    color: rgba(0, 0, 0, 0.8);
}
/*About section CSS end*/

.network-map{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.network-map h1{
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.network-map p{
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.network-map iframe{
    margin-bottom: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 60%;
}
