@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");

html {
  scroll-behavior: smooth;
}

body{
    margin: 0;
    font-family: "Poppins", sans-serif;
}

#contactForm{
  z-index: 3;
  background-color: #0000005c;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}

.hiddenForm{
  visibility: hidden;
  opacity: 0;
}

#contactForm .popUp{
  background-color: white;
  border-radius: 25px;
  width: 30vw;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#contactForm .popup-title {
  text-align: center;
  color: #e61e63;
  font-size: 1.8vw;
  font-weight: 600;
  margin: 0 0 1.5vw 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#contactForm .closePopup{
  text-align: right;
  margin-bottom: 15px;
  margin-right: 5px;
  display: flex;
  justify-content: flex-end;
}

#contactForm .closePopup i{
  text-align: center;
  color: white;
  font-size: 1.2vw;
  display: block;
  line-height: 1;
}

#contactForm form{
  text-align: center;
}

#contactForm input, #contactForm textarea{
  width: 80%;
  margin: .5vw auto;
  padding: .8vw 1vw;
  font-size: 1.2vw;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  outline: none;
  transition: border-color 0.3s ease;
  font-family: "Poppins", sans-serif;
}

#contactForm input::placeholder, 
#contactForm textarea::placeholder {
  color: #bdbdbd;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  opacity: 0.7;
}

/* WebKit, Edge */
#contactForm input::-webkit-input-placeholder, 
#contactForm textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  opacity: 0.7;
}

/* Firefox 4-18 */
#contactForm input:-moz-placeholder, 
#contactForm textarea:-moz-placeholder {
  color: #bdbdbd;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  opacity: 0.7;
}

/* Firefox 19+ */
#contactForm input::-moz-placeholder, 
#contactForm textarea::-moz-placeholder {
  color: #bdbdbd;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  opacity: 0.7;
}

/* IE 10-11 */
#contactForm input:-ms-input-placeholder, 
#contactForm textarea:-ms-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  opacity: 0.7;
}

#contactForm input:focus, #contactForm textarea:focus {
  border-color: #e61e63;
  box-shadow: 0 0 0 2px rgba(230, 30, 99, 0.1);
}

#contactForm button{
  width: 85%;
  margin-top: 1vw;
  margin-bottom: 1.75vw;
  transition: 0.3s;
  background-color: #e61e63;
  color: white;
  text-transform: uppercase;
  border: none;
  padding: 1vw 1.5vw;
  font-size: 1.2vw;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(230, 30, 99, 0.3);
}

#contactForm button:hover{
  background-color: #414cb2;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(65, 76, 178, 0.4);
}

#contactForm #closePopupButton{
  border-radius: 50%;
  border: 0;
  background-color: #e61e63;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

#contactForm #closePopupButton:hover{
  cursor: pointer;
  background-color: #414cb2;
  transform: rotate(90deg);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  height: 100vh;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.button-group{
  width: 91%;
  margin: auto;
  padding: 4vw 0px 2.5vw 0;
}

.button-group button{
  margin: 0;
  margin-left: 0.75vw;
  padding: 0.75vw 1.25vw;
  font-family: "Poppins", sans-serif;
  font-size: 1vw;
  color: white;
  text-transform: uppercase;
  border: 0;
  border-radius: 25px;
  transition: 0.3s;
}

.button-group button:not(.is-checked){
  background-color: #ffffff;
  color: #5b5c5f;
}

.button-group .is-checked{
  background-color: #e61e63;
}

.button-group button:hover{
  cursor: pointer;
  background-color: #e61e63;
  color: white;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header{
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  z-index: 2;
  width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.075);
  backdrop-filter: blur(10px);
}

header .navLogoContainer{
  width: 25%;
}

header .sticky{
  display: flex;
  width: 92%;
  z-index: 3;
  padding: 1vw 0;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}

header nav{
  text-transform: uppercase;
}

.grid, #Community{
  width: 92%;
  margin: auto;
}

