
body, html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
p, span {
    font-family: "NotoSans", sans-serif;
    font-size: clamp(12px, 2.5vw, 16px);
    font-weight: 400;
    line-height: 1.5;
    color: #4D1254;
    text-align: left;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-size: clamp(24px, 3vw, 36px);
    font-family: "ZarRegular", serif;
    font-weight: 500 ;
    line-height: 1.2;
    color: #4D1254;
}
.page-content-wrapper {
    background-color: #fff;
    width: calc(100% - 90px);
    margin-left: 90px;
    height: 100%;
    transition: transform 0.5s ease;
    overflow-x: hidden;
}
.page-content2{
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    transition: transform 0.5s ease;
}
.hero-video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh; /* Viewport height */
  overflow: hidden;
  z-index:1;
  pointer-events: none;
}
.hero-video-wrapper {
  height: calc(var(--vh, 1vh) * 100);
}
.svg-bottom svg, .svg-bottom {
    margin-top: -1px;
    vertical-align: top;
}
.svg-top svg, .svg-top {
    vertical-align: bottom;
    margin-bottom: -1px;
}
.hero-video-wrapper video {
  width: 100%;
  height: 100vh;
  object-fit: cover; /* Ensures it fills without stretching */
  object-position: center center;
  display: block;
}

.nav-header-sticky {
    background-color: #4D1254 !important;
    position: sticky !important;  /* Sticky positioning */
    top: 0px;                    /* Sticks to the top of the viewport */
    z-index: 2;                 /* Keeps it above other content */
    width: 100%;                 /* Full width */
    padding: 10px 0;             /* Optional, for padding around the header */
}
.aboutus-page-title {
    max-width: 1140px;
    margin: 0 auto; 
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    background-color: #4D1254 !important;
}

.nav-header-sticky h3 {
    color: white;
    margin: 0;
}

.nav-header-sticky img {
    width: 18px;
}

.nav-header-sticky a {
    text-decoration: none;
    color: #fff;
}

.nav-header-sticky a:hover {
    color: #B289BE;
}



.Section2-aboutus{
    padding: 0;
    margin: 0;
    background-color: #2A2B7C ;
    padding: 10px 0px;
}
.Section2-aboutus-container{
    background-color: #2A2B7C ;
    padding: 16px;
    max-width: 1140px;
    min-height: 566px;
    margin: 0;
    margin-top: 0px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.Section2-aboutus-container h2{
    font-size: clamp(24px, 5vw, 36px);
    color: white;
}
.Section2-aboutus-container img{
    margin-top: 20px;
    width: 540px;
}
.Section2-aboutus-container p{
    color: white;   
    margin-bottom: 20px;
}


/* section 3 */
.Section3-aboutus{
    padding: 0;
    margin: 0;
    background-color: #fff ;
    padding: 10px 0px;
}
.Section3-aboutus-container{
    background-color: #fff ;
    padding: 16px;
    max-width: 1140px;
    min-height: 566px;
    margin: 0;
    margin-top: 0px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.Section3-aboutus-container h2{
    font-size: clamp(24px, 5vw, 36px);
    color: 4D1254;
}
.Section3-aboutus-container img{
    margin-top: 20px;
    width: 540px;
}
.Section3-aboutus-container p{
    color: #4D1254;   
    margin-bottom: 20px;
}

/* section 4 */
.Section4-aboutus{
    padding: 0;
    margin: 0;
    background-color: #9DCBEF ;
    padding: 10px 0px;
}
.Section4-aboutus-container{
    background-color: #9DCBEF ;
    padding: 16px;
    max-width: 1140px;
    min-height: 566px;
    margin: 0;
    margin-top: 0px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.Section4-aboutus-container h2{
    font-size: clamp(24px, 5vw, 36px);
    color: 4D1254;
}
.Section4-aboutus-container img{
    margin-top: 20px;
    width: 540px;
}
.Section4-aboutus-container p{
    color: #4D1254;   
    margin-bottom: 20px;
}


/* section 5 */
.Section5-aboutus{
    padding: 0;
    margin: 0;
    background-color: #ffffff ;
    padding: 10px 0px;
}
.Section5-aboutus-container{
    background-color: #ffffff ;
    padding: 16px;
    max-width: 1140px;
    min-height: 566px;
    margin: 0;
    margin-top: 0px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.Section5-aboutus-container h2{
    font-size: clamp(24px, 5vw, 36px);
    color: 4D1254;
}
.Section5-aboutus-container img{
    margin-top: 20px;
    width: 540px;
}
.Section5-aboutus-container p{
    color: #4D1254;   
    margin-bottom: 20px;
}

/* section 6 */

.Section6-aboutus{
    padding: 0;
    margin: 0;
    background-color: #00ab8e;
}
  .Section6-aboutus-container{
    background-color: #00ab8e;
    padding: 16px;
    padding-bottom: 0;
    margin: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding: 160px 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 730px;
}
.quote2-div{
    max-width: 730px;
    border-top: 4px solid #ffffff;
    padding-top: 32px;
    margin-bottom: 8px;
}
.quote2-div h2 {
    color: white;
    font-family: "ZarRegular", serif !important;
    font-weight: 500 !important;
    font-size: clamp(28px, 5vw, 60px); /* Responsive font size */
    margin: 0;
}
.Section6-aboutus-container p{
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: start;
}