
html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


    body {
      margin: 0;
      font-family: Tahoma, Arial, sans-serif;
      color:  #111827;
      line-height: 1.6;
    }

    h1, h2, h3, h4, h5, h6{
      font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    }
    h1{
      font-size: 36px;
      line-height: 1.2;
      text-transform: Normal;
    }
    h2{
      font-size: 28px;
      line-height: 38px;
      text-transform: capitalize;
    }
    h3{
      font-size: 22px;
      line-height: 32px;
    }
    p{
      font-size: 16px;
      line-height: 26px
    }
    img { 
      max-width: 100%; 
      height: auto; 
    } 
    a:hover{
      text-decoration: underline !important;
    }
    a:-webkit-any-link:focus-visible {
    outline-offset: 0 !important;
    box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0px;
}

.btn{
   border-radius: 8px;
    background: #1c6734;
    padding: 12px 18px;
    min-width: 120px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    border: none;
    text-align: center;
    min-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;  
     transition: transform 0.1s ease-out;
}
    .logo-wrap img {
    max-width: 250px;
}
#site-header.sticky-header .logo-wrap img {
    max-width: 220px;
}
    header {
      background-color: #e7f0eb;
      padding: 15px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0 !important;
    width: 100%;
}

    nav {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }
    nav a {
      color: #1c6734;
      text-decoration: none;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 12px 8px;
      min-height: 44px;
    }
    .navbar a:hover {
    text-decoration: none;
}
#hamburger, .closemenu {
    display: none;
}
#site-header {
    width: 100%;
    position: relative;
}
#site-header.sticky-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  background-color: #e7f0eb;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
#site-header.sticky-header .navbar{
  padding: 10px 20px !important;
  transition: padding 0.3s ease;
}
@media(max-width: 800px){
  #hamburger {
        display: flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
}
 .navigation-wrap {
    width: 80%;
    background: #fff;
    position: fixed;
    padding: 30px 20px;
    left: -200%;
    top: 0;
    height: 100vh;
    opacity: 0;
    box-shadow: 2px 0 8px rgba(0,0,0,0.1);
   transition: left 0.4s ease;
   overflow-y: auto;
   z-index: 1000;
}
.navigation-wrap.active{
  opacity: 1;
  left: 0;
}
.closemenu {
    display: block;
    text-align: end;
}
nav.navbar {
    flex-direction: column;
    gap: 20px;
} 

.logo-wrap img {
    max-width: 200px;
}
#hamburger img {
    width: 24px;
    height: 24px;
}
.hero {
    min-height: 350px !important;
}
}
    .hero {
      background-color: #e7f0eb;
      padding: 60px 20px;
      text-align: center;
      min-height: 500px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      margin-top: -1px;
      }

.hero-inner {
    max-width: 1040px;
    text-align: center;
    margin: 0 auto;
}
    .hero h1 {
    color: #1c6734;
    word-wrap: break-word;
}
  .hero-inner h1, .hero-inner p {
    width: 85%;
    margin: 20px auto 15px auto;
}
    .section {
      padding: 48px 24px;
      max-width: 1040px;
      margin: 0 auto;
    }
    .section h2 {
      color: #1c6734;
      margin-top: 10px;
      margin-bottom: 20px;
    }
    .credibility-line {
      font-size: 0.875rem;
      color: #666;
      text-align: center;
      margin-top: 1.5rem;
      margin-bottom: 1rem;
    }
    .footer {
    background-color: #1c6734;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #fff !important;
}
    .footer a {
      color: #fff !important;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .contact-info {
      margin-bottom: 20px;
      font-size: 16px;
    }
    .contact-info a {
      color: #1c6734;
      text-decoration: none;
    }
    ul {
      padding-left: 20px;
    }
    ul li {
      margin-bottom: 0.75rem;
    }

.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
  .button {
    width: calc(100% - 2px);
    min-height: 48px;
    font-size: 16px;
    box-sizing: border-box;
  }
}



