:root{
    --primary-color: #F47D02;
    --secondary-color: #ffde59;
    --text-color-light: #e5e7eb;
    --text-color-dark: #383535;
    --dark-bg: #0f172a;
    --text-shadow: 10px 10px 20px #13131343;
}
html{
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    overflow-x: hidden;
}

body{
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    background-color: var(--text-color-light);
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #0f172a;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 20px;
    border: 2px solid var(--text-color-light);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
}


.about-us-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.first-section{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding: 0 50px;
}

.header-container{
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 10vh;
}

.page-title, .page-title.one h2{
    font-family: "Poppins", sans-serif;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    width: 100%;
    height: auto;
    min-height: 10vh;
    text-align: center;
}

.about-us-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0px 30px;
    box-sizing: border-box;
    text-align: center;
    height: auto;
}

#graph{
    width: 60%;
    position: absolute;
    z-index: -99;
    top: 5%;
    right: -25%;
}

#graph2{
    width: 55%;
    position: absolute;
    z-index: -99;
    top: 5%;
    left: -25%;
}

#typing-heading {
    font-family: inherit;
    font-size: 4rem;
    color: var(--primary-color);
    max-width: 80%;
    text-shadow: var(--text-shadow);
    position: relative;
    display: inline-block;
    line-height: 1.55;
    vertical-align: top;
}

.cursor {
    display: inline-block;
    width: 1px;
    height: 1.1em;               
    background: var(--primary-color);
    vertical-align: middle;      
    animation: blink-cursor 0.8s step-end infinite;
}

.cursor.hidden {
    visibility: hidden;
}

.about-us-content p{
    font-family: inherit;
    font-size: 1.2rem;
    color: var(--text-color-dark);
    width: 60%;
    margin: 0;
}

@keyframes blink-cursor {
    from, to { opacity: 1; }
    50%      { opacity: 0; }
}

.second-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 50px;
    
}

.who-we-are{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    box-sizing: inherit;
    gap: 30px;
}

.left-side{
    display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.right-side{
    display: flex;
    width: 40%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.right-side img{
    width: 90%;
    object-fit: contain;
}

.left-side p, .left-side a{
    font-family: inherit;
    font-size: 1.2rem;
    color: var(--text-color-dark);
    line-height: 1.75rem;
    text-decoration: none;
}

.page-title.two, .page-title.two h2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 3rem;
}

.page-title.two{
    padding: 20px 0;
    border-top: 3px dashed var(--primary-color);
    width: 100%;
}

.mission img{
    width: 20%;
}
.vision img{
    width: 20%;
}

.third-section{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    column-gap: 70px;
    height: 100%;
    padding: 30px 50px;
}

.mission, .vision{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    padding: 10px 20px;
    box-sizing: inherit;
    text-align: justify;
    background-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: 5px 5px 20px #13131343,
                20px 20px 0px var(--secondary-color);
    border: 2px dashed var(--secondary-color);
    box-sizing: border-box;
    height: auto;
}

.mission h3, .vision h3{
    font-family: inherit;
    font-size: 3rem;
    text-shadow: var(--text-shadow);
    color: var(--text-color-light);
}

.mission p, .vision p{
    font-family: inherit;
    font-size: 1.2rem;
    color: var(--text-color-light);
    width: 90%;
    padding: 20px 0;
    line-height: 1.75rem;
}

.space{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    height: 5vh;
    margin-top: 2rem;
}

.fourth-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
    height: 100%;
    box-sizing: border-box;
    background-color: var(--primary-color);
}

.how-we-work{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: inherit;
    padding: 0px 50px;
}

.page-title.three, .page-title.three h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    color: var(--text-color-light);
    text-shadow: var(--text-shadow);
}

.fourth-section .description{
    font-family: inherit;
    color: var(--text-color-light);
    font-size: 1.2rem;
}

