* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.container,
.container-fluid {
  padding: 0;
}
.headerMain {
  margin-inline: 130px;
}
.logoName {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.logoName h4 {
  font-weight: 600;
  font-size: 22px;
  color: #1e4e6c;
  margin-left: 10px;
}
.navbg {
  background-color: #1e4e6c;
  color: #ffffff;
  padding: 0px;
}
.navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 16px;
  padding-inline: 1.5rem;
}
.navbar-toggler {
  background-color: #ffffff;
}
.navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
}
.heroMain {
  background-color: #245f84;
}
.logoXLContainer {
  background-color: #356c8e;
  border-top-right-radius: 350px;
  border-bottom-right-radius: 350px;
  position: relative;
}
.logoContainerMD {
  position: relative;
}
.logoBack {
  position: absolute;
  background-color: #356c8e;
  border-top-right-radius: 1050px;
  border-bottom-right-radius: 0px;
  width: 72%;
  height: 187px;
  top: 0;
}
.patientImg {
  position: relative;
  z-index: 1;
}
.vector-3 {
  position: absolute;
  top: 0;
}
.heroTitle {
  font-weight: 600;
  font-size: 22px;
}
.paraContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paraContainer p {
  color: #ffffff;
  line-height: 32px;
}
.heroPara {
  padding-inline: 200px;
}
.wcoaVideoCont {
  padding-inline: 100px;
  padding-block: 40px;
}
.wcoaVideoCont h2 {
  color: #1e4e6c;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.wcoaVideoCont .col-md-3 {
  transition: transform 0.3s;
}
.wcoaVideoCont .col-md-3:hover {
  transform: scale(1.05);
}
.allVideo {
  border-top: 4px solid #1e4e6c;
  border-bottom: 4px solid #1e4e6c;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.1);
}
.wcoaSample {
  background-color: #e9eef1;
  padding-inline: 100px;
  padding-block: 40px;
}
.wcoaSample h2 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  color: #1e4e6c;
}
.fa-solid,
.fas {
  font-weight: 900;
  color: #1e4e6c;
  font-size: 40px;
}
.footerMain {
  background-color: #1e4e6c;
  padding: 30px;
}
.footerMain ul li {
  list-style: none;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5rem;
}
.footerMain p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5rem;
}
.pageTitle h4 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 50px;
}
.pointsContainer {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.pointsContainer p {
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 16px;
}
.pointsMain {
  margin-block: 50px;
}

.historyPara {
  line-height: 1.8rem;
  margin-bottom: 30px;
}
.officeCont h4 {
  font-size: 30px;
  font-weight: 600;
  color: #1e4e6c;
  margin-block: 30px;
}
.memberNames {
  display: flex;
  align-items: center;
}
.memberNames:first-child {
  margin-bottom: 30px;
}
.memberNames p:first-child {
  margin-bottom: 4px;
  font-weight: 600;
}
.memberNames p {
  margin-bottom: 5px;
  margin-left: 5px;
}
.officePresidentCont {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
.officeMemberCont {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 30px;
  border-top: 1px solid #00a1d5;
  border-bottom: 1px solid #00a1d5;
  margin-bottom: 40px;
}
.officeMemberCont h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.officeMemberCont .memberNames {
  margin-bottom: 30px;
}
.officeMemberCont h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 2.5rem;
}
.membersEmpty {
  margin-bottom: 120px;
}
.aboutMain p {
  font-size: 16px;
  line-height: 1.8rem;
  padding: 0px 20px;
}
.wcoaPara {
  font-size: 17px;
  color: #1e4e6c;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #ffffff;
}

.dropdown-menu {
  border: 0;
  /* top: 80%; */
  margin-top: 0;
  /* border-radius: 0px 0px 5px 5px; */
  text-decoration: none !important;
  transition: all 5s ease-in-out;
  padding-block: 0px !important;
  border-radius: 0px !important;
  background-color: #c8f1fc;
  opacity: 0;
  visibility: hidden;
  /* transform: translateY(10px); */
  transition: opacity 5s ease, transform 5s ease, visibility 5s;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  /* transform: translateY(0); */
  
  
}

.dropdown-toggle::after {
  font-size: 18px;
  cursor: pointer;
}

.dropdown-item {
  padding-block: 10px;
}
.firstDroup {
  border-bottom: 1px solid #1e4e6c;
}
/* Gallery Grid */
.gallery {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.gallery img {
  margin-top: 25px;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 8px;
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* Popup Style */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 99, 145, 0.5);
  /* display: none; */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.popup.show {
  opacity: 1;
  visibility: visible;
}

.popup.show .memberIdContainer {
  transform: translate(-50%, -50%) scale(1);
}

.popup iframe {
  width: 70%;
  height: 70%;
  border: 4px solid #fff;
  border-radius: 8px;
}

.popup .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 50px;
}

.popup .close-btn:hover {
  color: red;
}

.allVideo {
  cursor: pointer;
  transition: transform 0.3s;
}
.allVideoText p {
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
}

.allVideo:hover {
  transform: scale(1.05);
}
.border {
  width: 100%;
  height: 4px;
  background-color: #1e4e6c;
  margin-block: 40px;
}

.videoimg {
  width: 100%;
}

.popup .memberIdContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #000;
  background: #006fb5;
  border: none;
  padding: 20px;
  /* height: 270px; */
  border-radius: 10px;
  width: 400px;
  transition: transform 0.3s ease-in-out;
}