#Community{
  background-image: linear-gradient(90deg, 
    #2A3599 0%,
    #3A3492 14.28%,
    #4A328B 28.57%,
    #5F2E81 42.85%,
    #792A73 57.14%,
    #9B2061 71.42%,
    #BB1651 85.71%,
    #C40F4C 100%
  );
  padding: 0 4vw;
  padding-bottom: 4vw;
}

#Community h1{
  margin: 0;
  padding-top: 4vw;
  padding-bottom: 2.5vw;
  font-size: 2vw;
  font-weight: 500;
  color: white;
}

#Community .leftContainer, #Community .rightContainer{
  margin-top: -10px;
  width: 49%;
  display:inline-block;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.075);
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

#Community .leftContainer{
  float: left;
}

#Community .rightContainer{
  float: right;
}

.grid-sizer, .grid-item{
  height: 40vw;
}

.grid-sizer{
  width: 33.333%;
}

.grid-item{
  width: 31%;
}

.grid-item img{
  height: 20vw;
  width: 100%;
  transition: 0.4s ease;
  border-radius: 25px;
}

#Community img{
  height: 20vw;
  position: relative;
  top: -2px;
  width: 100%;
  transition: 0.4s ease;
  border-radius: 25px;
}

.grid-item img:hover{
  transform: scale(1.1) translateY(-5%);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.075);
  cursor: pointer;
}

.grid-inner-container{
  overflow: hidden;
  background-color: #F8F9FA;
  border-radius: 25px;
  padding: 0px 0px 5px 0px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.075);
}

header nav img{
  display: inline-block;
  width: 125px;
  height: auto;
}

header nav ul{
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

header .sticky ul{
  width: 49.95%;
}

header nav ul li{
  display: contents;
}

header nav #joinUsDiv{
  width: 25%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header nav a{
  text-decoration: none;
  color: #565E6D;
  padding: 0px 10px;
}

header nav .active{
  font-weight: 800;
  color: #171A1F;
}

header #joinUsDiv i{
  padding: 0 0 0 0.5vw;
}

header #joinUsDiv button{
  border: 0;
  background-color: #e61e63;
  color: white;
  padding: 0.75vw 2vw;
  text-transform: uppercase;
  border-radius: 25px;
  transition: 0.3s;
}

header #joinUsDiv button:hover{
  cursor: pointer;
  background-color: #3A4CB4;
}

.community-info{
  padding: 0px 1.75vw 0px 2vw;
}

.event-info{
  padding: 0px 1vw 0px 2vw;
}

.community-info, .event-info{
  height: 11.5vw;
}

.event-topBar, .event-botBar {
  margin-top: 1vw;
}

.community-topBar, .community-botBar, .event-topBar, .event-botBar {
  display: flex;
  justify-content: space-between; /* Ensures space between left and right */
}

.community-topBar, .event-topBar{
  min-height: 4.5vw;
  align-items: flex-end;
}

.community-botBar, .event-botBar {
  align-items: flex-end;
}

.community-botBar button{
  margin-top: 2vw;
}

h4, p{
  margin: 0.35vw 0;
}

h4{
  font-size: 1.4vw;
  font-weight: 500;
  color:rgb(38, 53, 70);
  text-transform: uppercase;
}

.community-info p, .event-info p{
  font-size: 1.2vw;
  color:rgb(112, 112, 112);
  font-weight: 400;
}

.left, .right{
  display: inline-block;
}

.left{
  width: 100%;
  float: left;
}

.right{
  width: 49%;
  float: right;
  text-align: right;
}

.right p{
  margin-right: 0.5vw;
}

.community-info button, .event-info button{
  background-color: #e61e63;
  border-radius: 50px;
  border: 0;
  padding: 0.9vw 1.5vw;
  color: white;
  font-size: 1vw;
  font-weight: 400;
  text-transform: uppercase;
  transition: 300ms;
  display: block;
  margin-bottom: 7px;
  position: relative;
  right: 0vw;
}

p i{
  text-align: center;
}

.community-info button:hover, .event-info button:hover{
  cursor:pointer;
  background-color: #3A4CB4;
}

.slide-buttons{
  position: absolute;
  top: 75%;
  right: 10%;
  z-index: 2;
}