.list-container{
    display: flex;
    padding: 20px 10px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    box-sizing: inherit;
    background-color: var(--text-color-light);
    width: 100%;
    border-radius: 5px;
    column-gap: 20px;
    box-sizing: border-box;
    box-shadow: 10px 20px 20px #13131343,
                20px 20px 0px var(--secondary-color);
}

.list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.icon-plus-number{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.icon-plus-number img{
    width: 40%;
    object-fit: contain;
    padding: 10px;
    object-position: center;
}

.icon-plus-number h5{
    font-family: inherit;
    font-size: .85rem;
    padding: 0;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 20%;
    border: 1px dashed var(--secondary-color);
    color: var(--text-color-light);
    box-shadow: 0px 15px 20px #19212b6f;
} 

.list-content{
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
    width: 100%;
    color: var(--text-color-dark);
    box-sizing: border-box;
}
.list-content h4{
    font-family: inherit;
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
}
.list-content p{
    font-family: inherit;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
}

.fifth-section{
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 50px;
    background-color: var(--dark-bg);
    justify-content: center;
    align-items: center;
    height: 100%;
    column-gap: 30px;
    position: relative;
}

.faq-left{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.faq-left img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 700px;
}

.faq-right{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding: 20px 0;
    gap: 0px;
}

.page-title.four, .page-title.four h2{
    font-family: inherit;
    font-size: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
}

.page-title.four p{
    font-family: inherit;
    font-size: 1.2rem;
    width: 80%;
    text-align: center;
    color: var(--text-color-light);
}

.faq-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-top: 2.5rem;
      width: 100%;
    }

    .faq-item {
      background: var(--text-color-light);
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      overflow: hidden;
      border: 1px solid var(--text-color-light);
      transition: all 0.18s ease;
    }

    .faq-item:hover {
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
      transform: translateY(-1px);
    }

    .faq-question {
      width: 100%;
      padding: 18px 24px;
      text-align: left;
      background: none;
      border: none;
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--text-color-dark);
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background-color 0.2s;
    }

    .faq-question:hover {
      background: var(--secondary-color);
    }

    .faq-question:focus {
      outline: none;
      background: var(--primary-color);
    }
    
    .faq-question .icon {
      width: 24px;
      height: 24px;
      transition: transform 0.35s ease;
      flex-shrink: 0;
      margin-left: 16px;
    }

    .faq-question[aria-expanded="true"] .icon {
      transform: rotate(180deg);
    }

    .faq-answer {
    z-index: 5;
    opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease;
      background: var(--text-color-light);
   
    }

    .faq-answer-inner {
      padding: 0 24px 24px;
    }

    .faq-answer p {
      color: var(--text-color-dark);
      font-size: 1.02rem;
    }

    /* Active state */
    .faq-item.active .faq-answer {
      max-height: 600px; /* large enough for most content */
      padding: 1px 0;    /* small hack to trigger transition */
      pointer-events: auto;
      opacity: 1;
    }

    .faq-item.active {
  border-radius: 12px 12px 0 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  z-index: 90;                  /* bring opened item slightly forward */
}

.column-container{
    display: flex;
    flex-direction: row;
    width: inherit;
    box-sizing: border-box;
}
.faq-item h2{
    font-family: inherit;
    font-size: 1.25rem;
    margin: 0;
}