.memberIdContainer h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}

.LoginputContainer {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
}

.inpurLabel {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}


.memberInput {
  width: 100%;
    height: 50px;
    border: 1px solid gray;
    padding: 16px 16px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 8px;
}
.memberInput:focus-visible {
  outline: 1px solid #1e4e6c !important;
}

.forgot {
  color: gray;
  font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-decoration: underline;
}

.memberIdContainer button {
  width: 100%;
  font-size: 18px;
  padding-inline: 30px;
  padding-block: 10px;
  border-radius: 10px;
  border: none;
  background-color: #006fb5;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.LoginputContainer .btnClose {
  width: 100%;
  font-size: 18px;
  padding-inline: 30px;
  padding-block: 10px;
  border-radius: 10px;
  border: 1px solid #006fb5;
  background-color: #fff !important;
  color: #000;
  transition: all 0.2s ease-in-out;
}

.memberIdContainer button:hover {
  background-color: #297aad;
}

::placeholder {
  font-size: 14px;
  font-weight: 300;
}

#message {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

.newRegistration {
  font-size: 16px;
  color: #002c5f;
  margin-top: 20px;margin-bottom: 30px;
}

.memberIdContainer button {
  
}
.newRegistration a {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #002c5f;
  color: #002c5f;
  padding: 8px 16px;
  border-radius: 25px;
  cursor: pointer;
}

.newRegistration a:hover {
  background-color: #002c5f;
  color: #fff;
}
.videoContainer {
  cursor: pointer;
}

.login-container {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #002c5f; /* Dark blue */
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  border: 1px solid #002c5f;
  padding: 12px 24px;
  border-radius: 5px;
}

.login-container i {
  font-size: 22px;
  color: #002c5f;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

.login-container a {
  font-size: 18px;
  font-weight: 400;
  color: #002c5f;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

.login-container:hover {
  color: #ffffff; /* Light blue on hover */
  background-color: #002c5f;
}

.login-container:hover a {
  color: #ffffff; /* Light blue on hover */
}

.login-container:hover i {
  color: #ffffff;
  transform: scale(1.1);
}

.memberCont {
  display: flex;
  justify-content: end;
  flex-direction: row;
  align-items: center;
}

.closeFaBtn {
  position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}
.closeFaBtn:hover {
  color: #c8c8c8;
}

.historyPara i {
  font-size: 20px;
  margin-right: 10px;
}

.historyPara a {
  text-decoration: underline;
  color: #002c5f;
  font-size: 20px;
}

.historyPara a:hover {
  text-decoration: underline;
  color: #0560c7;
  font-size: 20px;
}