.slide-buttons button{
  margin: 0;
  margin-left: 2.5vw;
  width: 220px;
  padding: 0.75vw 4.5vw;
  font-family: "Poppins", sans-serif;
  font-size: 0.8vw;
  text-transform: uppercase;
  border: 0;
  border-radius: 25px;
  transition: 0.5s;
}

.slide-buttons .button1{
  color: #ffffff;
  background-color: #e61e63;
}

.slide-buttons .button2{
  color: #e61e63;
  box-shadow:inset 0px 0px 0px 1px #e61e63;
  background-color: #ffffff00;
}

.slide-buttons button:hover{
  cursor: pointer;
  box-shadow:inset 0px 0px 0px 0px #fff;
  color: white;
}

.slide-buttons .button1:hover{
  background-color: #3A4CB4;
}

.slide-buttons .button2:hover{
  background-color: #e61e63;
}

.swiper-pagination{
  top: 95vh !important;
}

.swiper-pagination-bullet{
  width: 0.75vw !important;
  height: 0.75vw !important;
  margin: 0px 0.5vw !important;
  box-shadow:inset 0px 0px 0px 2px #fff;
  background: #777777 !important;
}

.swiper-pagination-bullet-active{
  background: #fff !important;
}

#footer{
  background-color: #F2F2F2;
}

#footer .footer-Logo img{
  width: 100%;
}

#footer h1{
  margin: 0;
  padding: 0;
  font-size: 1.4vw;
  font-weight: 500;
  color: #171A1F;
  text-transform: uppercase;
}

#footer p{
  margin: 0;
  padding: 0.5vw 0;
  font-size: 0.9vw;
  font-weight: 300;
  color: #171A1F;
}

.footer-topBar ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-topBar ul li{
  margin: 0.5vw 0;
}

.footer-topBar ul li a{
  text-decoration: none;
  font-weight: 300;
  font-size: 1.1vw;
  color: #171A1F;
}

.footer-topBar ul li a:hover{
  color:#3A4CB4;
}

.footer-topBar{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  margin: auto;
  padding: 3vw 0 0 0;
}

.footer-topBar input{
  border: 1px solid #e0e0e0;
  padding: 0.8vw 3.5vw;
  font-size: 1vw;
  box-sizing: border-box;
  border-radius: 25px;
  color: #3A4CB4;
  box-shadow: none;
  transition: border-color 0.3s ease;
  height: auto;
}

.footer-topBar input:focus {
  outline: none;
  border-color: #e61e63;
  box-shadow: 0 0 0 2px rgba(230, 30, 99, 0.1);
}

.subscribe-module{
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0.5vw;
}

.subscribe-module i {
  position: absolute;
  left: 1.8vw;
  font-size: 1vw;
  color: #bdbdbd;
  transition: 0.3s;
  z-index: 1;
}

.error input{
  background-color: rgb(244, 184, 184);
  color: rgb(250, 78, 78);
  border: 1px solid red;
}

.error i{
  color: rgb(250, 78, 78);
}

.subscribe-module button{
  border: none;
  background-color: #e61e63;
  color: white;
  font-size: 1vw;
  border-radius: 25px;
  position: relative;
  right: 3vw;
  padding: 0.8vw 1.5vw;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(230, 30, 99, 0.3);
}

.subscribe-module .successButton{
  background-color: green;
}

.subscribe-module .successButton::after{
  font: var(--fa-font-solid);
  margin-left: 0.5vw;
  content: "\f00c";
}

.subscribe-module button:hover{
  background-color: #414cb2;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(65, 76, 178, 0.4);
  cursor: pointer;
}

.focusedIcon{
  color: #e61e63 !important;
}

.footer-Logo, .footer-EventsContainer, .footer-ResourcesContainer, .footer-CompanyContainer{
  width: 12%;
  float: left;
}

.separator{
  margin: auto;
  margin-top: 1vw;
  border-top: 1px solid #6F7787;
  width: 92%;
}

.footer-botBar{
  width: 92%;
  padding: 2vw 0;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 1.5vw;
}