.scroll-button {
    position: fixed;
    bottom: 5%;
    right: 3%;
    background-color: var(--primary-color);
    color: var(--text-color-light);
    border-radius: 50%;
    border: 2px dashed #131313;
    width: 4%;
    height: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999;
    font-size: 1.75rem;
    display: none;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.scroll-button:hover{
    opacity: 1;
}

@media (max-width: 575px){
    .first-section{
        padding: 20px 0;
        height: 85vh;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .page-title{
        min-height: 5vh;
    }
    .page-title.one h2, .page-title.two h2, .page-title.three h2, .page-title.four h2{
        font-size: 2rem;
        margin: 0;
    }
    #typing-heading{
        font-size: 2.2rem;
        word-break: break-word;
        width: 100%;
    }
    .about-us-content p{
        font-size: 1rem;
        width: 85%;
    }  
    #graph, #graph2{
        width: 100%;
    }
    #graph{
        right: -49%;
        top: 38%;
    }
    #graph2{
        left: -55%;
        top: 10%;
    }
    .second-section, .third-section, .fourth-section, .fifth-section{
        padding: 20px;
    }
    .column-container{
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .left-side, .right-side{
        width: 100%;
    }
    .left-side p{
        font-size: .85rem;
    }
    .right-side img{
        width: 300px;
        height: 300px;
    }
    .third-section{
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .mission, .vision{
        width: 100%;
        padding: 10px;
        box-shadow: 5px 5px 15px #13131343,
                    12px 12px 0px var(--secondary-color);
    }
    .mission h3, .vision h3{
        font-size: 2rem;
    }
    .mission p, .vision p{
        font-size: .85rem;
    }
    .mission img, .vision img{
        width: 30%;
    }
    .how-we-work{
        width: 100%;
        padding: 20px;
    }
    .fourth-section .description{
        font-size: .85rem;
        text-align: center;
    }
    .list-container{
        flex-direction: column;
        box-shadow: 5px 5px 15px #13131343,
                    12px 12px 0px var(--secondary-color);
    }
    .icon-plus-number img{
        width: 100px;
    }
    .icon-plus-number h5{
        width: 25px;
        height: 25px;
    }
    .list-content h4{
        font-size: 1.25rem;
        margin: 0;
    }
    .list-content p{
        font-size: .85rem;
    }
    .faq-left{
        display: none;
    }
    .faq-right{
        width: 100%;
    }
    .page-title.four p, .faq-answer p{
        font-size: .85rem;
    }
    .scroll-button {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    bottom: 15px;
    right: 15px;
    }
    .space{
        display: none;
    }
    .faq-question{
        font-size: .85rem;
    }
        .faq-item h2{
        font-size: .85rem;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
     .first-section{
        padding: 20px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .second-section, .third-section, .fifth-section{
        padding: 20px;
    }
    .right-side{
        width: 50%;
    }
    .right-side img{
        width: 100%;
        margin-top: 70px;
    }
    .page-title.two h2, .page-title.three h2{
        margin: 0;
    }
    .mission, .vision{
        padding: 10px;
        width: 100%;
        justify-content: stretch;
        box-shadow: 2px 2px 20px #13131343,
                    14px 14px 0px var(--secondary-color);
    }
    .mission img, .vision img{
        width:30%;
    }
    .third-section{
        column-gap: 25px;
    }
    .space{
        display: none;
    }
    .how-we-work{
        padding: 20px;
    }
    .list-container{
        padding: 20px;
        flex-wrap: wrap;
        row-gap: 15px;
        width: 90%;
    }
    .icon-plus-number img{
        width: 20%;
    }
    .icon-plus-number h5{
        left: 30%;
    }
    .scroll-button {
    width: 7%;
    height: 6%;
    font-size: 1.2rem;
    bottom: 15px;
    right: 15px;
    }
    .fifth-section{
        flex-direction: column;
    }
    .faq-left, .faq-right{
        width: 100%;
    }
    .faq-left img{
        height: 420px;
        width: 80%;
    }
    #graph{
        top: 15%;
        width: 90%;
        right: -50%;
    }
    #graph2{
        width: 70%;
        top: 10%;
        left: -30%;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
 .first-section{
        padding: 20px;
        width: 100%;
        position: relative;
        overflow: hidden;
        height: 80vh;
    }
    #graph{
        top: 15%;
        width: 55%;
        left: 70%;
    }
    #graph2{
        top: 5%;
        width: 60%;
        right: 30%;
    }
    .second-section, .third-section{
        padding: 20px;
    }
    .space{
        display: none;
    }
     .scroll-button {
    width: 7%;
    height: 6%;
    font-size: 1.2rem;
    bottom: 15px;
    right: 15px;
    }
}