/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    /*text-transform: uppercase;*/
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /* font-weight: 750;*/
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #6c3082; /*#42dca3*/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #6c3082; /*#1d9b6c*/
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 26px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.about-section {
    display: table;
    width: 100%;
    height: 100vh;
    padding: 50px 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    color: #460353;
    background: url(../img/neop-web-page2v2.png) no-repeat center center scroll;
    /* background: url(../img/neop-web-page1v2.png) no-repeat bottom center scroll; */
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    @media only screen and (max-width: 1000px) {
        background: white;
    }

}

.about-main-div {
    position: static;
    margin-left: 50%;
    margin-top: 100px;
    margin-right: 100px;
    @media only screen and (max-width: 1000px) {
        margin-left:10%;
        padding-right: 0;
        margin-right: 10%;
    }
}


.team-section {
    width: 100%;
    height: auto;
    padding: 50px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #460353;
    /* background: url(../img/neop-web-page3.png) no-repeat center center scroll; */
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.team-container {
    width: 100%;
    padding: 10% 10%;
    padding-top: 50px;
    height:max-content;
    background-color: #fff;
}

.team-carousel {
    display: flex;
    /* overflow-x: scroll; */
    overflow-x: hidden;
    /* scroll-snap-type: x mandatory; */
    scroll-behavior: smooth;
    scroll-padding: 2rem; /* Adjust for spacing on sides */
    margin: 0 auto;
     /* width: fit-content; /* Optional: Adjust for fixed width */
  }
  
.team-carousel::-webkit-scrollbar {
    display: none;
}


.hidden {
    display: none;
}

/* Three columns side by side */
.team-column {
    /*position:static;*/
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
    background-color: #fff;

    /*--Other suggested attributes to all sideways scroll---*/
    flex: 0 0 33.33%;
    scroll-snap-align: start;
    /*
    margin: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    */

}
  
/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
    .team-column {
      width: 100%;
      display: block;
    }
}
  
/* Add some shadows to create a card effect */
.team-card {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.team-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background: #460353;
    color: #fff;
}

.team-card .team-pic{ position: relative; }
.team-card .team-pic img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.team-card:hover .team-pic img{ transform: translateY(-20px); }
.team-card .team-member-social{
    width: 20%;
    height: 100%;
    background: #460353;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.5s ease 0s;
}
.team-card:hover .team-member-social{ left: 0; }
.team-card .team-member-social li{ display: block; }
.team-card .team-member-social li a{
    display: block;
    padding: 20px 0;
    padding-left: 30px;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.team-card .team-member-social li a:hover{ color: #ff9b19; }

  /* Some left and right padding inside the container */
.team-card-container {
    background-color: #fff;
    padding-top: 5px;
    padding: 0 16px;
}

.team-member-name {
    color: #460353;
}
  
.team-title {
    color: grey;
}

.team-card:hover .team-card-container {
    background: #460353;
    color: #fff;
}

.team-card:hover .team-card-container .team-member-name {
    background: #460353;
    color: #fff;
}

.team-card:hover .team-card-container .team-title {
    background: #460353;
    color: #fff;
}
 
/* Clear floats */
.team-card-container::after, .team-row::after {
    content: "";
    clear: both;
    display: table;
}


.team-card .team-card-container{ padding: 25px 0; }
.team-card .team-member-name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.team-card .team-title{
    display: block;
    font-size: 15px;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .team-card{ margin-bottom: 30px; }
}


.team-arrow-button {
    padding-left: 5px;
    /*text-align: center;*/
}

/*
.prev-btn {
    border-radius: 0%;
} 

.prev-btn:hover {
    background-color: #460353;
    color: #fff;
}

.next-btn {
    border-radius: 0%;
}

.next-btn:hover {
    background-color: #460353;
    color: #fff;
}
*/

.prev-btn,
.next-btn {
    
    background-color: #ddd;
    border: none;
    color: black;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    margin: 0 10px;
    opacity: 0.5;
    
    /*
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    */
}

.prev-btn:hover,
.next-btn:hover {
    opacity: 1;
}

/*
.prev-btn {
    left: 10px;
}
  
.next-btn {
    right: 10px;
}
*/



#map {
    width: 100%;
    height: auto;
    margin-top: 0px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

.footer-img {
    width: 450px;
    @media(max-width:1200px) {
        width: 100%;
    }
    @media(max-width:870px) {
        width: 450px;
    }
    @media(max-width:475px) {
        width: 100%;
    }
}

.footer-distributed{
	background: #000;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  lightseagreen;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}




::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}



/* Intro Section: Wave Motion and Gradient Fade for Background */
.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    text-align: center;
    color: #fff;
    background: url(../img/neop-web-page1v3.png) no-repeat center center;
    background-size: cover; /* Ensures full coverage on larger screens */
    position: relative;
    overflow: hidden;
    animation: zoomBackground 15s ease-in-out infinite;
}

/* Keyframes for zoom animation */
@keyframes zoomBackground {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 150%;
    }
    100% {
        background-size: 100%;
    }
}