/* ========rs css===== */
.about-inner-conn {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
}
#about {
    background: #F9FAFB;
    padding: 60px 20px;
    border-top: 1px solid #D1D5DB;
}
.about-contentside {
    width:68%;
}
.about-contentside h2{
  color: #1c6734;
  margin: 10px 0 20px 0;
}
.about-imgside {
    width: 30%;
}
.about img {
    max-width: 100%;
    border-radius: 8px;
}
#services {
    text-align: center;
        scroll-margin-top: 80px;
}
#for-boards, #for-investor{
   scroll-margin-top: 80px;
}
.subhead {
    text-transform: uppercase;
    letter-spacing: 2px;
        margin: 0;
        color: #4B5563;
}
.service-inner-conn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: auto;
    padding-top: 40px;
}
.serviceCardWrap {
  text-align: left;
  padding: 40px;
  background: #F9FAFB;
  min-height: 350px;
  border-radius: 8px;
  transition: box-shadow 0.1s ease-out, transform 0.1s ease-out;
}
.serviceCardWrap.activeCard, .serviceCardWrap:hover {
    border: none !important;
    transform: translateY(-5px);
    box-shadow: 0 2px 20px 0px rgb(0 0 0 / 11%);
}
.serviceCardWrap h3 {
    margin-bottom: 20px;
}
.board-list {
    padding-left: 20px;
    list-style: disc;
}

.insights-inner-conn {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    justify-content: center;
}

.insightItem {
    text-align: left;
    min-height: 200px;
    background: #F9FAFB;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
}
.insightItem p:before {
    content: url('../assets/images/Link-icon.png');
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.insightItem p a {
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: #1c6734;
    font-weight: 500;
}
#insight {
    text-align: center;
}
.heroBtnwrap {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.btn:hover {
    background: #144a25;
    text-decoration: none !important;
    transform: translateY(-3px);
}
#contact{
  scroll-margin-top: 80px;
}
.contact-section h2{
  color: #1c6734;
  margin: 10px 0 20px 0;
}

.contact-inner-conn {
    display: flex;
        flex-direction: column;
    align-items: center;
    gap: 20px;
}
.contactDetails {
    text-align: center;
}
.callBtn .btn {
    width: fit-content;
    float: right;
}
/* ===responsive css=== */

@media (max-width: 1024px){
  .section, #about {
    padding: 32px 16px;
}
.serviceCardWrap {
    min-height: 250px;
        gap: 20px;
}
 p{
      font-size: 16px;
      line-height: 26px
    }
    h1 {
    font-size: 34px;
    line-height: 1.25;
}
.insightItem {
           width: 40%;
        display: flex;
        align-items: center;
        min-height: 150px;
}

.insights-inner-conn {
    gap: 20px;
}
.insights-inner-conn {
    flex-wrap: wrap;
}
}

@media (max-width: 767px){
  .hero h1, .hero-inner p{
    width: 100%;
        padding-left: 0px;
}
.service-inner-conn { 
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
}
@media (max-width:376px){
  h1 {
        font-size: 24px;
}
    .insightItem {
        text-align: center;
    }
    .serviceCardWrap {
    padding: 20px;
}
}
@media (max-width: 500px){
  .about-inner-conn {
    gap: 20px;
    flex-direction: column;
}
.about-contentside, .about-imgside {
    width: 100%;
}
.section, #about {
    text-align: center;
}
.about-imgside img {
    width: 100%;
}
.logo-wrap img{
  height: 44px;
}
.insights-inner-conn {
    gap: 20px;
}
.insightItem {
       width: 100%;
    }
    .insightItem p:before {
    left: 20px;
}
.insightItem p a {
    font-size: 16px;
    line-height: 26px;
}
.insightItem p{
  margin: 0;
}
.insightItem {
    text-align: center;
}
}

@media(max-width: 768px){
  .hero-inner {
    padding-left: 0;
    text-align: center;
}
.hero-inner h1, .hero-inner p {
    width: 100%;
}
.heroBtnwrap {
    margin-top: 40px;
    justify-content: center;
}

}
@media(max-width: 640px){
 h1 {
    font-size: 28px !important;
    line-height: 1.2;
}
.btn{
    height: 44px;
}
}

@media(max-width: 400px){
  .hero {
    padding: 60px 10px;
}
 h1 {
    font-size: 24px !important;
    line-height: 1.25;
}
.insightItem p:before{
  display: none;
}
}