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

}

@font-face {
    font-family: 'Avenir Lite';
    src: url('../fonts/AvenirLTProLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Lite italic';
    src: url('../fonts/AvenirLTProLightOblique.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Avenir Lite';
    background-color: #fefefe;
    position: relative;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: #2D5D5D;
}


header {
    z-index: 100;
    position: fixed;
    height: 4rem;
    width: 100%;
    display: flex;
    padding: 2px 20%;
    background-color: #faffff;
    align-items: center;
    justify-content: space-between;
    font-family: 'Avenir Lite';

    box-shadow: #484848 0px 2px 10px;

    .logo {
        font-size: 2.3rem;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 0;
        color: #2D5D5D;
    }

    .new {
        font-size: 1.2rem;
        padding-top: 0.3rem;
        color: #2D5D5D;
    }

    .navi {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0.3rem;


        ul {
            list-style: none;
            display: flex;

            li {
                margin: 1px 10px;

                a {
                    color: #2D5D5D;
                }
            }
        }

        font-size: 0.8rem;


    }

    .cta {
        padding-left: 1rem;

        font-size: 0.8rem;
        color: #2D5D5D;
    }
}

.headercover {
    height: 4rem;
}

.pageimg1 {
    width: 100%;
    position: absolute;
    top: 3.5rem;
    z-index: -1;
    right: 0;
    height: calc(100vh - 3.5rem);
    pointer-events: none;
}

.pageimg2 {
    width: 100%;
    position: absolute;
    bottom: 8rem;
    transform: rotate(180deg);
    z-index: -1;
    left: 0;
    height: calc(100vh - 3.5rem);
    pointer-events: none;
}
.active{
    display: flex;
}
footer {
    background-color: #faffff;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
    
    /* Enforce minimum height */
    min-height: 8rem;
    
    /* Vertically center the content */
    display: flex;
    align-items: center;
    justify-content: center;
    
    padding: 1rem;
    font-family: 'Avenir Lite', sans-serif;
    color: #484848;
    margin-top: auto;
}

.footer-content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

/* --- 1. Contact Section --- */
.footer-item.contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
        width: 200px;

}

.footer-item .label {
    font-size: 0.9rem;
    opacity: 0.7;
    margin-bottom: 0.2rem;
}

.email-link {
    color: #2D5D5D;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.email-link:hover {
    color: #1a3a3a;
}

.email-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #2D5D5D;
    transition: width 0.3s ease;
}

.email-link:hover::after {
    width: 100%;
}

/* --- 2. Mantra Section (Center) --- */
.footer-item.mantra {
    font-size: 1.4rem;
    text-align: center;
    color: #484848;
    
}

.footer-item.mantra span {
    color: #99C1C1;
    margin: 0 0.5rem;
    font-weight: bold;
}

/* --- 3. Copyright Section (Right) --- */
.footer-item.copyright {
    font-size: 0.9rem;
    opacity: 0.6;
    width: 200px;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    footer {
        height: auto; /* Allows growing if needed on very small screens */
        padding: 2rem 1rem;
    }
    
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-item.contact {
        align-items: center;
    }
    
    .footer-item.mantra {
        font-size: 1rem;
        order: -1;
    }
}
.menuicon {
  display: none;
}
@media (max-width:1100px) {
    header {
  /* padding: 2px 20%; */
  padding: 2px 8%;
}


    
}
@media (max-width:850px) {

/* autoload.css | http://192.168.1.11:5500/jiva_startup/beta/assets/autoload.css?v=1768565101057 */

header {
  /* padding: 2px 20%; */
  padding: 2px 2%;
}


    
}

  @media (max-width: 600px) {
  


    header{
        padding: 2px 1rem;
        height: 3.5rem;
        width: calc(100vw);
        .navi{
            display: none;
        }
      
        .logo{
            font-size: 2rem;
        }
          .menuicon{
        display: flex;
        img{
            height: 2rem;
        }
        #menuclose{
          display: none;
        }

    }
    }
.active{
    
  /*! display: block; */position: inherit;
  top: 3.5rem;
  background: inherit;
  width: inherit;
  z-index: 100;
  margin: 0;
  left: 0;
  display: flex;
  padding: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.317) 0px 4px 4px;


}
  }