.footer-botBar select{
  border: 0;
  padding: 0.5vw 2vw 0.5vw 1vw;
  font-size: 1vw;
  border-radius: 25px;
  color: white;
  background-color: #3A4CB4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.7vw center;
  background-size: 1vw;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.footer-botBar a{
  text-decoration: none;
  color: #171A1F;
  transition: 0.3s;
  padding: 0 0.5vw;
}

.copyText{
  padding: 0 0.5vw;
}

.footer-LanguageContainer, .footer-PrivacyContainer, .footer-SocialLinksContainer{
  width: 33%;
}

.footer-PrivacyContainer{
  text-align: center;
}

.footer-SocialLinksContainer{
  text-align: right;
}

.footer-botBar a:hover{
  color: #3A4CB4;
}

.footer-botBar select:hover {
  background-color: #414cb2;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.footer-botBar select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(230, 30, 99, 0.3);
}

.hamBurger{
  display: none;
}

@media (min-width: 1200px){
  .slide-buttons button{
    width: 17.5vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 1vw;
    margin-bottom: 2vw;
  }
}

@media (max-width: 1200px){
  .grid-sizer, .grid-item{
    height: 55vw;
  }

  #contactForm input, #contactForm button, #contactForm textarea{
    border-radius: 20px;
  }  

  .grid-sizer{
    width: 50%;
  }

  .slide-buttons button{
    width: 20vw;
    font-size: 1.25vw;
    margin-bottom: 2vw;
  }

  .grid-item{
    width: 48%;
  }

  .grid-item img{
    height: 31vw;
  }

  .community-info{
    height: 14vw;
  }

  .event-info{
    height: 15vw;
  }

  h4{
    font-size: 2vw;
  }

  .community-info p, .event-info p{
    font-size: 1.6vw;
  }

  .button-group button{
    font-size: 1.5vw;
    padding: 1vw 1.5vw;
  }

  .community-info button, .event-info button{
    padding: 1.2vw 2vw;
    font-size: 1.2vw;
  }

  .event-info button{
    right: -3.5vw;
  }

  .package-item {
    flex-wrap: nowrap;
    margin-bottom: 2vw;
  }
  
  .package-item h3, 
  .package-item p {
    white-space: normal;
    font-size: 1.2vw;
    width: 100%;
    padding-left: 0;
  }
  
  .package-item p {
    padding-left: 3vw;
  }

  #contactForm .popUp {
    width: 50vw;
  }
  
  #contactForm input, #contactForm textarea, #contactForm button {
    font-size: 1.5vw;
  }
  
  #contactForm input::placeholder, 
  #contactForm textarea::placeholder,
  #contactForm input::-webkit-input-placeholder, 
  #contactForm textarea::-webkit-input-placeholder,
  #contactForm input:-moz-placeholder, 
  #contactForm textarea:-moz-placeholder,
  #contactForm input::-moz-placeholder, 
  #contactForm textarea::-moz-placeholder,
  #contactForm input:-ms-input-placeholder, 
  #contactForm textarea:-ms-input-placeholder {
    font-size: 1.5vw;
  }
  
  #contactForm .popup-title {
    font-size: 2.2vw;
    margin-bottom: 2vw;
  }

  .subscribe-module button {
    font-size: 1.5vw;
    padding: 1vw 2vw;
  }
  
  .subscribe-module i {
    font-size: 1.5vw;
    left: 2vw;
  }
  
  .footer-topBar input {
    font-size: 1.5vw;
    padding: 1vw 4vw;
  }
}

