html, body {
  max-width: 100vw;
  overflow-x: hidden;
}
@font-face {
    src: url(fonts/BebasNeue-Regular.ttf);
    font-family: BebasNeue;
}

@font-face {
    src: url(fonts/BungeeInline-Regular.ttf);
    font-family: BungeeInline;
}
.fulshear {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #5d2d83;
    height: 170px;
    text-align: center;
    padding-left: 30px;
    
    
   
}
.FULSHEAR {
    font-size:90px;
    font-family: BebasNeue;
    color: white;
    letter-spacing: 10px;
    
}
.tsa {
    font-size:90px;
    font-family: BebasNeue;
    color: white;
    letter-spacing: 10px;

}


.nav {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-top: 15px;
    font-size: 20px;
    font-family: Roboto;
    background-color:rgb(84, 27, 138);
    height: 35px;
    
}
.nav a {
    color: white;
    padding-bottom: 1px;
    font-weight: 700;
    text-decoration: none;
}
.nav a:hover {
    font-size: 22px;
    font-weight: bolder;
    text-decoration: underline;
}




.goals {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    background: #f5f6fa;
    gap: 60px;
    font-family: Roboto;
}



.goals > * {
    background: #fff;
    
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 40px 32px;
    max-width: 600px;
    width: 100%;
    text-align: center;
}
.goals h2 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 70px;
    font-weight: 700;
    color: #222;
    font-family: BungeeInline;
    letter-spacing: 10px;
    border: none;
    color:#5d2d83;
    text-shadow: 2px 2px 5px gray;
}

.goals p {
    font-size: 25px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: bolder;
    text-align: justify;
    font-family: BebasNeue;
}


.tsawhat {
    
    
    background-image: linear-gradient(#5d2d83, rgba(0, 0, 0, 0.5)), 
                    url('images-home/tsacomp.JPG');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 550px;
    display: flex;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    width: 100%;
    gap: 100px;
    
}


.tsawhat h2 {
  padding-top: 40px;
  padding-bottom: 0px;
  padding-left: 50px;
    font-size: 70px;
    font-weight: 700;
    color: #222;
    font-family: BungeeInline;
    letter-spacing: 10px;
    border: none;
    color:#fff;
    margin-top: 120px;
    text-shadow: 2px 2px 5px black;
    text-align: center;
}

.tsawhat p {
    
  font-size: 40px;
  color: #fff;
  line-height: 1.4;
  margin-top: 200px;
  font-weight: bolder;
  font-family: BebasNeue;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 30px;
  text-shadow: 2px 2px 5px black;
  width: 100%;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.hero-container {
    position: relative;
    height: 600px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-image:url("images-home/tsanerds.jpg");
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}
.hero-container img {
    width: 350px;
    height: 400px;
    object-fit: cover;
    position: absolute;
    
}

.hero-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);  /* dim overlay */
  z-index: 1;
}
.hero-text {
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: BebasNeue;
    padding: 20px;
    font-size: 30px;
    margin-top: 10px;
    color: #fff;
    -webkit-text-stroke: 0.5px #000;
    -webkit-text-stroke: 2px #000;
    text-shadow: 2px 2px 5px rgb(110, 110, 110);
}

.hero-text p {
    font-family: BebasNeue;
    font-size: 40px;
    margin-top: 10px;
    color: #fff;
    -webkit-text-stroke: 1.5px #000;
    -webkit-text-stroke: 2px #000;
    
    
}
.about {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    background: #f5f6fa;
    gap: 60px;
    font-family: Roboto;
    border-radius: 16px;
}
.about > * {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 40px 32px;
    max-width: 600px;
    width: 100%;
    text-align: center;
}
.about h2 {
     margin-top: 0;
    margin-bottom: 18px;
    font-size: 70px;
    font-weight: 700;
    color: #222;
    font-family: BungeeInline;
    letter-spacing: 10px;
    border: none;
    color:#5d2d83;
}
.about ul {
    font-size: 25px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: bolder;
    font-family: BebasNeue;
    padding-left: 50px;
}
.whatdo > * {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 40px 32px;
     display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.whatdo img {
    display: block;
    margin: 0 auto;
    max-width: 95%;
    object-fit: cover;
    
}
.whatdo h2 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 70px;
    font-weight: 700;
    color: #222;
    font-family: BungeeInline;
    letter-spacing: 10px;
    border: none;
    color:#5d2d83;

    text-align:center;

}
.whatdo p {
    font-size:50px;
    color: #5d2d83;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: bolder;
    font-family: BebasNeue;
    justify-content: center;
    text-align:center;
}

.contacts img {
    width: 100px;

}

.contacts {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    background: #000000;
    gap: 60px;
    font-family: BebasNeue;
    font-size: 40px;
    color: white;
   background-image: url("images-home/pattern.png");
   text-shadow: 2px 2px 5px black;
}

.contacts h2 {
    font-family: BungeeInline;
}

