/* styles.css */
body, html {
    background-color: black;
    margin: 0;
    padding: 0;
    height: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background: url('img/sas_home.jpg') no-repeat center center fixed; /* Replace 'tech-background.jpg' with your image */
    background-size: cover; /* Ensures the background image covers the entire viewport */
    font-family: Arial, sans-serif;
}
/*****************************NAV LOGO***************************************/
.nav_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 20px;
    margin-bottom: 1px;
    /* background-color: #f1f1f1; */
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
    /* border: 1px solid rgb(17, 51, 247); */
}
.logo-container {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
}
.logo {
    max-width: 100px; /* Adjust as needed */
    height: auto;
    background-color: #f1f1f1;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 20px;
    margin-bottom: 1px;
   
}
.slogan {
    margin-left: 20px; /* Space between logo and slogan */
    color: #337ab7;
    font-family: Georgia, 'Times New Roman', Times, serif; 
    font-size: 13px;
    font-style: italic;
    
}
.navigation ul.nav_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
}
.navigation ul.nav_list li a {
    text-decoration: none;
    margin: 2px auto;
    color: #337ab7;
    text-align: center;
    font-size: 12px;
    font-family: Georgia, 'Times New Roman', Times, serif; 
    padding: 1px;
}
.nav_logo header a img {
    /* max-width: 60%; */
    height: 65px;
    /* border: 1px solid red; */
    margin: 0;
    padding: 0;
}
nav ul.nav_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
}
nav ul.nav_list li a {
    text-decoration: none;
    margin: 2px auto;
    color: #337ab7;
    text-align: center;
    font-size: 12px;
    font-family: Georgia, 'Times New Roman', Times, serif; 
    padding: 1px;
}


.slogan-container {
    /* background-color: rgba(245, 239, 239, 0.1); /*Semi-transparent background */
    /* padding: 10px; */
    /* margin: 0px auto; */

    /* border-radius: 10px; */
    text-align: center;
    width: 100%;
    height: 100px;
    /* border: 1px solid red */
    
    /* background-color: green; */
    position: sticky;
    top: 0px;
    padding: 10px 0px;
    
}
.slogan-container h1 {
    color: #fff;
    font-size: 0.8em;
    margin: 10px;
    /* font-family: Arial, sans-serif; */
    /* font-family: Montserrat */
}
.technology {
    font-family: 'Roboto', sans-serif; /* For Technology part */
    color: #4682B4; /* Cool blue for technology */
}
.creativity {
    font-family: 'Pacifico', cursive; /* For Creativity part */
    color: #FF6347; /* Orange for creativity */
}
/* CSS styling for the slogan */
.slogan-line-1 {
    font-family: 'Pacifico', cursive; /* For Creativity part */
    /* font-size: 32px; */
    font-size: 15px;
    font-weight: bold;
    color: #FF6347; /* Orange for creativity */
}

.slogan-line-1 .technology {
    font-family: 'Roboto', sans-serif; /* For Technology part */
    color: #4682B4; /* Cool blue for technology */
}

.slogan-line-2 {
    font-family: 'Lato', sans-serif;
    /* font-size: 24px; */
    font-size: 13px;
    font-style: italic;
    /* color: #696969; Light gray */
    color: #fff;
}
.main_container{
    margin: 0px auto;
    padding: 5px;
    min-height: 500px;
    border: 1px solid #f1f1f1;
    width: 95%;
    /* background-color: black; */
}
.logo_img{
    margin: 10px auto;
    min-height: 250px;
    /* border: 1px solid rgb(255, 106, 0); */
    width: 50%;
}
.logo_img img{
    margin: 10px auto;
    height: 250px;
    width: 100%;
    text-align: center;
    /* border: 1px solid rgb(255, 106, 0);
    min-width: 50%; */
}
.container{
    background-color: rgba(245, 239, 239, 0.1); /* Semi-transparent background */
    /* margin-top: 400px; */
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    min-height: 50px;
    border: 1px solid rgb(255, 106, 0);
    width: 100%;
}