@media (max-width: 858px){
  header .sticky{
    display: block;
  }

  #contactForm .popUp{
    width: 70vw;
    padding: 15px;
  }

  #contactForm input, #contactForm button, #contactForm textarea{
    border-radius: 10px;
    font-size: 2vw;
    padding: 1.2vw 1.5vw;
  } 
  
  #contactForm input::placeholder, 
  #contactForm textarea::placeholder,
  #contactForm input::-webkit-input-placeholder, 
  #contactForm textarea::-webkit-input-placeholder,
  #contactForm input:-moz-placeholder, 
  #contactForm textarea:-moz-placeholder,
  #contactForm input::-moz-placeholder, 
  #contactForm textarea::-moz-placeholder,
  #contactForm input:-ms-input-placeholder, 
  #contactForm textarea:-ms-input-placeholder {
    font-size: 2vw;
  }
  
  #contactForm .popup-title {
    font-size: 3vw;
    margin-bottom: 2.5vw;
  }

  .hamBurger{
    display: inline-block;
    position: absolute;
    top: 0.5vw;
    right: 2.5vw;
    font-size: 30px;
  }

  header nav img{
    width: 100px;
  }

  .line{
    height: 5px;
    width: 30px;
    background-color: black;
  }

  .line1, .line2, .line3{
    position: absolute;
    right: 5px;
    transition: 0.3s;
  }

  .line1{
    top: 10px;
  }

  .line2{
    top: 20px;
  }

  .line3{
    top: 30px;
  }

  .openedMenu .line1{
    transform: rotateZ(45deg);
    top: 20px;
  }

  .openedMenu .line2{
    transform: scaleX(0);
  }

  .openedMenu .line3{
    transform: rotateZ(-45deg);
    top: 20px;
  }

  .mobileDisplayNone{
    display: none !important;
  }

  header .sticky ul{
    background: #f3f3f3;
    padding: 0vw 10vw;
    width: 100%;
    position: relative;
    left: -10vw;
  }

  header .sticky ul li a{
    display: block;
    margin: 2vw auto;
    padding: 1vw 0;
    width: 30%;
    border-radius: 25px;
    transition: 0.3s;
  }

  header .sticky ul li .active{
    background: #414cb2;
    color: white;
  }

  header .sticky ul li a:hover{
    background-color: #414cb2;
    color: white;
  }

  header nav #joinUsDiv{
    width: 100%;
    background: #f3f3f3;
    padding: 0vw 10vw;
    padding-bottom: 2vw;
    position: relative;
    top: -1px;
    left: -10vw;
    display: block;
    text-align: center;
  }

  header nav #joinUsDiv button{
    text-transform: uppercase;
    padding: 1vw 4vw;
  }

  header .sticky{
    padding-bottom: 0;
  }

  .mobile{
    background-color: white;
  }

  #contactForm .closePopup i {
    font-size: 2vw;
  }

  .subscribe-module {
    margin-top: 1vw;
  }
  
  .subscribe-module button {
    font-size: 2.5vw;
    padding: 1.5vw 3vw;
    right: 4vw;
  }
  
  .subscribe-module i {
    font-size: 2.5vw;
    left: 2.5vw;
  }
  
  .footer-topBar input {
    font-size: 2.5vw;
    padding: 1.5vw 5vw;
    border-radius: 15px;
  }

  .footer-botBar select {
    padding: 1vw 3vw 1vw 1.5vw;
    font-size: 2vw;
    background-position: right 1vw center;
    background-size: 1.5vw;
  }
}