/* Media query for tablets and smaller screens */
@media (max-width: 768px) {
    .intro {
        background-size: 180%; /* Reduce zoom on smaller screens */
    }
    @keyframes zoomBackground {
        0% {
            background-size: 180%; /* Start at a slightly smaller size */
        }
        50% {
            background-size: 150%; /* Moderate zoom for smaller screens */
        }
        100% {
            background-size: 180%;
        }
    }
}

/* Media query for mobile devices */
@media (max-width: 480px) {
    .intro {
        background-size: 180%; /* Further reduce zoom on small screens */
    }
    @keyframes zoomBackground {
        0% {
            background-size: 180%; /* Start at a smaller size */
        }
        50% {
            background-size: 150%; /* Subtle zoom effect for small screens */
        }
        100% {
            background-size: 180%;
        }
    }
}




/* Logo Animation: Slide in from Left and Be Bigger in the Middle */
.intro .intro-body {
    display: flex; /* Center logo within the intro-body */
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.intro .intro-body img {
    width: 150%; /* Larger logo size */
    max-width: 1300px; /* Max size to avoid scaling too large */
    opacity: 0;
    transform: translateX(-100%); /* Start offscreen to the left */
    
    /* Slide in from the left with fade-in */
    animation: logoSlideIn 3s ease forwards 1s;
    
}

/* Keyframes for logo sliding in from the left */
@keyframes logoSlideIn {
    0% {
        transform: translateX(-100%) scale(0.8); /* Offscreen on the left and slightly smaller */
        opacity: 0;
    }
    100% {
        transform: translateX(0) scale(1); /* In place and full size */
        opacity: 1;
    }
}

/* Adds hover effect to logo */
.intro .intro-body img:hover {
    transform: scale(1.1); /* Slight zoom on hover */
    transition: transform 0.5s ease;
}

@media (max-width: 768px) {
    .intro .intro-body img {
        width: 80%; /* Increase width for better visibility on small screens */
        max-width: 800px; /* Set max width to prevent overflow */
        animation: logoSlideIn 3s ease forwards 1s;
    }
}

@media (max-width: 480px) {
    .intro .intro-body img {
        width: 90%; /* Full width for very small screens */
        max-width: 300px; /* Limit size on extra-small screens */
    }
}


.navbar-container {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 1%;
}

.logo-img {
    width: 300px;
    height: 50px;
    margin: 0;
    padding: 0;
}

/* .intro-logo {
    width: 100%;
    margin: 0;
    padding: 0;
} */

.highlight-text {
    font-family: Arial;
    color: #460353;
}


/* Team Section Styles */

.team-img {
    width: 100%;
}

.team-member-name,
.team-title {
    text-align: center;
}


/* General styles for the map container */
#map {
    padding-top: 0;
    margin: 0;
    height: auto;
    position: relative;
}

/* Style for the iframe */
iframe {
    border: 0;
}

/* Styles for the contact form overlay */
.contact-form-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    padding: 20px;
    border-radius: 8px;
    width: 600px;
    height: 400px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
/* .contact-form-overlay input[type="text"], */
.contact-form-overlay input[type="Message"] {
    height: 80px; /* Set desired height */
    padding: 10px; /* Optional: Add padding for spacing within the box */
    font-size: 1em; /* Optional: Adjust font size */
}
.contact-form-overlay h4 {
    color: purple; /* Purple text for the Contact Us heading */
    margin-bottom: 15px;
}

/* Label style for form elements */
label {
    color: purple;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

/* Submit button styles */
.submit-button {
    background-color: purple;
    border-color: purple;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    font-size: 16px;
}

/* Hover effect for the submit button */
.submit-button:hover {
    background-color: darkviolet;
    border-color: darkviolet;
}

/* Form group styling */
.form-group {
    margin-bottom: 15px;
    text-align: left;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .contact-form-overlay {
        width: 30%;
        top: 10px;
        right: 10px;
    }
}


/* Style for both logos to move them up */
.navbar-brand img {
    position: relative;
    top: -15px;  /* Move both logos slightly up */
  
}


/* Style for Supported by text */
.supported-text {
    background-color: #6c3082; /* Dark purple background */
    color: #fff; /* White text color */
    padding: 10px 15px;
    font-size: 1.1em; /* Slightly larger font */
    font-weight: bold;
    text-align: center;
    display: inline-block; /* Center the background around the text */
    margin-top: 20px; /* Space from the previous content */
    border-radius: 5px; /* Rounded corners */
}


html {
    scroll-behavior: smooth;
}