.links-container{
    background-color: rgba(245, 239, 239, 0.1); /* Semi-transparent background */
    padding: 5px;
    /* margin-top: 300px; */
    margin: 3px auto;
    border-radius: 10px;
    text-align: center;
    /* height: 35px; */
    /* border: 1px solid rgb(245, 245, 251); */
    border: 3px solid rgb(68, 0, 255);
    /***/
    width: 90%;
    height: 50px;
}
.links-container_nav{
    /* background-color: rgba(245, 239, 239, 0.1); Semi-transparent background */
    /* padding: 5px; */
    /* margin: 10px auto; */
    /* border-radius: 10px; */
    text-align: center;
    max-width: 100%;
    height: 40px;
    /* border: 1px solid rgb(62, 62, 201); */
    /* border: 1px solid red; */
}
.links-container_nav ul{
    max-width: 100%;
    height: 35px;
    /* border: 1px solid rgb(218, 218, 235); */
    /* border: 1px solid red; */
    margin: 8px auto;
}
.links-container_nav ul li{
    width: 100px;
    height: 28px;
    /* background-color: black; */
    margin: 4px auto;
    /* padding: 5px; */
    /* margin-left: 5px; */
    display: inline-block;
}
.links-container_nav ul li a{
    text-decoration: none;
    font-size: 12px;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    font-family: Montserrat;
    color: #f1f1f1;
    text-align: center;
    margin: 5px auto;
}
.content{
    background-color: rgba(245, 239, 239, 0.1); /* Semi-transparent background */
    /* min-width: 100%; */
    max-width: 100%;
    min-height: 250px;
    border: 1px solid #fff;
    /* border: 1px solid red; */
    /* margin-top: 25px; */
    padding: 20px;
    margin: 0 auto;
}
.content h1{
    color: #337ab7;
    font-size: 14px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: left;
}
.content h5{
    color: #337ab7;
    font-size: 11px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: left;
}
.content p{
    color: #337ab7;
    font-size: 12px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: left;
    padding: 10px;
}
.content ul>li{
    color: #337ab7;
    font-size: 12px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: left;
    /* padding: 10px; */
}
.contact_left_div{
    min-height: 300px;
    width: 80%;
    margin: auto;
    text-align: center;
    /* border: #FF6347 solid 1px; */
}
.contact_left_div p{
    color: #337ab7;
    font-size: 12px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    padding: 10px;
}
.contact_left_div h1{
    margin: 10px auto;
    text-align: center;
}
#map {
    /*height: 400px;  /* Desired height */
    min-height: 230px;
    /* width: 100%;    /*Full width */
    width: 80%;
    margin: 0px auto;
    border: 1px solid #f1f1f1;
}
.contact_right_div{
    min-height: 250px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    /* border: #FF6347 solid 1px; */
}
.contact_right_div h1{
    margin: 10px auto;
    text-align: center;
}
.contact_user_form{
    min-height: 250px;
    width: 80%;
    margin: 5px auto;
    text-align: center;
   padding: 30px 25px 25px 25px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.1);
}
.contact_user_form input[type=text] {
    width: 100%;
    padding: 12px 20px;
    /* margin: 8px 0; */
    box-sizing: border-box;
    border: 1px solid lightgrey;/*#337ab7; /* OR border: none;  border-bottom: 2px solid red;*/
    border-radius: 4px;
    background-color: #fff;
    color: #337ab7;
}
.contact_user_form textarea{
    width: 100%;
    /* max-width: 100%; */
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid lightgrey; /*grey;/*#337ab7;*/
    color: #337ab7;
    border-radius: 4px;
    background-color: #fff;
    resize: none;
}
.contact_user_form .row{
    height: 45px;
    margin-bottom: 8px;
    position: relative;
    /* border: 1px solid #f30b0b; */
}
.contact_user_form .row .button{
    height: 50px;
    width: 180px;
    margin-top: 150px;
    background: #f1f1f1;
    /* padding: 10px; */
    /* border: 2px solid #ec0808; */
  }
.contact_user_form .row input[type=submit]{
    color: #fff;
    background-color: #337ab7; /*#16a085;*/
    cursor: pointer;
    font-size: 13px; 
    /* font-style: italic;  */
    /*font-variant: small-caps;  */
    text-align: center;
    justify-content: center;
    margin: 10px auto;
    height: 50px;
    min-width: 100%; 
    padding: 10px;
    border: none;
    border-radius: 4px;
}
.contact_user_form .button input:hover{
  background: #337ab7;
  border: 2px solid #fff;
  
}

/**************************MEDIA QUERIES****************************/
@media (max-width: 600px) {
    .slogan-container h1 {
        font-size: 1.5em;
    }
}





.banner {
    position: relative;
    height: 500px;
    /* border: 1px solid red; */
  }
  
  .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    /* border: 1px solid red; */
  }
  
  .banner-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
  }
  
  .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    color: #fff;
  }
  
  .banner-text h1 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  
  .banner-text p {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }


.footer{
margin-top:50px;
padding: 30px;
border-bottom: 10px solid #c9c9c9;
/* background-color: #f1f1f1grey; */
}
.footer_divider{
	height: 2px;
	background-color:#fff;
	margin-top:20px;
	margin-bottom:20px;
}
.footer h1{
	font-size: 1.8em;
	color: #337ab7;
	padding: 0 0 15px;
	text-align: center;
}
.footer p{
	padding: 10px;
	text-align:justify;
	color: #337ab7; 
    font-size: 12px;
    overflow-wrap: break-word;
}
.footer a{
    text-decoration: none;
    font-size: 12px;
    color: #03b9fb;
}
.footer h5{
	color: #FBFCFC;
}
.footer_contact_message{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.footer_contact_chat{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.footer_contact_chat img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
.footer_contact_contactUs{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.footer_contact_locateUs{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.footer_contact_locateUs img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
.footer_contact_socials{
	text-align: center;
}
.footer_additionalInfo1{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.footer_additionalInfo2{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.footer_additionalInfo3{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.footer_additionalInfo3 img{
	width: 17px;
    height: 17px;
}
.footer_stayUpdated{
	text-align: left;
}

.copyright{
	text-align: center;
	color: #337ab7;
	text-decoration: none;
}
.copyright a{
	color: #337ab7;
	text-decoration: none;
}