@media (max-width:650px){
  header .sticky ul li a {
    width: 50%;
  }

  #footer .footer-Logo img{
    width: 50%;
    margin: auto;
  }

  .grid-sizer, .grid-item{
    height: 100vw;
  }

  .grid-sizer{
    width: 100%;
  }

  .grid-item{
    width: 100%;
  }

  .grid-item img{
    height: 60vw;
  }

  .community-info{
    height: 16.5vw;
  }

  .event-info{
    height: 25vw;
  }

  h4{
    font-size: 3.5vw;
  }

  .community-info p, .event-info p{
    font-size: 3vw;
  }

  .button-group{
    padding: 10vw 0px 6vw 0;
  }

  .button-group button{
    font-size: 2.5vw;
    padding: 2vw 2.5vw;
  }

  .right p{
    margin-right: 2vw;
  }

  .event-botBar{
    margin-top: 2vw;
  }

  .community-info button, .event-info button{
    padding: 1.5vw 2.5vw;
    font-size: 2.75vw;
  }

  .event-info button{
    right: -9vw;
  }

  #Community .rightContainer, #Community .leftContainer{
    float: none;
    width: 100%;
    margin-bottom: 10vw;
  }

  #Community h1{
    font-size: 5vw;
    padding-top: 10vw;
    padding-bottom: 8vw;
  }

  .slide-buttons{
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .slide-buttons button{
    width: 50vw;
    font-size: 2.75vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }

  #Community{
    padding-bottom: 0;
  }

  #Community img{
    height: 40vw;
  }

  #footer h1{
    font-size: 5vw;
  }

  #footer p{
    font-size: 3vw;
    padding: 2.5vw 0;
  }

  .subscribe-module {
    margin-top: 2vw;
    width: 90%;
  }
  
  .subscribe-module button {
    font-size: 3.5vw;
    right: 5vw;
    padding: 2vw 5vw;
    border-radius: 15px;
  }
  
  .subscribe-module i {
    font-size: 3.5vw;
    left: 3vw;
  }
  
  .footer-topBar input {
    font-size: 3.5vw;
    padding: 2vw 6vw;
    border-radius: 15px;
    width: 85%;
    margin: 0 auto;
  }

  .footer-topBar ul li a{
    font-size: 3.5vw;
  }

  .footer-topBar, .footer-botBar{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-LanguageContainer, .footer-SocialLinksContainer, .footer-PrivacyContainer{
    width: 100%;
    text-align: center;
  }

  .separator{
    margin-top: 4vw;
  }

  .footer-botBar select {
    padding: 2vw 5vw 2vw 3vw;
    font-size: 3vw;
    background-position: right 2vw center;
    background-size: 2vw;
    border-radius: 15px;
  }

  .footer-botBar{
    font-size: 4vw;
    padding: 4vw 0;
  }

  .footer-Logo, .footer-SubscribeContainer, .footer-CompanyContainer, .footer-EventsContainer, .footer-ResourcesContainer{
    flex: 1 1 100%; 
    text-align: center;
    width: 100%;
    margin: 2vw 0;
  }

  .subscribe-module{
    justify-content: center;
  }

  .footer-Logo{
    order: 1;
  }

  .footer-SubscribeContainer{
    order: 2;
  }

  .footer-CompanyContainer, .footer-EventsContainer, .footer-ResourcesContainer{
    order: 3;
  }

  #contactForm .popUp {
    width: 85vw;
    padding: 12px;
  }
  
  #contactForm input, #contactForm textarea {
    font-size: 3vw;
    padding: 2vw 2.5vw;
    width: 85%;
  }
  
  #contactForm input::placeholder, 
  #contactForm textarea::placeholder,
  #contactForm input::-webkit-input-placeholder, 
  #contactForm textarea::-webkit-input-placeholder,
  #contactForm input:-moz-placeholder, 
  #contactForm textarea:-moz-placeholder,
  #contactForm input::-moz-placeholder, 
  #contactForm textarea::-moz-placeholder,
  #contactForm input:-ms-input-placeholder, 
  #contactForm textarea:-ms-input-placeholder {
    font-size: 3vw;
  }
  
  #contactForm button {
    font-size: 3vw;
    padding: 2vw 3vw;
    width: 85%;
  }
  
  #contactForm .closePopup i {
    font-size: 3vw;
  }
  
  #contactForm #closePopupButton {
    width: 40px;
    height: 40px;
  }
  
  #contactForm .popup-title {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}

/* About Page Styles */
.about-section {
  padding-top: 0;
  background-color: #ffffff;
}

/* Hero Section */
.about-hero {
  position: relative;
  height:40vh;
  background: linear-gradient(90deg, 
    #2A3599 0%,
    #3A3492 14.28%,
    #4A328B 28.57%,
    #5F2E81 42.85%,
    #792A73 57.14%,
    #9B2061 71.42%,
    #BB1651 85.71%,
    #C40F4C 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.about-hero-content {
  max-width: 800px;
  padding: 4vw 2vw 0 2vw;
}

.about-hero .hero-subtitle {
  color: #e61e63;
  font-size: 1.2vw;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1vw;
  display: block;
}

.about-hero h1 {
  font-size: 4vw;
  font-weight: 600;
  margin-bottom: 1vw;
  line-height: 1;
  white-space: nowrap;
}

.about-hero p {
  font-size: 1.2vw;
  line-height: 1.6;
  opacity: 0.9;
}

/* About Section */
.about-container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5vw 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  align-items: center;
}

