
.custom-navbar {
    background-color: #EFF2F3 !important; /* Light beige background */
    padding: 10px 0;
}

    /* Navbar links */
    .nav-link {
        font-size: 18px;
        font-weight: 500;
        color: black;
        padding-bottom: 5px;
        position: relative;
    }

    /* Active link underline effect */
    .nav-link.active {
        font-weight: bold;
    }

    .nav-link.active::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: black;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    /* Log In button */
    .btn-login {
        font-weight: 500;
        color: #EF4C39;
        border: 1px solid #EF4C39;
        padding: 5px 15px;
        border-radius: 5px;
        text-decoration: none;
    }

    .btn-login:hover {
        background-color: #EF4C39;
        color: white;
    }

.btn-blue {
    color: #fff !important;
    background-color: #102D4F !important;
  }

.modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.0976311 13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L8.41421 7L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L7 8.41421L1.70711 13.7071C1.31658 14.0976 0.683417 14.0976 0.292893 13.7071C-0.0976311 13.3166 -0.0976311 12.6834 0.292893 12.2929L5.58579 7L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='%23102D4F'/%3E%3C/svg%3E%0A") center/1em auto no-repeat;
    width: 14px;
    height: 14px;
    border-radius: 0;
  }

.navbar-brand img {
    height: 80px; /* Adjust size as needed */
}
.navbar-brand span {
    font-weight: bold !important;
    color: #c0392b; /* Red color for text */
    margin-left: 8px;
}
.btn-member {
    background-color: #BB6721 !important;
    color: white !important;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
}
.btn-member:hover {
    background-color: #8c4915 !important;
}




.userInput input {
    margin: 10px;
    height: 40px;
    width: 30px;
    border: 1px solid #a19f9f;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2rem;
    background: #eef2f3;
  }

  .modal-content {
    background-image: url('../images/popup-bg.png');
  }

  .orange-btn-1{
    background: #fff; color: #BB6721; border: 2px solid #BB6721; font-weight: 500; 
    padding: 8px 12px;
    gap: 10px;
  }
  .orange-btn-1:hover{
    background: #BB6721; color: #fff;
  }


.event-heading{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #102D4F;

}
.about-event{
    font-weight: 400;
    font-size: 40px;
    line-height: 29px;
    color: #102D4F;
}
.read-more{
    font-weight: 400;
    font-size: 18px;
    color: #272B28;
    text-decoration: none;
}
.who-we-are{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #252525;
}
.who-title{
    font-weight: 500;
    font-size: 44px;
    line-height: 54px;
    color: #0F0F0F;
}