@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Piazzolla:ital,opsz,wght@0,8..30,100..900;1,8..30,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Coustard:wght@400;900&display=swap');

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html { 
  -webkit-text-size-adjust: 100%; 
}
body { 
  overflow-x: hidden; 
}

/* mainContent styling */

.hero{
  padding: 22px 0 8px;
  margin-top: 150px;
}

.hero-card{
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  border: 1px solid white;
  overflow: hidden;
}

.hero-image{
  position: relative;
  min-height: 420px;
}

.hero-image img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroContent{
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
}

.heroTitle{
  font-family: Alice, serif;
  font-size: 45px;
  line-height: 1.3;
}

.underline{
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
  text-decoration-color: rgba(111,218,211,0.95);
}

.heroSubtitle{
  padding-top: 20px;
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 1.7;
  max-width: 55ch;
}

.heroNavigate{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.descriptionButtons{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 14px;
}

.descButton1{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(126,221,215,0.18);
  border: 1px solid rgba(42,167,160,0.20);
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 600;
}

.descButton1:hover{
  background: rgba(126,221,215,0.18);
  border: 1px solid rgba(42,167,160,0.20);
  transform: translateY(-2px);
  box-shadow: 0 8px 46px rgba(0,0,0,0.05);
}

.smallerText1{
  margin-top: 18px;
  padding: 16px 18px;
  background: rgba(126,221,215,0.20);
  border: 1px solid rgba(42,167,160,0.20);
  text-align: center;
  font-size: 16px;
}

.smallerText1 p{
  margin: 0;
  color: #12323a;
  font-weight: 700;
  line-height: 1.7;
}

.sectionHeader1{
  text-align: center;
  margin-bottom: 18px;
}

.sectionHeader1 h2{
  margin-bottom: 60px;
  margin-top: 30px;
  font-weight: 680;
  letter-spacing: -0.02em;
  font-size: clamp(24px, 3vw, 38px);
}

.gridLayout{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 40px;
}

.gridCard{
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 18px;
  min-height: 180px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gridCard:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 46px rgba(0,0,0,0.12);
  border-color: rgba(42,167,160,0.35);
}

.iconFormat{
  width: 72px;
  height: 72px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(126,221,215,0.50), rgba(42,167,160,0.22));
  border: 1px solid rgba(42,167,160,0.20);
}

.iconFormat i{
  font-size: 25px;
}

.gridText h3{
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
}

.gridText p{
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 35px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 25px;
  place-items: center;
}

.arrowLink{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.7);
  transition: transform .18s ease, background-color .18s ease;
}

.gridCard:hover .arrowLink{
  transform: translateX(2px);
  background: rgba(126,221,215,0.22);
}

.aboutPanel {
  padding: 18px 0 40px;
  margin-top: 10px;
}

.aboutPanelCard {
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  padding: 34px 38px;
}

.aboutPanelCard p {
  padding-left: 35px;
  padding-right: 35px;
}

.aboutPanelTitle {
  font-family: Alice, serif;
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 14px;
  text-align: center;
}

.aboutPanelText {
  font-size: 22px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.78);
  max-width: 80ch;
  margin: auto;
}

.aboutPanelText1{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.78);
  max-width: 80ch;
  margin: auto;
}

.aboutPanelText2{
  font-size: 25px;
  font-weight: 600;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.78);
  max-width: 80ch;
}

.resourcesLinks{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.resourceLink{
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  padding: 10px 18px;
  border-radius: 12px;
  background: rgba(111, 218, 211, 0.12);
  border: 1px solid rgba(111, 218, 211, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  display: inline-block;
  min-width: 260px;
}

.resourceLink:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.10);
}

.extraBox1{
  margin: 0 auto;
  max-width: 980px;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: rgba(111,218,211,0.10);
  border: 1px solid rgba(42,167,160,0.18);
}

.extraHeading1{
  margin: 0 0 10px;
  font-family: Alice, serif;
  font-size: 28px;
  text-align: center;
}

.extraBox1 a{
  color: black;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.websiteRow{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
}


.websiteLink{
  font-family: Alice, serif;
  font-weight: 600;
}

.resourceCardLink{
  font-family: Alice, serif;
  font-weight: 600;
  color: #0B4F4A;
  text-decoration: none;
  position: relative;
}

.resourceCardLink::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  width:100%;
  height:3px;
  background: linear-gradient(90deg, #6FDAD3, #9FE7E2);
  border-radius: 2px;
}

/* End of Main Content */


/* Responsivity */

@media (max-width: 768px) {
  .footer-text {
    max-width: 100%;
  }

  .footer-social {
    justify-content: flex-start;
  }
}
@media (max-width: 992px){
  .hero-card{ 
    grid-template-columns: 1fr; 
  }
  .hero-image{ 
    min-height: 320px;
  }
  .gridLayout{ 
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
  }
}

@media (max-width: 576px){
  .brand-text{
     display: none; 
    }
  .gridLayout{ 
    grid-template-columns: 1fr; 
  }
  .gridCard{ 
    grid-template-columns: auto 1fr;
   }
  .arrowLink{
     display: none; 
    }
}

@media (min-width: 300px) and (max-width: 550px) {
  .resourceCardLink {
  font-size: 12px;
  }
  
  .websiteRow {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  }
  
  .callButton{
  font-size: 14px !important;
  padding: 5px 8px;
  }
  
  .addressFormat{
  font-size: 15px !important;
  }
  }

img, svg, video, canvas, iframe {
  max-width: 100%;
  height: auto;
}
a, .resourceCardLink, .resourceLink {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.websiteRow, .formatCard, .heroContent, .cardBody {
  min-width: 0;
}

.websiteRow a, .formatCard a, .resourcesLinks a {
  max-width: 100%;
}

.callButton, .addressFormat {
  max-width: 100%;
  white-space: normal;
}

.heroTitle{
  font-size: clamp(28px, 4vw, 46px);
}
.heroSubtitle{
  font-size: clamp(16px, 2.1vw, 22px);
}
.gridText h3{
  font-size: clamp(18px, 2.4vw, 26px);
}
.gridText p{
  font-size: clamp(15px, 2.1vw, 22px);
  margin-left: 0;
  text-align: left;
}
.aboutPanelCard p{
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 576px){
  .heroContent{ 
    padding: 22px; 
  }
  .gridCard{ 
    padding: 14px; min-height: 150px;
  }
  .iconFormat{ 
    width: 60px; height: 60px; 
  }
  .iconFormat i{ 
    font-size: 22px; 
  }
  .smallerText1{ 
    font-size: 15px; 
  }
}

/* End of Responsivity */