@import url('https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&display=swap');

* {
    font-family: "Crete Round", serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: aliceblue;
    font-family: "Crete Round", serif;
    font-weight: 400;
    font-style: normal;
    background-image: url(assets/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}



.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    
    position: sticky;
    top: 0;
    z-index: 1001;
    background: #023e8a; /* Adjust as needed */
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}


/* ...existing code... */

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 2.5rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, box-shadow 0.2s;
    text-decoration: none;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    background: #128c7e;
    color: #fff;
    box-shadow: 0 6px 24px rgba(0,0,0,0.22);
    outline: none;
}

@media (max-width: 600px) {
    .whatsapp-float {
        width: 48px;
        height: 48px;
        font-size: 1.7rem;
        bottom: 18px;
        right: 18px;
    }
}

/* ...existing code... */


/* ...existing code... */

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 2rem;
    font-size: 1rem;

    background-color: #fff;
}

.top ul {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top ul li {
    display: flex;
    align-items: center;
}

.top a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}

.top a:hover {
    color: #007bff;
}

/* Responsive styles */
@media (max-width: 700px) {
    .top {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.5rem 1rem;
        font-size: 0.95rem;
        align-items: center;
    }
    .top ul {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        align-items: center;
    }
    .top ul:last-child {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
        margin-top: 0.5rem;
    }
}

/* ...existing code... */

/* Navigation styles */

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.openbtn {
  font-size: 37px;
}

