.custom-navbar {
    background: linear-gradient(90deg, rgba(160, 18, 8, 1) 0%, rgba(155, 17, 7, 1) 38%, rgba(147, 16, 6, 1) 65%, rgba(117, 12, 6, 1) 100%);
    /* font-family: 'Arial', sans-serif; */
    padding: 10px 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-brand .logo {
    height: auto;
    width: 80px;
}

.nav-link {
    color: #fff !important;
    font-size: 1rem;
    font-family: 'sen';
    text-transform: uppercase;
    padding: 10px 15px;
    transition: color 0.3s;
}

.nav-links li {
    margin-left: 20px;
    /* Space between links */
}

.nav-link:hover,
.nav-link.active {
    color: #FFD700 !important;
}

.nav-div {
    justify-content: center;
}

.about-alishan {
    background: radial-gradient(50% 50% at 50% 50%, #951108 0%, #570904 100%);
    /* height: 92px; */
}

.being-right-about {
    font-size: 18px;
    color: white;
    font-weight: lighter;
    font-family: 'Sen';
    letter-spacing: 0.1em;
    text-align: justify;
    margin-top: 120px;
    line-height: 2.3rem;
    padding: 0px 40px;
}

.being-img img {
    max-width: 70% !important;
    max-height: 100% !important;
}


/* @media(max-width: 1024px) {   
} */


@media only screen and (min-width: 991px) and (max-width: 1268px)  {
    .being-right-about {
        font-size: 16px;
        color: white;
        font-weight: lighter;
        font-family: 'Sen';
        letter-spacing: 0.1em;
        text-align: justify;
        margin-top: 80px;
        line-height: 2.1rem;
        padding: 0px 30px;
    }

    .being-img img {
        width: 90%;
        margin-bottom: 30px;
        margin-top: 60px !important;
    }

}

@media(max-width: 868px){
    .being-right-about {
        font-size: 16px;
        color: white;
        font-weight: lighter;
        font-family: 'Sen';
        letter-spacing: 0.1em;
        text-align: justify;
        margin-top: 80px;
        line-height: 2.3rem;
        padding: 0px 30px;
    }

}

@media(max-width: 468px) {
    .being-right-about {
        font-size: 14px;
        color: white;
        font-weight: lighter;
        font-family: 'Sen';
        letter-spacing: 0.1em;
        text-align: justify;
        margin-top: 20px;
        line-height: 2.3rem;
        padding: 0px 20px;
        /* display: flex; */
        /* padding-left: 150px */
    }

    .being-img img {
        width: 70%;
        margin-bottom: 30px;
    }
}


.about-alishan {
    background: radial-gradient(50% 50% at 50% 50%, #951108 0%, #570904 100%);
    /* height: 92px; */
}

.being-right-about hr {
    width: 10%;
    height: 5px;
    background: linear-gradient(90deg, #8E0F06 0%, #E7BF43 46.9%, #890E06 98.39%, #901007 98.4%);
    border: none;
    margin: 30px 0;
    position: absolute;
    margin-top: 15px;
    margin-left: 10%;
    opacity: 1;
}

.being-right-about span {
    font-size: 26px;
    color: white;
    font-family: 'Sen';
    letter-spacing: 0.4rem;
    position: relative;
    top: 13px;
}

@media(max-width: 468px) {
    .being-right-about span {
        font-size: 20px;
        color: white;
        font-family: 'Sen';
        position: relative;
        top: 4px;
    }

    .alishaan-head {
        width: 120px;
    }

    .being-right-about hr {
        width: 30%;
        height: 4px;
        background: linear-gradient(90deg, #8E0F06 0%, #E7BF43 46.9%, #890E06 98.39%, #901007 98.4%);
        border: none;
        margin: 30px 0;
        position: absolute;
        margin-top: 6px;
        margin-left: 22%;
        opacity: 1;
    }

    .title-content {
        margin-top: 20px !important;
        line-height: 25px;
    }

    .desc-content1 {
        margin-top: 6px;
        line-height: 25px !important;
    }
}

.title-content {
    margin-top: 35px;
    font-size: 1rem;
    letter-spacing: 0.05rem;
}

.desc-content1 {
    margin-top: 18px !important;
    font-size: 1rem;
    letter-spacing: 0.05rem;
}

.legacy-box {
      border: 1px solid rgb(237 169 54);
      border-radius: 16px;
      padding: 0px 20px;
      display: flex;
      align-items: center;
    }

    .legacy-content h3 {
      font-size: 3rem;
      font-family: 'Playfair Display';
      font-weight: bold;
      color: #ffb347; /* orange heading */
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .legacy-content h3 i {
      color: #ffb347;
      font-size: 3rem;
    }

    .legacy-content p {
      color: #ddd;
      font-size: 16px;
      letter-spacing: 0.02rem;
      margin-bottom: 15px;
    }

    .legacy-img img {
      width: 75%;
    }

    .quality-content h3{
      text-align: end;
      font-size: 3rem;
      font-family: 'Playfair Display';
      font-weight: bold;
      color: #ffb347;
      align-items: center;
    }

    .quality-content h3 i {
      color: #ffb347;
      font-size: 3rem;
    }

    .quality-content p {
      color: #ddd;
      font-size: 16px;
      letter-spacing: 0.02rem;
      margin-bottom: 15px;
      text-align: end;
    }

    .quality-img img {
      width: 75%;
    }

    .certification-section {
      background: radial-gradient(50% 50% at 50% 50%, #951108 0%, #570904 100%); /* dark red */
      color: #fff;
      text-align: center;
      padding: 60px 0px 0;
    }

    .certification-section h2 {
      font-size: 3rem;
      font-family: 'Playfair Display';
      font-weight: bold;
      color: #ffb347;
      margin-bottom: 10px;
    }

    /* Heading wrapper with lines */
    .heading-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      margin-top: 5rem;
    }

    .heading-wrap::before,
    .heading-wrap::after {
      content: "";
      flex: 1;
      height: 4px;
      background: linear-gradient(to right, #5f0705, #ffcc00, #5e0604);
      margin: 0px 85px;
    }

    .certification-section p.sub-text {
      color: #ddd;
      font-size: 16px;
      letter-spacing: .02rem;
      margin-bottom: 40px;
    }

    .certification-img img {
      max-width: 100%;
      margin: 0 auto 40px;
      display: block;
    }

    .certification-banner {
      background: linear-gradient(90deg, #f7b627, #f6a95b); /* gold gradient */
      color: #7a0d0d;
      font-weight: bold;
      font-family: 'Playfair Display';
      font-weight: bold;
      font-size: 3rem;
      padding: 20px;
      margin-top: 40px;
    }

    .certification-banner small {
      display: block;
      font-size: 14px;
      font-weight: normal;
      margin-bottom: 5px;
    }

/* media query  */
@media (max-width: 576px) {
    .legacy-content h3 {
        font-size: 2rem;
    }
    .legacy-content h3 i {
        font-size: 2rem;
    }
    .legacy-content p {
        font-size: 1rem;
        letter-spacing: 0.05rem;
        color: #f4efef;
        text-align: justify !important;
    }
    .legacy-img img {
        display: none;
    }

    .quality-content h3 {
        font-size: 2rem;
    }
    .quality-content h3 i {
        font-size: 2rem;
    }
    .quality-content p {
        font-size: 1rem;
        letter-spacing: 0.05rem;
        color: #f4efef;
        text-align: justify !important;
    }
    .certification-section h2 {
        font-size: 2rem !important;
    }

    .heading-wrap {
        margin-top: 0 !important;
    }
    .certification-section p.sub-text {
        font-size: .8rem;
        margin-bottom: 20px;
    }

    .certification-banner {
        font-size: 2rem !important;
    }

    .certification-banner small {
        font-size: 9px !important;
    }
}