html {
    font-size: 10px;
}
body {
    font-size: 1rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #333;
}
h1 {
    font-size: 4rem;
    margin-bottom: .5rem;
}
h2  {
    font-size: 3rem;
    margin: 1em 0 .25em;
}
h3  {
    font-size: 2.5rem;
    margin-bottom: .25em;
}
p {
    margin: 0 0 1em;
}
a {
    color: #ffffff;
    text-decoration: none;
}
.logo {
    height: 50px;
    width: auto;
}
header {
    background-color: #58ad49;
    display: flex;
    justify-content: end;
    position: fixed;
    z-index: 100;
    width: 100%;
    box-shadow: 0 2px 9px black;
}
header h1 {margin-bottom: 0;}
header h1 a {
    color: #ffffff;
    font-size: 3rem;
    display: flex;
    align-items: center;
    margin: .5rem 1rem;
}
header a img {
    margin: 1rem 1rem;
    order: 1;
}
nav {
    position: absolute;
    top: 100%;
    background-color: #010101;
    width: 100%;
    display: none;
}
nav li {
    padding: 1rem;
    border-bottom: solid 1px #58AD49;
}
nav li a {
    display: block;
}
nav li a:hover {color: #dddddd;}
.navToggler:checked ~ nav {
    display: block;
}
.navToggler {display: none;}
.navTogglerMenu {
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
}
.mi {
    color: #ffffff
}
.menuClose {
    display: none;
}
.navToggler:checked ~ .navTogglerMenu .menuClose {display: block;}
.navToggler:checked ~ .navTogglerMenu .menuOpen {display: none;}
/*nav ends, hero begins*/
.hero {
    background-image: url(../img/intersect.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100vh;

   position: relative;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(243, 250, 248, 0.82);
    z-index: 0;
}
.ipointlogo, .explorebutton, .heroh2, .lm, .arrow {
    position: relative;
    z-index: 1;
}
.heroh2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #1f2a24;
     font-family: "Source Sans 3", sans-serif;
     padding: 1rem;
     font-weight: 500;
}
.explorebutton {
    background-color: #58AD49;
    padding: 1rem 2rem;
    font-size: 2rem;
    border-radius: 2rem;
    text-decoration: none;
    color: white;

    transition: background-color 0.3s ease,
                transform 0.3s ease,
                box-shadow 0.3s ease;
}
.explorebutton:hover {
    background-color: #4c9b3f;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}
.ipointlogo {
    height: auto;
    max-width: 70%;
    margin-bottom: 1rem;
}
.scrollcue {
    text-align: center;
    padding-top: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    
}
.lm {
    color: #010101;
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.5rem;
}
.about {
    text-align: left;
    padding: 1rem;
    margin-bottom: 2rem;
    background-image: url(../img/architecture1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    position: relative;
    overflow: hidden;
    
}
.about::before {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}
.abouth2, .aboutdiv {
    position: relative;
    z-index: 1;
}
.aboutdiv {
   text-align: left;
    padding: 1rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; 
}
.abouth2 {
   font-family: "Source Sans 3", sans-serif;
   font-weight: 600; 
   color: #e9efe6;
   letter-spacing: 2px;
}

.ap {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.3rem;
    line-height: 1.2;
    width: 100%;
    max-width: 350px;
     background-color: #dbe7dc;
    padding: 2rem;
    color: black;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    border-radius: 9px;
    border-top: 6px solid #58ad49;
}
/*home ends, services begings*/
.serviceshero {
    height: 100vh;
    background-image: url(../img/intersect_services.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;

    position: relative;
    box-shadow: 0 2px 9px black;
}
.serviceshero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.35)
    );
}
.servicesh1 {
color: #e9efe6;
font-family: "Source Sans 3", sans-serif;
font-weight: 600;
letter-spacing: 2px;

position: relative;
z-index: 1;
}
.servicessubheader {
    color: #e9efe6;
    font-family: "Source Sans 3", sans-serif;
     padding: 1rem;
     font-weight: 500;

    z-index: 1;
    position: relative;
    font-size: 2rem;
    
}

.serviceslist {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
    background-color: #e9efe6;
}
/*Private Sector*/
.privateh2 {
  font-family: "Source Sans 3", sans-serif;  
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.privatep {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.privatesectordiv {
    padding: 1rem;
    text-align: left;
    margin-bottom: 4rem;
}
.sector {
    background-color: #dbe7dc;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    border-top: 6px solid #58ad49;
    border-radius: 9px;
}
.privatelist li {
    margin-bottom: 1.5rem;
}
.advocacy {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
}
.advocacyp {
    font-family: "Source Sans 3", sans-serif;
     font-size: 1.05rem;
    line-height: 1.6;
}
.govpro {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
}
.govprop {
    font-family: "Source Sans 3", sans-serif;
     font-size: 1.05rem;
    line-height: 1.6;
}
.comout {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
}
.comoutp {
   font-family: "Source Sans 3", sans-serif;
     font-size: 1.05rem;
    line-height: 1.6; 
}
.issuemag {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
}
.issuemagp {
   font-family: "Source Sans 3", sans-serif;
     font-size: 1.05rem;
    line-height: 1.6; 
}
.regissue {
   font-family: "Source Sans 3", sans-serif;
    font-weight: 400; 
}
.regissuep {
   font-family: "Source Sans 3", sans-serif;
     font-size: 1.05rem;
    line-height: 1.6;  
}
/*Public Sector*/
.publicsectordiv {
    padding: 3rem;
    text-align: left;
    margin-bottom: 4rem;
}
.publich2 {
  font-family: "Source Sans 3", sans-serif;  
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1rem;  
}
.publicp {
   font-family: "Source Sans 3", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem; 
}
.publiclist li {
   margin-bottom: 1.5rem;
}
.eps {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;  
}
.epsp {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;   
}
.imts {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400; 
}
.imtsp {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;  
}
.mrsc {
   font-family: "Source Sans 3", sans-serif;
    font-weight: 400; 
}
.mrscp {
    font-family: "Source Sans 3", sans-serif;
  font-size: 1.05rem;
  line-height: 1.6; 
}
/*services ends, bios begins*/
.bioshero {
    background-image: url(../img/bioshero2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 50vh;
    position: relative;
    padding-top: 10rem;
    box-shadow: 0 2px 9px black;
}
.bioshero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.55)
    );
}
.biosh1 {
  font-family: "Source Sans 3", sans-serif; 
  color: #e9efe6;
  font-weight: 600;
  letter-spacing: 2px;

  position: relative;
  z-index: 1;
}
.biosherop {
color: #e9efe6; 
font-family: "Source Sans 3", sans-serif;
z-index: 1;
position: relative;
padding: 1rem;
font-size: 1.2rem;
font-weight: 500;
width: 100%;
max-width: 600px;
line-height: 1.5;
}
.bios {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 2rem;
}

.bioscard {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #dbe7dc;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    border-top: 4px solid #58AD49;
    border-radius: 9px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    margin-bottom: 2rem;
    height: 100%;
}
.bioscard p {
    text-align: left;
}
.bioscard figure {
    margin-bottom: 1.5rem;
}
.bioscard img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
}
.bioscard figcaption {
    margin-top: 1rem;
    font-family: "Source Sans 3", sans-serif;
    font-size: 2rem;
    font-weight: 600;
}
.biocard p {
     font-family: "Source Sans 3", sans-serif;
     font-size: 1.5rem;
     line-height: 2;
     max-width: 32ch;
}
/*bios end, clients begins*/
.clientshero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../img/clientshero.jpg);
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    box-shadow: 0 2px 9px black;
    padding-top: 6rem;
    position: relative;
    z-index: 0;
}
.clientshero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.35)
    );
}
.clientsh1 {
  font-family: "Source Sans 3", sans-serif; 
  color: #e9efe6;
  font-weight: 600;
  padding: 1rem;
  letter-spacing: 2px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.clientsp {
    color: #e9efe6;
    max-width: 650px;
    font-family: "Source Sans 3", sans-serif; 
    font-size: 1.9rem;
    line-height: 1.5;
    padding: 0 2rem;
    position: relative;
    z-index: 1;

}
.clients {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 1rem;
    text-align: center;
    margin-bottom: 6rem;
}
.clientcard {
    background-color: #dbe7dc;
    font-family: "Source Sans 3", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    padding: 4rem;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 9px;
    border: 2px solid #58AD49;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
                
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.4;
    color: #1f3d2e;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    position: relative;

    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
} 
.clientcard.visible {
    opacity: 1;
    transform: translateY(0);
}
    
    .clientcard::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: #58AD49;
        border-radius: 9px 9px 0 0;
    }
    /*Client page ends, contact begins*/
    .contacthero {
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../img/contacthero.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    .contacthero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.35)
    );
}
    .contacth1 {
        font-family: "Source Sans 3", sans-serif; 
        color: #e9efe6;
         font-weight: 600;
         padding: 1rem;
         letter-spacing: 2px;
        line-height: 1.2;
        position: relative;
         z-index: 1;
    }
    .contact {
        padding: 3rem 1.5rem;
        background-color: #e9efe6;
        font-family: "Source Sans 3", sans-serif;
    }
    .contactblock {
      position: relative;
      background-color: #dbe7dc;
      padding: 2rem;
      margin-bottom: 1.5rem;
      border-radius: 9px;
      margin: 0 auto 1.5rem;
      max-width: 420px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
      border-top: 4px solid #58AD49;
      min-width: 0;
    }
    .contactblock h2 {
       font-family: "Source Sans 3", sans-serif;
       font-size: 1.6rem;  
       font-weight: 600;
       letter-spacing: 1px;
       margin-bottom: 0.5rem;
       color: #1f3d2e;
    }
    .contactblock p {
         font-family: "Source Sans 3", sans-serif;
         font-size: 1.4rem;
         line-height: 1.6;
         color: #1f3d2e;
    }
    .contactblock a {
        color: #1f3d2e;
        border-bottom: 1px solid rgba(31, 61, 46, 0.25);
    }
    


