body,html{
    width: 100%;
    margin: 0px;
    /* background-color: rgb(70, 152, 210); */
}
#intro{
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  background-color: #dfd0bfe7;
  background-image: url('../images/nunciosmi.jpg');
  margin-top: -50px;
  background-size: cover;
  background-position: center;
 
  

}
.introA h1{
  width: 450px;
color: #0004ec;
font-size: 40px;
background-color: #00ccfe;
font-style: italic;
box-sizing: content-box;
border-radius: 20px;
text-align: center;
}
.introA{
  width: 50%;
}
.introB{
  width: 80%;
  height: 350px;
   
 background-position: center;
 background-size: cover;
 margin-top: 20px;
 margin-bottom: 50px;
 
 
}
#History{
    width: 100%;
     background-color: whitesmoke;
     margin-top: 10px;
     margin-bottom: 20px;
}
#History h1{
    text-align: center;
   font-size: 50px;
   font-display: 40px;  
   color: #ededf3;
   background-color: #0004ec;
   margin-left: 0px;
   margin-right: 0px;
}
#History h2{
    text-align: center;
    text-decoration-line: underline;
    color: #ef1726;
}
#History p{
    text-align: center;
    margin-left: 30px;
    margin-right: 30p;
}
.founders-intro h3{
  text-align: center;
  color: #ef1726;
}
.founders-intro p{
  margin-left: 30px;
  margin-right: 30px;
}
#founders{
    width: 100%;
    display: flex;
    gap: 20px;
    background-color: #00ccfe;
  
}
.founder1 img{
    width: 40%;
    height: 300px;
    margin-left: 200px;
    margin-top: 20px;
    border-radius: 50px;
    border: 5px solid #c40807;
    
    
}
.founder1 h3{
text-align: center;
}
.founder1 p{
margin-left: 30px;
}

.others img{
    width: 500px;
    height: 300px;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 20px;
    padding: auto;
    border: 3px solid #b40808;
    border-radius: 40px;
    

  }
.others h3{
    text-align: center;
}
.founders-logo img{
width: 200px;
height: 200px;
margin-left: 200px;
}


/* ===== Milestones Section Background ===== */
.milestones-section {
  background: linear-gradient(180deg, #f0f9ff, #e0f2fe); /* soft sky-blue gradient */
  padding: 3rem 1rem;
}

/* ===== Milestones Card ===== */
#milecard {
  width: min(1100px, 92%);
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background: #ffffff;                 /* white card */
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.06);
  text-align: center;
}

#milecard h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #ef1726;  /* SMI blue */
}

#milecard p {
  line-height: 1.7;
  color: black;
  margin-top: 1.5rem;
  font-size: 1rem;
}

/* ===== Flex Layout for Video + Globe ===== */
#twodivs {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;       /* stacks on mobile */
  margin-bottom: 1rem;
}

/* ===== Video Block + Caption ===== */
.video-block {
  flex: 1 1 320px;
}
.video-caption {
  font-weight: 600;
  text-align: center;
  color: #0004ec;
  margin: 0 0 .5rem;
  font-size: 30px;
}

.video-link {
  display: block;
}

.video-wrapper {
  position: relative;
  width: 100%;
}

.video-thumb {
  width: 80%;
  height: 280px;
  margin-left: 70px;
  border: 6px solid #ef1919;  /* sky blue */
  border-radius: 12px;
  display: block;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

/* Play button overlay */
.play-button {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 18%; min-width: 60px; max-width: 120px;
  pointer-events: none;
}
.play-button svg {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

/* Hover effects for video */
.video-wrapper:hover .video-thumb {
  transform: scale(1.03);
  border-color: #0ea5e9;
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.6);
}
.video-wrapper:hover .play-button svg circle { fill: rgba(0,0,0,0.8); }
.video-wrapper:hover .play-button svg polygon { fill: #ed1a1a; }

/* ===== Globe Block + Caption ===== */
.smicontinent {
  flex: 1 1 320px;
  text-align: center;
}
.smicontinent img {
  width: 80%;
  max-width: 300px;
  border: 6px solid #38bdf8;
  border-radius: 12px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.smicontinent img:hover {
  transform: scale(1.03);
  border-color: #0ea5e9;
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.6);
}
.globe-caption {
  font-weight: 600;
  text-align: center;
  color: #0004ec;
  margin-top: .5rem;
  font-size: 3rem;
}

/* ===== Responsive Captions ===== */
@media (max-width: 768px) {
  .video-caption,
  .globe-caption {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .video-caption,
  .globe-caption {
    font-size: 0.9rem;
  }
}



 

#charism-values{
  display: flex;
  
  gap: 20px;
  padding: 20px;
  width: 100%;
  margin: auto;
  background-color: blanchedalmond;
  height: 250px;
}

.charism, .core-values {
    width: 100%;
    flex: 1 1 45%;
  background: #00ccfe;
  padding: 10px;
  border: 1px solid #c1d415;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  color: black;
  /* margin-left: 40px;
  margin-right: 40px; */
  align-items: center;
  
}


h2 {
  margin-top: 0;
  color: #0c0c0c; /* blue accent */
}

.charism{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: small;
}
#core-values h2{
  color: #040404;
}
.core-values ul {
  list-style-type: disc;
  padding-left: 20px;
  color: black;
  font-size: small;
  
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.core-values li {
  margin: 6px 0;
}


#patron-spirituality{
  display: flex;

  gap: 20px;
  width: 100%;
  margin: 30px;
  padding: 20px;
}

.our-patron h2{
  color: #f02626;
} 
.our-patron img{
    width: 250px;
    height: 250px;
  
}
.our-patron p{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #00ccfe;
    border-radius: 30px;
}

.our-spirituality {
  flex: 1 1 45%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.our-spirituality img{
  width: 800px; ;
  height: 200px;
  margin-right: 30px;
}

.our-spirituality h2 {
  margin-top: 0;
  color: #ef1726; /* blue accent */
}


p {
  line-height: 1.6;
  font-size: 110%;
  margin-right: 30px;
}