@media (max-width: 1024px) {
  .FULSHEAR, .tsa {
    font-size: 60px;
  }
  .nav {
    gap: 20px;
    font-size: 18px;
  }
  .goals h2, .about h2, .tsawhat h2, .whatdo h2 {
    font-size: 50px;
  }
  .goals p, .about ul, .whatdo p {
    font-size: 22px;
  }
}

/* Mobile (large phones) */
@media (max-width: 768px) {
  .fulshear {
    flex-direction: column;
    height: auto;
    padding: 20px;
    gap: 10px;
  }
  .FULSHEAR, .tsa {
    font-size: 40px;
    letter-spacing: 4px;
    text-align: center;
  }
  .nav {
    flex-wrap: wrap;
    gap: 15px;
    font-size: 16px;
    height: auto;
    padding: 10px 0;
  }
  .hero-container {
    height: auto;
    padding: 40px 0;
  }
  .hero-container img {
    width: 200px;
    height: auto;
    position: static;
    margin-bottom: 20px;
  }
  .hero-text {
    font-size: 30px;
  }
  .hero-text p {
    font-size: 40px;
  }
  .about, .goals {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .about h2, .goals h2, .tsawhat h2, .whatdo h2 {
    font-size: 36px;
  }
  .about ul, .goals p, .whatdo p, .tsawhat p {
    font-size: 18px;
    line-height: 1.4;
  }
  .tsawhat {
    flex-direction: column;
    height: auto;
    gap: 20px;

    background-size: cover;
  }

  .tsawhat h2 {
    font-size: 36px;
    margin-top: 20px;
  }
  .tsawhat p {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0;
    padding:20px;
  }
  .contacts {
    flex-direction: column;
    font-size: 20px;
    gap: 20px;
    text-align: center;
  }
  .contacts img {
    width: 60px;
  }
    .whatdo {
      padding-left: 0;
      padding-right: 0;
    }
    
    .tsawhat p {
      word-break: break-word;
      overflow-wrap: break-word;
      white-space: normal;
      width: 100%;
      box-sizing: border-box;
    }
    
    .whatdo img {
      padding: 0;
      border-radius: 0;
    }
}

/* Small Phones */
@media (max-width: 480px) {
  .FULSHEAR, .tsa {
    font-size: 28px;
  }
  .nav {
    flex-wrap: wrap;
    gap: 15px;
    font-size: 16px;
    height: auto;
    padding: 10px 0;
  }
  .hero-container {
    height: auto;
    padding: 40px 0;
  }
  .hero-container img {
    width: 200px;
    height: auto;
    position: static;
    margin-bottom: 20px;
  }
  .hero-text {
    font-size: 30px;
  }
  .hero-text p {
    font-size: 40px;
  }
  .whatdo p {
    font-size: 18px;
  }
  .contacts {
    font-size: 18px;
  }
  .whatdo {
    padding-left: 10px;
    padding-right: 10px;
  }
  .whatdo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
  }
}
/* Extra: Ultra-small devices and improved mobile layout */
@media (max-width: 375px) {
  .FULSHEAR, .tsa {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .nav {
    flex-wrap: wrap;
    gap: 15px;
    font-size: 16px;
    height: auto;
    padding: 10px 0;
  }
  .hero-container {
    height: auto;
    padding: 40px 0;
  }
  .hero-container img {
    width: 200px;
    height: auto;
    position: static;
    margin-bottom: 20px;
  }
  
  .about h2, .goals h2, .tsawhat h2, .whatdo h2 {
    font-size: 20px;
  }
  .about ul, .goals p, .whatdo p, .tsawhat p {
    font-size: 12px;
  }
  .contacts {
    font-size: 12px;
    gap: 10px;
  }
}
/* Landscape phones and small tablets */
@media (max-width: 600px) {
  .FULSHEAR, .tsa {
    font-size: 24px;
  }
  .nav {
    font-size: 13px;
    gap: 8px;
  }
  .hero-container img {
    width: 120px;
  }
  .about, .goals, .contacts {
    padding: 10px;
    gap: 10px;
  }
}
/* Tablets portrait */
@media (min-width: 481px) and (max-width: 900px) {
  .FULSHEAR, .tsa {
    font-size: 32px;
  }
  .nav {
    font-size: 16px;
    gap: 12px;
  }
  .hero-container img {
    width: 180px;
  }
  .about h2, .goals h2, .tsawhat h2, .whatdo h2 {
    font-size: 28px;
  }
  .about ul, .goals p, .whatdo p, .tsawhat p {
    font-size: 16px;
  }
  .contacts {
    font-size: 16px;
    gap: 16px;
  }
}
/* Desktop large screens */
@media (min-width: 1200px) {
  .FULSHEAR, .tsa {
    font-size: 100px;
  }
  .nav {
    font-size: 24px;
    gap: 60px;
  }
  .hero-container img {
    width: 400px;
  }
  .about h2, .goals h2, .tsawhat h2, .whatdo h2 {
    font-size: 80px;
  }
  .about ul, .goals p, .whatdo p, .tsawhat p {
    font-size: 32px;
  }
  .contacts {
    font-size: 40px;
    gap: 60px;
  }
}
