/* Global Styles */
*{
  margin: 0;
  padding: 0;
  font-family: 'Aptos Display', sans-serif;
}

@font-face {
  font-family: 'Aptos Display';
  src: url('Aptos-Display.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

button a {
    color: inherit;
    text-decoration: none;
}

.scroll-link {
    color: inherit;
}


body {
  height: 100%;
  background: white;
  background-size: cover;
  overflow-x: hidden;
}

#body {
  padding-top: 10px;
  padding-bottom: 50px;
  height: 100%;
  background: white;
  background-size: cover;
}


.description {
  color: #183E6D;
  text-align: center;
  padding: 0px;
  opacity: 1;
  background-color: white;
  padding-bottom: 20px;
  margin-bottom: 20px;
}


.descheader {
  font-size: 40px;
  padding: 25px;
}

.desctext {
  font-size: 15px;
  line-height: 1.8;
  color: #183E6D;
}


.videosection {
  animation: bounce 3s ease-in-out infinite ;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 100px;
  padding-left: 100px;
  opacity: 0.9;
  }
  
  @media (max-width: 1100px) {
      .videosection {
          flex: 1 1 100%;
      }
  }
    
  
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    60% {
      transform: translateY(-12px);
    }
    
    
  }

/* Form and Button Styles */
.button_box{
width: 210px;
margin: 35px auto;
position: absolute;
top: 0;
left: 70px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
border-radius: 30px;
}

.toggle_btn{
padding: 10px 30px;
cursor: pointer;
background: transparent;
border: 0;
outline: none;
position: relative;
color: #183E6D;
}
#login_btn{
  float: left;
}
#register_btn{
  float: right;
}
#btn{
top: 0;
left: 0;
position: absolute;
width: 100px;
height: 100%;
background: #D8E1E8;
border-radius: 30px;
transition: .5s;
scroll-margin-top: 50px;
color: #183E6D;
}
.input_group{
position: relative;
width: 320px;
transition: .5s;
bottom: 20px;
padding-left: 10px;
margin-left: 10px;
padding-right: 10px;
padding-top: 0px;
}
.input_field{
width: 100%;
padding: 10px 0;
margin: 5px 0;
border-left: 0;
border-top: 0;
border-right: 0;
border-bottom: 1px solid #999;
background: transparent;
}
.submit_btn{
width: 85%;
padding: 10px;
cursor: pointer;
margin: 20px;
background: #D8E1E8;
border: 0;
outline: none;
border-radius: 30px;
top: 68px;
font-size: 15px;
color: #183E6D;
}

.submit_btn:hover {
  transform: scale(1.02);
  background: linear-gradient(90deg, #5a82e6, #90a9f0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.check_box{
position: relative;
margin-top: 20px;
margin-bottom: 20px;
}
.spanText{
color: #777;
font-size: 12px;
bottom: 0px;
position: relative;
margin-left: 15px;
}

#login{
  position: absolute;
  top: 100px;
  left: 0px;
  display: block;
}

#register{
  position: absolute;
  left: 0px;
  top: 100px;
  display: none;
}

.login_error{
color: black;
position: absolute;
}

#forgottenPass{
display: block;
margin: auto;
text-align: center;
padding-top: 7px;
font-size: 15px;
}

.g-recaptcha {
width: 350px;
padding-left: 0px;
padding-right: 8px;
}

#error_box{
width: 80%;
padding: 10px;
display: flex;
position: relative;
align-items: center;
justify-content: center;
margin: 10px auto;
border-radius: 10px;
background-color: rgba(241,114,122,100);
z-index: 10;
visibility: hidden;
animation: fadeOut 4s;
-webkit-animation: fadeOut 4s;
-moz-animation: fadeOut 4s;
-o-animation: fadeOut 4s;
-ms-animation: fadeOut 4s;
}


.error_msg{
color: white;
font-size: 15px;
padding: 5px;
}

/* Fade Out Animations */
@keyframes fadeOut {
0% {
  opacity: 1;
}
40% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}
@-webkit-keyframes fadeOut {
0% {
  opacity: 1;
}
40% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}
@-moz-keyframes fadeOut {
0% {
  opacity: 1;
}
40% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}
@-o-keyframes fadeOut {
0% {
  opacity: 1;
}
40% {
    opacity: 1;
}
100% {
  opacity: 0;
}
}

@-ms-keyframes fadeOut {
0% {
  opacity: 1;
}
40% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}




/* Slideshow Styling */
.slideshow-container {
flex: 1;
position: relative;
width: 950px;
height: 650px;
margin: 10px auto; /* Center it */
overflow: hidden;
/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);*/

  border-radius: 0px;
  background-origin: border-box;
  background-clip: content-box, border-box;
background-color: white;
}

.slideshow-container, .slide-img {
  will-change: transform, opacity;
  backface-visibility: hidden;
}


.slide {
display: none;
height: 100%;
width: 100%;
transition: opacity 1s ease-in-out;
}

.slide-img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0px;
}
.fade {
animation: fadeEffect 3s ;
}
@keyframes fadeEffect {
from {opacity: 0.4;}
to {opacity: 1;}
}

