.layer-1 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


.layer-2 {
    position: relative;
    background: #F3F6FC; /* give contrast */
    padding: 60px 12vw;
    z-index: 10;
}

.layer-1 .bk-img-l1 img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;  /* background-style */
    z-index: -1;  /* keep behind everything */
}

.layer-3 {
    position: relative;
    margin: 0;
    padding: 80px 204px;
    top: 0;
    background: #fff;
}

.layer-4 {
    background: #fff;
    padding: 50px 9vw;
}

.layer-3 p {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.text-l1 {
        position: absolute;
    color: #fff;
    display: flex;
    width: 75vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    left: 14%;
    margin-top: 70px;
}
.p-l1-1 {
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 400; /* Regular */
    margin-top: 0;
}

#p-l1-2 {
    font-size: 56px;
    letter-spacing: -1.9px;
    font-weight: 600; /* Semi-Bold */
    max-width: 36vw;
    line-height: 57.6px;
    margin-top: 0;
    margin-bottom: 24px;
}
.hero-btn {
    padding: 19px 36px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    width: fit-content;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 400; /* Regular */
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.2s, color 0.2s;
}

.hero-btn:hover {
    background: #fff;
    color: #112250;
}

.bt-1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 0;
    margin-top: 0;
    line-height: 0px;
    align-self: flex-end;
}
.arrow {
        font-size: 28px;
}
.img-l2 {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.p-l3-1 {
    color: #816934;
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0;
}
.history-underline {
    width: 90px;
    height: 2px;
    background: #DCDCDC;
    margin: 12px auto 32px auto;
    border-radius: 2px;
}
.p-l3-2 {
    margin-top: 45px !important;
    font-size: 20px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;
}

.text-l1 .p-l1-1,
.text-l1 #p-l1-2,
.text-l1 .hero-btn:not(.bt-1) {
    transition: transform 0.7s, opacity 0.7s;
}

.text-l1.animate-down .p-l1-1,
.text-l1.animate-down #p-l1-2,
.text-l1.animate-down .hero-btn:not(.bt-1) {
    transform: translateX(-120px);
    opacity: 0;
}

.text-l1 .bt-1.hero-btn {
    transition: transform 0.7s, opacity 0.7s;
}

.text-l1.animate-down .bt-1.hero-btn {
    transform: translateX(120px);
    opacity: 0;
}
.layer-4-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.va-1 {
    background: #112250 !important;
    padding: 19px 25px !important;
}
.hero-btn-1 {
    padding: 19px 36px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    width: fit-content;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 400;
    cursor: pointer;
    transition: 
        border-color 0.4s cubic-bezier(0.4,0,0.2,1),
        transform 0.4s cubic-bezier(0.4,0,0.2,1),
        color 0.4s cubic-bezier(0.4,0,0.2,1);
}

.hero-btn-1:hover {
    color: #fff;
    background: transparent;
    transform: scale(1.07);
    border-color: #dfc58c;
    z-index: 1;
}
.l4-content {
    padding-right: 38px;
    padding-left: 35px;
}
.l4-content div {
    width: 112px;
    height: 112px;
    background: #F3F6FC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l4-img {
    max-width: 70px;
    max-height: 70px;
    display: block;
}
.l4-p1 {
    font-size: 24px;
    font-weight: bold;
    color: #816934;
}
.l4-p2 {
    font-size: 16px;
    font-weight: 400;
    color: #6E7488;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    padding-right: 134px;
    text-align: justify;
}
.layer-5 {
        background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.l5-con {
    display: flex;
    width: 70vw;
    justify-content: space-around;
    background: #F3F6FC;
    margin-top: -1vh;
}
.l5-con div {
    margin-top: 52px;
    margin-bottom: 45px;
}
.layer-5-content { margin-top: 55px;}

.l5-img-wrap {
    position: relative;
    display: inline-block;
}

.l5-img {
    /* display: block; */
    width: 100%;
    height: auto;
}

.l5-text {
    position: absolute;
    top: 0; /* adjust as needed */
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff; /* or your preferred color */
    font-size: 24px; /* adjust as needed */
    font-weight: 600;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.layer-6 {
    background: #fff;
    padding-top: 75px;
}
.l6-content {
    background: #112250;
    display: flex;
    padding: 0px 8vw;
    justify-content: space-between;
    align-items: center;
}
.l6-d1 {
    margin-left: 2.5vw;
}
.l6-d2 {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
}
.bt-2 {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    padding: 0;
    margin-top: 0;
    line-height: 0px;
    align-self: flex-end;
}
.l6-img {
    margin-bottom: -4px;
}
.layer-7 {
        background: #fff;
        position: relative;
        width: 100%;
        background: #DFE6FB;
}
.p-l7-1 {
        color: #816934;
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0px;
    position: relative;
    text-align: center;
    top: 70px;
}

.l7-d1 {
        display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
    flex-direction: column;
}
/* .l7-d1 div{
    margin-right: -2px;
    display: flex;
} */
.l7-d-co {
    position: relative;
}
.l7-d-co img {    
    width: 28vw;
}
.pl1 {
    margin-bottom: 2em;margin-top: 10%;
}
.pl2 {
    color: white;font-size: 20px;
}
.pl3 {
    color: white;margin-top: 50%;
}

.img-l2 .active {
    display: flex;
    opacity: 1;
}

.container-12sd34 {
      position: relative;
      width: 85vw;
      text-align: center;
      margin-bottom: 150px;
      max-height: 726px;
    }

    .container-12sd34 img {
      width: 550px;
      height: auto;
      margin-top: 50px;
      animation: fadeIn 1.5s ease-in-out;
    }

    .container-12sd34.animate .text {
      position: absolute;
      font-weight: bold;
      color: #112250;
      opacity: 0;
      animation: fadeInUp 1s forwards;
      font-size: 32px;
      max-width: 429px;
    }

    /* Text positions */
    .top { top: 0; left: 35%; transform: translateX(-50%); animation-delay: 0.2s; }
    .left-top { top: 25%; left: 0; animation-delay: 0.4s; }
    .left-bottom { bottom: 20%; left: 0; animation-delay: 0.6s; }
    .bottom { bottom: -9%; left: 43%; transform: translateX(-50%); animation-delay: 0.8s; }
    .right-top { top: 25%; right: 0; animation-delay: 1s; }
    .right-bottom { bottom: 20%; right: 0; animation-delay: 1.2s; }


    
    /* Line styling */
    .line {
      position: absolute;
      background: #949494;
      height: 2px;
    }

    .fade {
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

    .show {
        opacity: 1;
    }

    /* Animation Keyframes */
    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.95); }
      to { opacity: 1; transform: scale(1); }
    }

    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes growLine {
      from { width: 0; opacity: 0; }
      /* to { width: 300px; opacity: 1; } */
      to { width: var(--line-width, 300px); opacity: 1; }
    }

    /* .container-12sd34 .text {
        opacity: 0;
        animation: none;
    } */
    /* Example lines pointing inward */
    .container-12sd34.animate .line-left-top { top: 33%; left: 150px; width: 60px;height: 1px; animation-delay: 0.4s;opacity: 0;animation: growLine 1s forwards; }
    .container-12sd34.animate .line-left-bottom { bottom: 33%; left: 150px; width: 60px;height: 1px; animation-delay: 0.6s;opacity: 0;animation: growLine 1s forwards; }
    .container-12sd34.animate .line-right-top { top: 33%; right: 150px; width: 60px;height: 1px; animation-delay: 1s;opacity: 0;animation: growLine 1s forwards; }
    .container-12sd34.animate .line-right-bottom { bottom: 33%; right: 150px; width: 60px;height: 1px; animation-delay: 1.2s;opacity: 0;animation: growLine 1s forwards; }
    /* .line-top { top: 50px; left: 50%; width: 60px; transform: translateX(-50%); animation-delay: 0.2s; } */
    /* .line-bottom { bottom: 50px; left: 50%; width: 60px; transform: translateX(-50%); animation-delay: 0.8s; } */
    .container-12sd34.animate .line-bottom {
        bottom: -2%;
        left: 50%;
        width: 1px;
        height: 0;
        transform: translateX(-50%);
        animation-delay: 0.8s;
      opacity: 0;
        animation: growLineVertical  1s forwards;
    }
    .container-12sd34.animate .line-top {
        top: 50px;
        left: 50%;
        width: 1px;
        height: 0;
        transform: translateX(-50%);
        animation-delay: 0.2s;
        opacity: 0;
        animation: growLineVertical  1s forwards;
    }

    @keyframes growLineVertical {
        from { height: 0; opacity: 0; }
        to { height: 60px; opacity: 1; }
    }

    /* Hide all direct children by default */
.container-12sd34 > div {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
}

/* Show children when animate is active */
.container-12sd34.animate > div {
    opacity: 1;
    pointer-events: auto;
}

.layer4-btn-mobile {
    display: none;
    text-align: center;
    margin-top: 32px;
}
.line-mo {
    display: none;
}
.line-mo1 {
    display: none;
}
.img-l2 img {
    width: 100px;
    height: auto;
}

/* MOBILE RESPONSIVE STYLES */
@media (max-width: 1080px) {
    .main-container,
    .main-wrapper {
        padding: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    .layer-1 {
        height: 60vh;
    }
    .text-l1 {
        width: 90vw;
        left: 5vw;
        margin-top: 30px;
        height: 60vh;
        padding: 0;
        align-items: center;
        align-items: center;
    }
    .p-l1-1 {
        font-size: 12px;
        letter-spacing: 4px;    
    }
    #p-l1-2 {
        font-size: 22px;
        max-width: 90vw;
        line-height: 1.2;
        margin-bottom: 16px;
        font-weight: 400;
        letter-spacing: 0.1px;
        text-align: center;
    }
    .hero-btn,
    .hero-btn-1 {
        padding: 12px 18px;
        font-size: 12px;
        border-radius: 20px;
    }
    .bt-1,
    .bt-2 {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .arrow {
        font-size: 18px;
        margin-left: -7px;
    }

    .layer-2 {
        padding: 30px 4vw;
    }
    .img-l2 {
        align-items: center;
        gap: 10px;
        overflow-x: scroll;
    }
    .img-l2 img {
        width: 60vw;
        max-width: 82px;
        margin-bottom: 8px;
        margin-right: 24px;
    }

    .layer-3 {
        padding: 30px 4vw;
    }
    .p-l3-1{
        font-size: 48px;
        margin-top: 0;
    }
    .p-l7-1 {
        font-size: 20px;
        margin-top: 0;
    }
    .history-underline {
        width: 50px;
        margin: 10px auto 20px auto;
    }
    .p-l3-2 {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 20px !important;
    }

    .layer-4 {
        padding: 30px 4vw;
        text-align: center;
    }
    .layer-4-content {
        flex-direction: column;
        gap: 18px;
        align-items: center;
        margin-top: 40px !important;
    }
    .l4-content {
        padding: 0;
        margin-bottom: 18px;
        border: 1px solid #E6EFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 60px;
        width: 75%;
    }
    .l4-content div {
        width: 115px;
        height: 115px;
    }
    .l4-img {
        max-width: 75px;
        max-height: 75px;
    }
    .l4-p1 {
        font-size: 16px;
    }
    .l4-p2 {
        font-size: 12px;
        padding-right: 0;
    }

    .l5-con {
        flex-direction: column;
        width: 100vw;
        align-items: center;
    }
    .l5-con div {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .l5-img-wrap {
        width: 100vw;
        min-height: 500px;
        overflow: hidden;
    }
    .l5-img-wrap img.l5-img {
        width: auto;
        min-height: 500px;
        margin-left: -400px;
    }
    .l5-text {
        font-size: 16px;
        padding: 0 10px;
    }

    .layer-6 {
        padding-top: 30px;
    }
    .l6-content {
        flex-direction: column;
        padding: 75px 4vw;
        align-items: flex-start;
    }
    .l6-img {
        width: 90vw;
        max-width: 100%;
        display: none;
    }
    .l6-d1 {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .l6-d2 {
        flex-direction: column;
        gap: 10px;
    }

    .layer-7 {
        padding: 0 4vw;
        width: 100vw;
    }
    .l7-d1 {
        margin-top: 30px;
    }
    .container-12sd34 {
        width: 98vw;
        margin-bottom: 60px;
    }
    .container-12sd34 img {
        width: 72vw;
        max-width: 100%;
        margin-top: 20px;
    }
    .container-12sd34 .text {
        font-size: 16px;
        max-width: 90vw;
    }

    /* Footer */
    
    .l4-l56 {
        text-align: center;
        width: 100%;
    }
    .layer4-btn-wrap {
        display: none;
    }
    .layer4-btn-mobile {
        display: block;
    }
    .container-12sd34 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .container-12sd34 img {
    margin-bottom: 18px;
  }
  .container-12sd34 .text {
    position: static !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100%;
    max-width: 90vw;
    margin: 0 0 8px 0;
    text-align: center;
    font-size: 20px;
    opacity: 1 !important;
    animation: none !important;
  }
  .container-12sd34 .line {
    display: none;
  }

  .container-12sd34.animate .text,
  .container-12sd34.animate .line {
    animation: none !important;
    opacity: 1 !important;
    transition: none !important;
    font-size: 16px;
  }
  .line-mo {
    display: block !important;
    position: relative;
    right: 0 !important;
    width: 65% !important;
    margin: 49px 0 24px 0;
  }
  .line-mo1 {
    display: block !important;
    position: relative;
    height: 80px !important;
    width: 1px !important;
    left: 0 !important;
    margin-top: -114px;
  }
  
}
