/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f5f7fa;
  color: #333;
  scroll-behavior: smooth;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0a3d62;
}

.nav {
  display: flex;
  gap: 1.5rem;
}

.nav a {
  color: #0a3d62;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav a:hover {
  color: #f39c12;
}

/* Hero Section */
.hero {
    text-shadow: -5px 0px 13px #ffffff;
    background-image: url(../img/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #0a3d62;
    padding: 6rem 2rem;
    text-align: center;

}

.vision-text {
	    padding: 0em 5em 0em 5em;
}
#contact_button{
    justify-content: center;

    display: flex;
    min-width: 1.6em;
	top: 50%;
    border-radius: 15px 0px 0px 15px;
    color: wheat;
    padding: 20px 10px 20px 30px;
    font-size: 4em;
    right: -10px;
    left: auto;
    z-index: 1001;
    position: fixed;
    background-color: #2c5364;
    transition: all 1s ease;
    
}

#contact_button:hover{

    font-size: 4.5em;
    right: 0;

}

#contact_form{
    background: transparent !important;
    top: 10em;
    justify-content: center;
    align-items: center;
    display: none;
        transition: all 0.5s ease-in;
    right: 25vw;
    z-index: 1000;
    opacity: 0%;
    position: fixed;
    
}
#formFields{
	    transition: all 0.5s ease-in;
	gap: 15px;
    flex-direction: column;
    display: flex;
}
#formMessage{
	    transition: all 0.5s ease-in;
	justify-self: anchor-center;
	opacity:0%;
    top: 50%;
    position: absolute;
    display: flex;
    font-size: 1.5em;
    color: rgb(0, 200, 81);
    text-align: center;
;
}
.styled-form {
  max-width: 600px;
width: 50vw;
  padding: 30px 40px;
  background: linear-gradient(to right, #2c5364, #203a43, #0f2027);
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.styled-form label {
  font-weight: bold;
  margin-bottom: 5px;
}

.styled-form input,
.styled-form textarea {
  padding: 12px 15px;
  border-radius: 10px;
  border: none;
  background-color: #f0f0f0;
  font-size: 1em;
  color: #333;
  outline: none;
  transition: box-shadow 0.3s ease;
}

.styled-form input:focus,
.styled-form textarea:focus {
  box-shadow: 0 0 10px #00bcd4;
}

.styled-form textarea {
  resize: vertical;
  min-height: 120px;
}

.styled-form button {
  margin-top: 10px;
    background-color: wheat;
    color: #053921;
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.2s ease;
}

.styled-form button:hover {
  background-color: #0097a7;
  transform: translateY(-2px);
}


.vision-content{
	display:flex;
}
.vim{
	    border-radius: 25px;
	    padding: 0em 5em 0em 0em;
        max-width: 30em;
}

#contact {
	background: rgba(15, 15, 20, 0.9);
    background-image: url(../img/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#concon {
	text-shadow: 0 0 10px #ffffff;
    color: #000000;
    background: rgb(205 171 78 / 50%);

}
.hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero p {
background-color: bisque;
    font-size: 1.2rem;
    opacity: 0.9;
    color: black;
}
.beige{
background: antiquewhite !important;
}
/* Section Styling */
.section {
  padding: 5rem 0;
  position: relative;
}

.section:nth-child(even) {
  background-color: #ffffff;
}

.section:nth-child(odd) {
  background-color: #edf2f7;
}

.section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  color: #0a3d62;
}

/* Cards */
.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.card {
      background: #7374b2;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  flex: 1 1 300px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.card h3 {
  color: #f39c12;
  margin-bottom: 1rem;
}

.card p {
      color: #ffffff;
}

/* List Blocks */
.list {
    justify-content: center;
    flex-flow: wrap;
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); */
    gap: 1.5rem;
    list-style: none;
}

.list li i {
	    margin: 0.2em;
    font-size: 8em !important;
}

.list li {
    min-width: 25em;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 8%);
    padding: 1.5rem;
    transition: background 0.3s ease, transform 0.3s ease;
    text-align: center;
}

.list li:hover {
  background: #f39c12;
  color: white;
  transform: scale(1.03);
}

/* Contact Section */
#contact p {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

/* Footer */
.footer {
  background: #0a3d62;
  color: white;
  text-align: center;
  padding: 2rem 1rem;

}

/* AOS Tweaks */
[data-aos] {
  transition-duration: 1.2s !important;
  transition-timing-function: ease-out !important;
}

/* Sequential appearance */
.cards .card[data-aos] {
  opacity: 0;
  transform: translateY(50px);
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 0.8s;
}

.cards .card.aos-animate {
  opacity: 1;
  transform: translateY(0);
}

.cards .card:nth-child(1) {
  transition-delay: 0.2s;
}
.cards .card:nth-child(2) {
  transition-delay: 0.4s;
}
.cards .card:nth-child(3) {
  transition-delay: 0.6s;
}
.cards .card:nth-child(4) {
  transition-delay: 0.8s;
}
.cards .card:nth-child(5) {
  transition-delay: 1s;
}
.cards .card:nth-child(6) {
  transition-delay: 1.2s;
}