.active {
  display: block;
  opacity: 1;

}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: white;
  background: rgba(0,0,0,0.2);
  padding: 10px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  z-index: 10;
}

.prev {left: 10px;}
.next{ right: 10px;}

.dots-container {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active { background-color: white; }



/* Content Container */
.content-container {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin-top: 20px;
}

/* Form Box Styling */
.form_box{
flex:0 0 auto;
width: 350px;
height: 550px;
position: relative;
margin: 0;
background: white;
padding: 5px;
border-radius: 10px;
overflow: hidden;
border: #183E6D solid 2px;
}

.form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* Allows items to stack on smaller screens */
  gap: 30px; /* Reduce gap a bit for better mobile fit */
  max-width: 100%;
  padding: 20px; /* Add internal spacing if needed */
  margin: 0 auto;
  box-sizing: border-box; /* Ensures padding doesn't increase total width */
  overflow: hidden; /* Prevents overflow issues */
  font-family: 'Aptos Display', sans-serif;
  margin-bottom: 50px;
}





.form-info {
  padding-right: 0px;
}

.info-block {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  border: #183E6D solid 2px;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 10px; /* Added some padding to give it space */
}

/* Text styling inside the info block */
.infotext {
  color: #183E6D;
  font-size: 15px;
  margin-top: 0px;
  padding: 10px;
}

/* Hover underline effect */
.hover-underline {
  font-size: 30px;
  color: #183E6D;
  position: relative;
  display: inline-block;
}

/* Pseudo elements for the hover underline effect */
.hover-underline::after,
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #183E6D, #00ffff);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

/* When hovering over the .info-block, trigger the underline animation */
.info-block:hover .hover-underline::after,
.info-block:hover .hover-underline::before {
  transform: scaleX(1);
}



.info-block i {
  font-size: 25px;
  flex-shrink: 0;
  color: #183E6D;
  margin-top: 25px;
}

.info-block i {
  color: #183E6D; /* Neon blue */
  text-shadow: 0px 0px 2px #00aaff, 0px 0px 0px #101314, 0px 0px 0px #0077ff;
  transition: text-shadow 0.3s ease-in-out;
}


.herohead {
  color: white;
  font-size: 100px;
  font-weight: bold;;
  padding-top: 0px;
}


.hero-section {
  background-size: cover;
  padding-top: 80px;
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  padding-bottom: 60px;
}

.hero-section .herologo {
  width: 50%;
  max-width: 100vw;
  height: auto;
  display: block;
  margin: 0 auto;
}



.hero-text {
  font-weight: normal;
  font-size: 30px;
  margin-top: 40px;
  color: white;
  font-family: 'Aptos Display', sans-serif;
}

/*.herobutton {
  background: #6481be;
  color: black;
  border: none;
  padding: 15px;
  font-size: 25px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.herobutton:hover {
  transform: scale(1.02); /* Slightly enlarge the button to make it pop */



.readmore-container {
 justify-content: center;
 display: flex;
 gap: 20px;
 flex-wrap: wrap;
 max-width: 1200px;
 margin: 0 auto;
 padding-bottom: 0px;
 margin-bottom: 0;
}

.readmore{
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
  width: 100%;
  background-color: inherit;
  color: rgb(24,62,109);
  font-family: 'Aptos Display', sans-serif;
}

/*each image container*/
.readitem{
  text-align: center;
  flex: 1;
  min-width: 50px;
}

.readimg {
  width: 220px;
  height: 200px;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(226, 226, 226, 0.6);
  transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.readimg:hover {
  filter: brightness(75%);
  transform: scale(0.99);
}


.readheader {
  font-size: 30px;
  padding: 20px;
  margin-bottom: 20px;
  color: rgb(24,62,109);
  font-family: 'Aptos Display', sans-serif;
}

.readlink {
  font-size: 15px;
  color: white;
  font-family: 'Aptos Display', sans-serif;
  position: flex;
}

.text {
  position: absolute;
}


.readlink a {
  color: rgb(24,62,109);
}
.readlink a:hover {
  opacity: 0.95;
  color: lightblue;
  text-decoration: underline;
}

.quote-section {
  color: rgb(24,62,109);
  margin-top: 0;
  width: 100%;
  height: 800px; /* Adjust height if needed */
  display: flex;
  flex-direction: column; /* Stack elements */
  justify-content: center; /* Center vertically */
  align-items: center; /* Center horizontally */
  background: white;
  position: relative;
  padding: 20px;
  /*clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);*/
}

.quote-text {
  color: rgb(24,62,109);
  font-size: 18px;
  font-style: italic;
  text-align: center;
  max-width: 600px; /* Keep it responsive */
  padding: 20px;
  margin-top: 0;
  font-family: 'Aptos Display', sans-serif;
  margin-bottom: 40px;
}


@font-face {
  font-family: 'PassionOne';
  src: url('PassionOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.quote-marks {
  font-size: 100px;
  font-family: 'PassionOne';
  position: absolute;
  top: 40px;
  right: 20%;
  color: rgb(24,62,109);
}

.quote-author {
  font-style: italic;
  text-align: center;
  color: rgb(24,62,109);
  margin-top: 10px;
  font-family: 'Aptos Display', sans-serif;
}