.openbtn:hover {
    cursor: pointer;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/* Popup styles */

/* ...existing code... */

.popup-form {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(2, 62, 138, 0.85);
    justify-content: center;
    align-items: center;
}

.popup-form.active {
    display: flex;
}

.popup-content {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    max-width: 350px;
    width: 90%;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    position: relative;
}

.popup-content form {
    display: flex;
    flex-direction: column;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 2rem;
    color: #023e8a;
    cursor: pointer;
}

.popup-content h2 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.popup-content input,
.popup-content textarea,
.popup-content select {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
}

.popup-content button {
    width: 100%;
    padding: 0.7rem;
    background: #023e8a;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* ...existing code... */


/* Main content styles */

.wrapper {
    margin: 2rem 15px;
    padding: 0 15px;
}

.mainContent {
    max-width: 1200px;
    margin: 0 auto;

    background-color: rgba(207, 224, 239, 0.862);
    padding: 25px;

    border-radius: 20px;
}

/* ...existing code... */

.first, .second, .third, .forth {
    margin-bottom: 2rem;
}


.first {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2rem 0;
}

.first .para {
    flex: 1 1 60%;
    min-width: 250px;
}

.para h2 {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #023e8a;
}

.para p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.first form {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(2,62,138,0.05);
    padding: 20px;
}

.first form input,
.first form textarea,
.first form select {
    margin-bottom: 1rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
}

.first form label {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.first form button {
    padding: 0.7rem;
    background: #023e8a;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.first form button:hover {
    background: #007bff;
}

/* ...existing code... */

.desc h3 {
    font-size: 3rem;
    margin-bottom: 0;
    color: #023e8a;
}

.desc h4 {
    font-size: 2rem;
    margin-bottom: 0;
}

.desc p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* ...existing code... */

@media (max-width: 900px) {
    .first {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 0;
    }
    .first .para,
    .first form {
        width: 95%;
        min-width: 0;
    }
    .first form {
        margin-top: 1rem;
    }
}

@media (max-width: 600px) {
    .first {
        gap: 1rem;
    }

    .first form {
        padding: 10px;
    }

    .para h2 {
        font-size: 3rem;
    }

    .desc h3 {
        font-size: 2rem;
    }

    .desc h4 {
        font-size: 1.5rem;
    }
}



.second {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 0;
}

.second .para {
    flex: 1 1 60%;
    min-width: 250px;
}

.second .image {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second .image img {
    max-width: 250px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Tablet and below */
@media (max-width: 900px) {
    .second {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 0;
        align-items: center;
    }
    .second .para,
    .second .image {
        width: 90%;
        min-width: 0;
    }
    .second .image {
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .second {
        padding: 1rem 0.5rem;
        gap: 1rem;
    }
}

/* ...existing code... */

/* ...existing code... */

.third {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 0, 255, 0.294);
    flex-direction: column;
    padding: 25px;
    border-radius: 20px;
}

.third .desc {
    flex: 1 1 60%;
    min-width: 250px;
    text-align: center;
}

.third .image {
    flex: 1 1 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.third .image img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0.5rem;
    border-radius: 8px;
}

.WCU {
    width: 20%;
    text-align: center;
}

.WCU i {
    font-size: 3rem;
    color: #023e8a;
    border-radius: 100%;
    box-shadow: 0 0 0 10px #ffcb0f, 0 0 0 20px #fadb64, 0 0 0 30px #f7e59c;
    padding: 15px;
}

@media (max-width: 900px) {
    .third {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 0;
        align-items: center;
    }
    .third .desc,
    .third .image {
        width: 90%;
        min-width: 0;
    }
    .third .image {
        justify-content: center;
        flex-direction: column;
    }

    .WCU {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .third {
        padding: 1rem 0.5rem;
        gap: 1rem;
    }

    .WCU {
        width: 100%;
    }
}

/* ...existing code... */

/* ...existing code... */

.forth {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    background-color: rgba(0, 0, 255, 0.12);
    flex-direction: column;
    padding: 15px;
    border-radius: 20px;
}

.forth .desc {
    flex: 1 1 60%;
    min-width: 250px;
    text-align: center;
}

.forth .image {
    flex: 1 1 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.forth .image img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0.5rem;
    border-radius: 8px;
}

@media (max-width: 900px) {
    .forth {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 0;
        align-items: center;
    }
    .forth .desc,
    .forth .image {
        width: 90%;
        min-width: 0;
    }
    .forth .image {
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .forth {
        padding: 1rem 0.5rem;
        gap: 1rem;
    }
}

/* ...existing code... */

/* ...existing code... */

.q {
    background-color: #023d8ac6;
    padding: 3rem 1rem;
    text-align: center;
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: green;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(2,62,138,0.08);
}

.btn:hover,
.btn:focus {
    background: #0077b6;
    color: #fff;
    box-shadow: 0 4px 16px rgba(2,62,138,0.15);
    outline: none;
}

/* Footer styles */

/* ...existing code... */

.bottom {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem 0;
    background: #023e8a;
    color: #fff;
    flex-wrap: wrap;
}

.bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 180px;
    text-align: center;
}

.bottom ul li,
.bottom ul span,
.bottom ul strong {
    color: #fff;
    margin: 10px 0;
}

.bottom ul a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.bottom ul a:hover {
    color: #90e0ef;
}

.about {
    max-width: 35%;
}

/* Responsive styles */
@media (max-width: 900px) {
    .bottom {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        padding: 1.5rem 0.5rem;
    }
    .bottom ul {
        min-width: 0;
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .bottom {
        padding: 1rem 1.5rem;
        gap: 1rem;
        align-items: center;
    }
    .bottom ul {
        font-size: 0.98rem;
        text-align: center;
    }

    .about {
        max-width: 70%;
    }
}

/* ...existing code... */

.copyright {
    background: #023e8a;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
}

.copyright p a {
    color: beige;
}





/* ABOUT PAGE STYLES */

.image img{
    max-width: 200px;
    margin: 0 auto;
}

/* Responsive Team Cards */
.team-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin: 2em 0;
}
.profile-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 2em 1.5em;
    text-align: center;
    width: 260px;
    transition: transform 0.2s;
}
.profile-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 6px 24px rgba(0,0,0,0.13);
}
.profile-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 30%;
    margin-bottom: 1em;
    border: 3px solid #023e8a;
}
@media (max-width: 900px) {
    .team-cards { 
        gap: 1rem; 
    }
    .profile-card { 
        width: 45vw; 
        min-width: 200px; 
    }
}
@media (max-width: 600px) {
    .team-cards { 
        flex-direction: column; 
        align-items: center; 
    }
    .profile-card { 
        width: 90%; 
    }
}



/* ABOUT PAGE END */


/* CONTACT PAGE STYLES */

.contact ul li{
    padding: 0;
    margin: 20px 0;
    gap: 1.5rem;
    font-size: 17px;
}


/* Contact End Styles */