.about-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.about-image:hover img {
  transform: scale(1.05);
}

.about-text {
  padding-right: 2vw;
}

.about-text .subtitle {
  color: #e61e63;
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1vw;
  display: block;
}

.about-text h2 {
  color: #000000;
  font-size: 2.5vw;
  font-weight: 600;
  margin-bottom: 1.5vw;
  line-height: 1.2;
}

.about-text p {
  color: #565E6D;
  font-size: 1vw;
  line-height: 1.6;
  margin-bottom: 1.5vw;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  margin-top: 3vw;
}

.stat-item {
  text-align: center;
}

.stat-number {
  color: #e61e63;
  font-size: 2.5vw;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5vw;
}

.stat-label {
  color: #565E6D;
  font-size: 0.9vw;
  line-height: 1.4;
}

/* Features Section */
.features-section {
  background-color: #f8f9fa;
  padding: 5vw 0;
}

.features-container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
}

.feature-item {
  background: #ffffff;
  padding: 2vw;
  border-radius: 15px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.feature-item:hover {
  transform: translateY(-10px);
}

.feature-icon {
  font-size: 2.5vw;
  margin-bottom: 1vw;
}

.feature-item h3 {
  color: #000000;
  font-size: 1.2vw;
  font-weight: 600;
  margin-bottom: 1vw;
}

.feature-item p {
  color: #565E6D;
  font-size: 0.9vw;
  line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 858px) {
  .about-hero {
    height: 40vh;
  }

  .about-hero h1 {
    font-size: 8vw;
  }

  .about-hero p {
    font-size: 3vw;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 6vw;
  }

  .about-text {
    padding-right: 0;
  }

  .about-text .subtitle {
    font-size: 3vw;
  }

  .about-text h2 {
    font-size: 6vw;
  }

  .about-text p {
    font-size: 3vw;
  }

  .stat-number {
    font-size: 6vw;
  }

  .stat-label {
    font-size: 2.5vw;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }

  .feature-icon {
    font-size: 6vw;
  }

  .feature-item h3 {
    font-size: 3.5vw;
  }

  .feature-item p {
    font-size: 2.8vw;
  }
}

/* Programs Page Styles */
.programs-section {
  padding-top: 120px;
  background-color: #ffffff;
}

.additional-programs {
  padding-top: 60px;
  margin-top: 40px;
  border-top: 1px solid #f0f0f0;
}

.programs-container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.programs-layout {
  display: grid;
  grid-template-columns: 50% 45%;
  gap: 5%;
  align-items: flex-start;
  padding-top: 2vw;
}

.reverse-layout {
  grid-template-columns: 45% 50%;
}

.workshop-image {
  position: sticky;
  top: 100px;
  height: fit-content;
  padding-bottom: 3vw;
}

.workshop-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.programs-content {
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
  padding-top: 0;
  position: relative;
  padding-bottom: 3.5vw;
  width: 100%;
}

.programs-content h2 {
  color: #000000;
  font-size: 1.6vw;
  margin: 0 0 1.5vw 0;
  font-weight: 600;
}

.program-item {
  margin-bottom: 1.5vw;
  width: 100%;
}

.program-item h3 {
  color: #e61e63;
  font-size: 0.95vw;
  margin: 0 0 0.5vw 0;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1vw;
  letter-spacing: -0.01em;
}

.program-item h3 span {
  color: #e61e63;
  margin-right: 0.5vw;
}

.programs-content .packages-title {
  color: #e61e63;
  margin-top: 1.2vw;
  margin-bottom: 0.8vw;
}

.program-item p {
  color: #565E6D;
  font-size: 0.9vw;
  line-height: 1.5;
  margin: 0;
}

.packages-title {
  color: #e61e63;
  font-size: 1.4vw;
  margin-top: 2.5vw;
  margin-bottom: 1.5vw;
  font-weight: 600;
}

.package-item {
  margin-bottom: 1.2vw;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.package-item h3 {
  color: #000000;
  font-size: 0.95vw;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  flex-shrink: 0;
}

.package-item p {
  color: #565E6D;
  font-size: 0.9vw;
  font-weight: 500;
  margin: 0;
  padding-left: 0.5vw;
  white-space: nowrap;
}

.package-item h3 span {
  color: #e61e63;
  margin-right: 0.5vw;
}

/* Book Now Button Styles */
.cta-button {
  margin-top: 2vw;
}

.book-now-btn {
  display: inline-block;
  background-color: #e61e63;
  color: white;
  font-size: 0.9vw;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.8vw 2.5vw;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 10px rgba(230, 30, 99, 0.3);
}

.book-now-btn:hover {
  background-color: #c41953;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(230, 30, 99, 0.4);
}

/* Responsive styles for programs page */
@media (max-width: 1200px) {
  .package-item h3,
  .package-item p {
    font-size: 1.2vw;
  }
}

@media (max-width: 858px) {
  .programs-section {
    padding-top: 100px;
  }

  .programs-layout, .reverse-layout {
    grid-template-columns: 1fr;
    gap: 3vw;
  }

  .workshop-image {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    order: -1; /* This ensures the image appears above the content on mobile */
  }

  .programs-content h2 {
    font-size: 4.5vw;
    margin: 0 0 3vw 0; /* Increased bottom margin for responsive view */
  }
  
  .program-item h3 {
    font-size: 3vw;
    color: #e61e63; /* Ensure pink color is maintained on smaller screens */
  }
  
  .program-item p {
    font-size: 2.5vw;
  }

  .book-now-btn {
    font-size: 3vw;
    padding: 2vw 5vw;
  }

  .packages-title {
    font-size: 4vw;
    margin-top: 5vw;
  }
  
  .package-item {
    flex-wrap: wrap;
    margin-bottom: 2vw;
  }
  
  .package-item h3, 
  .package-item p {
    white-space: normal;
    font-size: 3vw;
    width: 100%;
    padding-left: 0;
  }
  
  .package-item p {
    padding-left: 3vw;
  }
}

/* Specific styling for corporate programs */
.additional-programs .program-item {
  margin-bottom: 0.8vw;
}

.additional-programs .program-item:first-of-type {
  margin-top: 0; /* Ensure first point is at the top */
}

.additional-programs .program-item h3 {
  font-size: 1.1vw;
  font-weight: 600; /* Changed from 500 to 600 for semibold */
  color: #333; /* Reverted back to black color for corporate programs */
  margin-bottom: 0.2vw;
}

.additional-programs .program-item p {
  font-size: 0.95vw;
  line-height: 1.3;
  color: #666;
  white-space: normal; /* Allow text to wrap if needed */
  margin-bottom: 0.3vw;
  padding-left: 2vw;
  padding-right: 1vw;
  max-width: 100%; /* Ensure the text container uses full width */
}

.reverse-layout .programs-content {
  width: 100%; /* Ensure content area uses full width */
}

@media (max-width: 858px) {
  .additional-programs .program-item {
    margin-bottom: 1vw;
  }
  
  .additional-programs .program-item h3 {
    font-size: 2.2vw;
    color: #333; /* Ensure black color is maintained on smaller screens for corporate programs */
    margin-bottom: 0.3vw;
  }
  
  .additional-programs .program-item p {
    font-size: 2vw;
    white-space: normal; /* Allow text to wrap if needed */
    padding-left: 2vw;
    padding-right: 1vw;
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  .additional-programs .program-item {
    margin-bottom: 1.5vw;
  }
  
  .additional-programs .program-item h3 {
    font-size: 3.5vw;
    color: #333; /* Ensure black color is maintained on mobile screens for corporate programs */
    margin-bottom: 0.4vw;
  }
  
  .additional-programs .program-item p {
    font-size: 2.5vw;
    white-space: normal; /* Allow text to wrap if needed */
    padding-left: 2vw;
    padding-right: 1vw;
    max-width: 100%;
  }
}

.community-topBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.community-topBar .left h4 {
  margin: 0;
  font-size: 1.2em;
}

.community-topBar .right p {
  margin: 0;
  color: #666;
}