footer {
    background-color: #58AD49;
    color: #e9efe6;
    width: 100%;
    height: 3rem;
    position: fixed;
    bottom: 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2;
    z-index: 100;
    box-shadow: 0 -2px 9px black;
}
@media screen and (min-width: 800px) {
    .navTogglerMenu {display: none;}
    header { justify-content: start;}
    header a img {order: 0;}
    nav {
        all: unset;
        margin-left: auto;
        align-self: center;
    }
    nav ul {
        display: flex;
        margin-right: 1rem;
    }
    nav li {border-bottom: none;
            font-size: 1.4rem;
    }
    nav li a {
        transition: color 0.3s ease;
    }
    nav li a.active {
        color: #dbe7dc;
        font-weight: 700;
        border-bottom: 2px solid #dbe7dc;
        padding-bottom: .4rem;
    }
    .ipointlogo {
        padding-top: 4rem;
    }
    .heroh2 {
        font-size: 2.5rem;
    }
   
.ap {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.aboutdiv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: stretch;
}
/*home ends, services begins*/
.servicesh1 {
    font-size: 6rem;
}
.serviceslist {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    justify-content: center;
}
.privatep,.advocacyp, .govprop, .comoutp, .issuemagp, .regissuep {
    width: 100%;
    max-width: 400px;
}
.publicp, .epsp, .imtsp, .mrscp {
    width: 100%;
    max-width: 400px;
}
/*services ends, bios begins*/
.biosh1 {
    font-size: 6rem;
}
.biosherop {
    font-size: 2rem;
}
.bios {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    padding: 3rem;
    justify-content: center;
    max-width: 1000px;
    margin: 4rem auto ;
}
/*bios end, clients begins*/
.clientsh1 {
    font-size: 6rem;
}
.clientsp {
    font-size: 2rem;
}
.clients {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;

    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
    
}
/*clients end, contact begins*/
.contacth1 {
    font-size: 6rem;
}
.contactblock {
   max-width: 500px;
   width: 100%;
}
.contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}
.contactblock h2 {
    font-size: 2rem;
}
.contactblock p {
    font-size: 1.6rem;
    line-height: 1.7;
}
}

@media screen and (min-width: 1200px) {
    header {
        padding: 0 7%;
    }
}