* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Fonts Start */
@font-face {
    font-family: Elikora;
    src: url(../fonts/Elikora.ttf);
}

@font-face {
    font-family: Sharp-Grotesk-Book-20;
    src: url(../fonts/Sharp\ Grotesk\ Book\ 20\ Regular.ttf);
}

/* Fonts End */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Elikora, sans-serif;
}

/* Navbar Start */
.navbar {
    background: transparent;
    padding: 2rem 7% 2rem 7%;
    position: absolute;
    width: 100%;
    align-items: center;
    z-index: 100;
}

.navbar .navbar-brand img {
    width: 180px;
}

.navbar .nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: calc(0.65rem + 0.5vw);
    padding: 0.6rem 0.5rem !important;
    margin-left: 4rem;
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    font-weight: 550;
}

.navbar .nav-link.active {
    border-bottom: 2px solid #fff;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .navbar {
        padding: 1.8rem 7% 1.8rem 7%;
    }

    .navbar .navbar-brand img {
        width: 165px;
    }

    .navbar .nav-link {
        font-size: calc(0.6rem + 0.5vw);
        padding: 0.5rem 0.5rem !important;
        margin-left: 3.5rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .navbar {
        padding: 1.5rem 7% 1.5rem 7%;
    }

    .navbar .navbar-brand img {
        width: 150px;
    }

    .navbar .nav-link {
        font-size: calc(0.55rem + 0.5vw);
        padding: 0.5rem 0.5rem !important;
        margin-left: 2.8rem;
    }
}

@media screen and (max-width: 768px) {
    .navbar {
        padding: 1rem 1rem;
    }

    .navbar .navbar-brand img {
        width: 110px;
    }

    .navbar-toggler {
        border: none;
        outline: none;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    #mobileMenu {
        width: 75%;
        background-color: #e3b037;
    }

    #mobileMenu .navbar-brand img {
        width: 150px;
        background-color: #000;
        padding: 1rem 1rem;
        border-radius: 10px;
    }

    #mobileMenu .nav-link {
        color: #fff;
        font-size: calc(0.9rem + 0.5vw);
        font-family: Sharp-Grotesk-Book-20, sans-serif;
        font-weight: 550;
        margin: 0.5rem 0;
        width: max-content;
    }

    #mobileMenu .nav-link.active {
        border-bottom: 2px solid #fff;
    }

    /* .navbar.sticky-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #83633c;
        padding: 0.5rem 1rem;
        align-items: center;
        transition: all 0.2s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        z-index: 1000;
    }
    .navbar.sticky-nav .navbar-brand img {
        width: 50px !important;
    }
    .navbar.sticky-nav .navbar-toggler .navbar-toggler-icon {
        filter: brightness(0) invert(1);
    } */
}

/* Navbar End */

/* Banner Start */
.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner .banner-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.433);
}

.banner img {
    width: 100%;
}

.banner .banner-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 7%;
    color: #fff;
    z-index: 10;
}

.banner .banner-content h1 {
    font-size: calc(3rem + 0.5vw);
    margin-top: 5rem;
}

.banner .banner-content p {
    font-size: calc(0.6rem + 0.5vw);
    width: 47%;
    margin-top: 1.5rem;
    font-family: Sharp-Grotesk-Book-20, sans-serif;
}

.banner .banner-content button {
    font-size: calc(0.8rem + 0.5vw);
    font-family: Elikora, sans-serif;
    margin-top: 1rem;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 30px;
    padding: 0.75rem 2rem;
    transition: all 0.2s ease;
}

.banner .banner-content button:hover {
    background-color: #f2c663;
    color: #fff;
}

.banner .banner-content button:active {
    scale: 0.95;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .banner .banner-content h1 {
        font-size: calc(2.8rem + 0.5vw);
        margin-top: 4.8rem;
    }

    .banner .banner-content p {
        font-size: calc(0.55rem + 0.5vw);
        margin-top: 1.3rem;
    }

    .banner .banner-content button {
        font-size: calc(0.7rem + 0.5vw);
        margin-top: 0.8rem;
        padding: 0.7rem 2rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .banner .banner-content h1 {
        font-size: calc(2.5rem + 0.5vw);
        margin-top: 4.6rem;
    }

    .banner .banner-content p {
        font-size: calc(0.5rem + 0.5vw);
        margin-top: 1rem;
    }

    .banner .banner-content button {
        font-size: calc(0.68rem + 0.5vw);
        margin-top: 0.7rem;
        padding: 0.65rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        height: auto;
    }

    .banner .banner-layer {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.492) 10%, rgba(0, 0, 0, 0) 52%);
    }

    .banner .banner-content {
        padding: 0 1rem;
        position: relative;
    }

    .banner .banner-content h1 {
        font-size: calc(1.8rem + 0.5vw);
        margin-top: -5.3rem;
    }

    .banner .banner-content p {
        font-size: calc(0.8rem + 0.5vw);
        width: 100%;
        margin-top: 1.4rem;
        color: #000;
    }

    .banner .banner-content button {
        font-size: calc(0.9rem + 0.5vw);
        margin-top: 0.2rem;
        background-color: #000;
        color: #fff;
        padding: 0.5rem 1.3rem;
    }
}

@media screen and (min-width: 410px) and (max-width: 768px) {
    .banner .banner-layer {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.492) 10%, rgba(0, 0, 0, 0) 60%);
    }
}

/* Banner End */

/* Founder Start */
.founder {
    padding: 5rem 7% 4rem 7%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.founder .founder-content {
    width: 50%;
}

/* RIGHT COLUMN (Image + Cards) */
.right-column {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Founder Image */
.founder .founder-image {
    width: 100%;
    text-align: center;
}

.founder .founder-image img {
    width: 100%;
    height: auto;
}

/* Founder Text Content */
.founder .founder-content h2 {
    font-size: calc(3.5rem + 0.5vw);
    color: #000;
}

.founder .founder-content span {
    display: block;
    font-size: calc(0.7rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    font-weight: 600;
    color: #000;
}

.founder .founder-content .line {
    width: 80%;
    height: 3px;
    background-color: #000;
    margin: 2rem 0;
    border-radius: 10px;
}

.founder .founder-content .summary span {
    display: block;
    font-size: calc(1rem + 0.5vw);
    font-weight: 700;
    color: #000;
}

.founder .founder-content .summary p {
    font-size: calc(0.6rem + 0.5vw);
    margin-top: 1.5rem;
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;
}
.founder .founder-content .summary li {
    font-size: calc(0.6rem + 0.5vw);
    margin-top: 0.6rem;
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;
}

/* Button + Icons Group */
.download-block {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 25px;
}

/* Dual Button */
.dual-btn {
    display: inline-flex;
    height: 50px;
    text-decoration: none;
}

.btn-left {
    background: #3b3551;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    height: 50px;
}

.btn-right {
    width: 55px;
    background: #b39a56;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.btn-right i {
    color: #fff;
    font-size: 16px;
    transform: translate(20px, 4px);
}

.btn-text {
    transform: translateY(8px);
    color: #ffffff !important;
    font-size: 16px;
    letter-spacing: 0.5px;
}

/* Divider */
.divider {
    width: 1px;
    height: 45px;
    background: #d1d1d1;
}

/* Icon Buttons */
.icon-buttons {
    display: flex;
    gap: 12px;
}
.icon-buttons a {
    text-decoration: none;
}

.icon-btn {
    width: 48px;
    height: 48px;
    background: #b39a56;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.icon-btn i {
    color: #fff;
    font-size: 18px;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .founder {
        flex-direction: column;
        padding: 2rem 1rem;
    }

    .founder .founder-content,
    .right-column {
        width: 100%;
    }

    .founder .founder-content .line {
        width: 70%;
        height: 2.5px;
        margin: 1rem 0;
    }
}

/* Founder End */

/* About Founder Start (Cards under Image) */
.about-founder {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 120px;
    align-items: center;
}

.about-founder .founder-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.about-founder .founder-card img {
    width: 80px;
    height: 120px;
    object-fit: contain;
}

.about-founder .founder-card span {
    font-family: Elikora, sans-serif;
    font-size: calc(1.3rem + 0.5vw);
    color: #000;
    text-align: center;
    transition: 0.5s;
}

.about-founder .founder-card:hover span {
    color: #e3b037;
}

.about-founder .founder-modal-content {
    display: none;
}

.about-founder .founder-modal-content ul li b {
    font-size: 22px;
    font-weight: 700;
}

.about-founder .founder-modal-content ul li {
    margin-bottom: 30px;
    line-height: 1.7;
}

/* ================================
   1230px – 1399px (Large Screens)
================================ */
@media screen and (min-width: 1230px) and (max-width: 1399px) {

    .about-founder {
        gap: 150px; /* Slightly reduced spacing */
    }

    .about-founder .founder-card img {
        width: 90px;
        height: 125px;
    }

    .about-founder .founder-card span {
        font-size: calc(1.1rem + 0.4vw);
    }
}

/* ================================
   992px – 1229px (Medium Screens)
================================ */
@media screen and (min-width: 992px) and (max-width: 1229px) {

    .about-founder {
        gap: 275px;
        padding: 0 40px; /* Pull content inward */
    }

    .about-founder .founder-card img {
        width: 65px;
        height: 95px;
    }

    .about-founder .founder-card span {
        font-size: calc(1rem + 0.4vw);
    }
}

/* ================================
   max-width: 768px (Mobile)
================================ */
@media screen and (max-width: 768px) {

    .about-founder {
        gap: 40px;
        padding: 0 20px;
    }

    .about-founder .founder-card {
        width: 100%;
    }

    .about-founder .founder-card img {
        width: 60px;
        height: 90px;
    }

    .about-founder .founder-card span {
        font-size: 1.2rem;
    }

    .about-founder .founder-modal-content ul li {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* About Founder End */

/* About Us Start */
.about-us {
    padding: 4rem 0 0 0;
    margin-top: -80px;
    /* move section slightly up */
}

.about-us h3 {
    font-size: calc(3.5rem + 0.5vw);
    color: #000;
    text-align: center;
    margin-bottom: 3.5rem;
}

.about-us .about-content {
    display: flex;
    flex-wrap: wrap;
}

.about-us .about-content .about-box {
    width: 50%;
    background-color: #ecc05b;
}

.about-us .about-content-bottom .about-box {
    background-color: #172a54;
    color: #fff;
}

.about-us .about-content .about-text-box {
    padding: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-us .about-content .about-text-box h4 {
    font-size: calc(3rem + 0.5vw);
    color: #000;
}

.about-us .about-content .about-text-box p {
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    font-size: calc(0.6rem + 0.5vw);
    color: #000;
    margin-top: 1.5rem;
}

.about-us .about-content .about-text-box button {
    font-size: calc(0.8rem + 0.5vw);
    font-family: Elikora, sans-serif;
    margin-top: 2rem;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 0.8rem 2.5rem;
    transition: all 0.2s ease;
}

.about-us .about-content .about-text-box button:hover {
    background-color: #fff;
    color: #000;
}

.about-us .about-content-bottom .about-text-box button {
    background-color: #fff;
    color: #000;
}

.about-us .about-content-bottom .about-text-box button:hover {
    background-color: #f2c663;
    color: #fff;
}

.about-us .about-content .about-text-box button:active {
    scale: 0.95;
}

.about-us .about-content .about-box img {
    width: 100%;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .about-us {
        padding: 3.5rem 0 0 0;
    }

    .about-us h3 {
        font-size: calc(3rem + 0.5vw);
        margin-bottom: 3.2rem;
    }

    .about-us .about-content .about-text-box {
        padding: 5.5rem;
    }

    .about-us .about-content .about-text-box h4 {
        font-size: calc(2.8rem + 0.5vw);
    }

    .about-us .about-content .about-text-box p {
        font-size: calc(0.55rem + 0.5vw);
        margin-top: 1.3rem;
    }

    .about-us .about-content .about-text-box button {
        font-size: calc(0.75rem + 0.5vw);
        margin-top: 1.8rem;
        padding: 0.8rem 2.5rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .about-us {
        padding: 3rem 0 0 0;
    }

    .about-us h3 {
        font-size: calc(2.7rem + 0.5vw);
        margin-bottom: 2.8rem;
    }

    .about-us .about-content .about-text-box {
        padding: 5rem;
    }

    .about-us .about-content .about-text-box h4 {
        font-size: calc(2.6rem + 0.5vw);
    }

    .about-us .about-content .about-text-box p {
        font-size: calc(0.5rem + 0.5vw);
        margin-top: 1rem;
    }

    .about-us .about-content .about-text-box button {
        font-size: calc(0.7rem + 0.5vw);
        margin-top: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .about-us {
        padding: 2rem 0 0 0;
    }

    .about-us h3 {
        font-size: calc(2rem + 0.5vw);
        margin-bottom: 2rem;
    }

    .about-us .about-content-top {
        flex-direction: column-reverse;
    }

    .about-us .about-content .about-box {
        width: 100%;
    }

    .about-us .about-content .about-text-box {
        padding: 1.5rem 1rem 1.7rem 1rem;
    }

    .about-us .about-content .about-text-box h4 {
        font-size: calc(1.8rem + 0.5vw);
    }

    .about-us .about-content .about-text-box h4 br {
        display: none;
    }

    .about-us .about-content .about-text-box p {
        font-size: calc(0.8rem + 0.5vw);
        margin-top: 0.5rem;
    }

    .about-us .about-content .about-text-box button {
        font-size: calc(0.9rem + 0.5vw);
        margin-top: 0.5rem;
        padding: 0.5rem 1.5rem;
    }
}

/* About Us End */

/* Why Choose Us Start */
.why-choose-us {
    padding: 5rem 7% 1rem 7%;
}

.why-choose-us h5 {
    font-size: calc(3rem + 0.5vw);
    color: #000;
    text-align: center;
}

.why-choose-us-cards-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.why-choose-us-cards-row .why-choose-us-card {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-choose-us-cards-row .why-choose-us-card img {
    width: 90px;
    height: 140px;
    object-fit: contain;
}

.why-choose-us-cards-row .why-choose-us-card p {
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    font-size: calc(0.8rem + 0.5vw);
    color: #000;
    margin-top: 0.2rem;
    text-align: center;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .why-choose-us {
        padding: 4.5rem 7% 0.8rem 7%;
    }

    .why-choose-us h5 {
        font-size: calc(2.5rem + 0.5vw);
    }

    .why-choose-us-cards-row {
        margin-top: 1.7rem;
    }

    .why-choose-us-cards-row .why-choose-us-card img {
        width: 80px;
        height: 130px;
    }

    .why-choose-us-cards-row .why-choose-us-card p {
        font-size: calc(0.75rem + 0.5vw);
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .why-choose-us {
        padding: 4rem 7% 1rem 7%;
    }

    .why-choose-us h5 {
        font-size: calc(2.2rem + 0.5vw);
    }

    .why-choose-us-cards-row {
        margin-top: 1.5rem;
    }

    .why-choose-us-cards-row .why-choose-us-card img {
        width: 70px;
        height: 120px;
    }

    .why-choose-us-cards-row .why-choose-us-card p {
        font-size: calc(0.7rem + 0.5vw);
        margin-top: 0.1rem;
    }
}

@media screen and (max-width: 768px) {
    .why-choose-us {
        padding: 2rem 1rem 0 1rem;
    }

    .why-choose-us h5 {
        font-size: calc(1.8rem + 0.5vw);
    }

    .why-choose-us-cards-row {
        margin-top: 1.3rem;
    }

    .why-choose-us-cards-row .why-choose-us-card {
        width: 100%;
        margin-bottom: 1rem;
    }

    .why-choose-us-cards-row .why-choose-us-card img {
        width: 80px;
        height: 120px;
    }

    .why-choose-us-cards-row .why-choose-us-card p {
        font-size: calc(1rem + 0.5vw);
        margin-top: 0.1rem;
    }
}

/* Why Choose Us End */

/* Experience Start */
.experience {
    padding: 3rem 7% 0 7%;
}

.experience h6 {
    font-size: calc(3rem + 0.5vw);
    color: #000;
    text-align: center;
}

.experience p {
    font-size: calc(0.6rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;
    font-weight: 500;
    text-align: center;
    width: 80%;
    margin: 1.5rem auto;
}

.more-text {
    display: none;
}

.readmore-link {
    color: #0A4DFF;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 5px;
    cursor: pointer;
}

.readmore-link:hover {
    opacity: 0.7;
}

.experience .experience-cards-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4rem;
}

.experience .experience-cards-row .experience-card {
    width: 45%;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
    position: relative;
}

.experience .experience-cards-row .experience-card span {
    display: block;
    font-family: Elikora, sans-serif;
    font-size: calc(1.2rem + 0.5vw);
    color: #000;
}

.experience .experience-cards-row .experience-card p {
    font-size: calc(0.6rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;
    text-align: left;
    width: 70%;
    margin: 1rem auto 0 0;
}

.experience .experience-cards-row .experience-card .experience-modal-content {
    display: none;
}

.experience-modal-content {
    margin-top: 30px;
    /* ⬅️ increase this value to raise spacing */
}

.experience .experience-cards-row .experience-card img {
    width: 60px;
    background-color: #000;
    padding: 1rem 1.5rem 1rem 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease;
}

.experience .experience-cards-row .experience-card img:hover {
    background-color: #f2c663;
}

.experience .experience-cards-row .experience-card img:active {
    scale: 0.95;
}

.experience-card {
    border: 3px solid #f2c663;
    /* Rich gold */
    border-radius: 0px;
    padding: 25px;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .experience {
        padding: 2.5rem 7% 0 7%;
    }

    .experience h6 {
        font-size: calc(2.7rem + 0.5vw);
    }

    .experience p {
        font-size: calc(0.55rem + 0.5vw);
        margin: 1.4rem auto;
    }

    .experience .experience-cards-row {
        margin-top: 3.5rem;
    }

    .experience .experience-cards-row .experience-card span {
        font-size: calc(1.1rem + 0.5vw);
    }

    .experience .experience-cards-row .experience-card p {
        font-size: calc(0.55rem + 0.5vw);
        margin: 0.9rem auto 0 0;
    }

    .experience .experience-cards-row .experience-card img {
        width: 55px;
        padding: 1rem 1.3rem 1rem 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .experience {
        padding: 2rem 7% 0 7%;
    }

    .experience h6 {
        font-size: calc(2.5rem + 0.5vw);
    }

    .experience p {
        font-size: calc(0.5rem + 0.5vw);
        margin: 1.3rem auto;
    }

    .experience .experience-cards-row {
        margin-top: 3rem;
    }

    .experience .experience-cards-row .experience-card {
        padding-bottom: 2rem;
        margin-bottom: 4rem;
    }

    .experience .experience-cards-row .experience-card span {
        font-size: calc(0.95rem + 0.5vw);
    }

    .experience .experience-cards-row .experience-card p {
        font-size: calc(0.5rem + 0.5vw);
        margin: 0.8rem auto 0 0;
    }

    .experience .experience-cards-row .experience-card img {
        width: 50px;
        padding: 0.8rem 1.2rem 0.8rem 0;
    }
}

@media screen and (max-width: 768px) {
    .experience {
        padding: 1rem 1rem 0 1rem;
    }

    .experience h6 {
        font-size: calc(1.9rem + 0.5vw);
    }

    .experience p {
        font-size: calc(0.8rem + 0.5vw);
        width: 100%;
        margin: 1rem auto;
    }

    .experience .experience-cards-row {
        margin-top: 2rem;
    }

    .experience .experience-cards-row .experience-card {
        width: 100%;
        padding-bottom: 1.5rem;
        margin-bottom: 2rem;
    }

    .experience .experience-cards-row .experience-card span {
        font-size: calc(1rem + 0.5vw);
    }

    .experience .experience-cards-row .experience-card p {
        font-size: calc(0.7rem + 0.5vw);
        width: 85%;
        margin: 0.7rem auto 0 0;
    }

    .experience .experience-cards-row .experience-card img {
        width: 37px;
        padding: 0.7rem 1rem 0.7rem 0;
    }
}

/* Experience End */

/* Events Start */
.events {
    padding: 3rem 7% 4rem 7%;
}

.events h6 {
    font-size: calc(3rem + 0.5vw);
    color: #000;
    text-align: center;
}

.events p {
    font-size: calc(0.6rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;
    font-weight: 500;
    text-align: center;
    width: 80%;
    margin: 1.5rem auto;
}

.events .events-row {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.events .events-row .event-card {
    width: 46%;
    margin-bottom: 4rem;
}

.events .events-row .event-card img {
    width: 100%;
}

.events .events-row .event-card span {
    display: block;
    font-family: Elikora, sans-serif;
    font-size: calc(1.2rem + 0.5vw);
    color: #000;
    margin-top: 1.5rem;
    text-transform: uppercase;
}

.events .events-row .event-card p {
    font-size: calc(0.6rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;
    text-align: left;
    width: 100%;
    margin: 1rem auto;
}

.events .events-row .event-card button {
    font-size: calc(0.85rem + 0.5vw);
    font-family: Elikora, sans-serif;
    margin-top: 1rem;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 0.85rem 2.5rem;
    transition: all 0.2s ease;
}

.events .events-row .event-card button:hover {
    background-color: #f2c663;
}

.events .events-row .event-card button:active {
    scale: 0.95;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .events {
        padding: 3.5rem 7%;
    }

    .events h6 {
        font-size: calc(2.7rem + 0.5vw);
    }

    .events p {
        font-size: calc(0.55rem + 0.5vw);
        margin: 1.4rem auto;
    }

    .events .events-row {
        margin-top: 3.5rem;
    }

    .events .events-row .event-card {
        margin-bottom: 3.7rem;
    }

    .events .events-row .event-card span {
        font-size: calc(1.1rem + 0.5vw);
        margin-top: 1.4rem;
    }

    .events .events-row .event-card p {
        font-size: calc(0.55rem + 0.5vw);
        margin: 0.9rem auto;
    }

    .events .events-row .event-card button {
        font-size: calc(0.8rem + 0.5vw);
        margin-top: 0.9rem;
        padding: 0.8rem 2.4rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .events {
        padding: 3rem 7%;
    }

    .events h6 {
        font-size: calc(2.5rem + 0.5vw);
    }

    .events p {
        font-size: calc(0.5rem + 0.5vw);
        margin: 1.3rem auto;
    }

    .events .events-row {
        margin-top: 3rem;
    }

    .events .events-row .event-card {
        margin-bottom: 3.5rem;
    }

    .events .events-row .event-card span {
        font-size: calc(1rem + 0.5vw);
        margin-top: 1.3rem;
    }

    .events .events-row .event-card p {
        font-size: calc(0.5rem + 0.5vw);
        margin: 0.8rem auto;
    }

    .events .events-row .event-card button {
        font-size: calc(0.75rem + 0.5vw);
        margin-top: 0.8rem;
        padding: 0.75rem 2.3rem;
    }
}

@media screen and (max-width: 768px) {
    .events {
        padding: 2.5rem 1rem 2rem 1rem;
    }

    .events h6 {
        font-size: calc(1.8rem + 0.5vw);
    }

    .events p {
        font-size: calc(0.8rem + 0.5vw);
        width: 100%;
        margin: 1rem auto;
    }

    .events .events-row {
        margin-top: 2rem;
    }

    .events .events-row .event-card {
        width: 100%;
        margin-bottom: 2rem;
    }

    .events .events-row .event-card span {
        font-size: calc(1rem + 0.5vw);
        margin-top: 0.7rem;
    }

    .events .events-row .event-card p {
        font-size: calc(0.8rem + 0.5vw);
        margin: 0.5rem auto;
    }

    .events .events-row .event-card button {
        font-size: calc(0.85rem + 0.5vw);
        margin-top: 0.5rem;
        padding: 0.5rem 1.5rem;
    }
}

/* Events End */

/* Insights Start  */
/* (Syles are appling from Events Section as Want Exact Same Structure) */
.insights {
    padding: 0 7% 4rem 7%;
}

.insights-modal-content {
    display: none;
}

/* Insights End */

/* Footer Start */
footer {
    background-color: #f2c663;
    overflow: hidden;
}

.footer-content {
    padding: 5rem 7% 2rem 7%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #000;
}

.footer-content .foot-box:nth-child(1),
.footer-content .foot-box:nth-child(4) {
    width: 30%;
}

.footer-content .foot-box:nth-child(2),
.footer-content .foot-box:nth-child(3) {
    width: 18%;
}

.footer-content .foot-box:nth-child(1) {
    padding-right: 3rem;
}

.footer-content .foot-box .foot-logo img {
    width: 200px;
    /* background-color: #172a54; */
    background-color: #000;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    margin-bottom: 3rem;
}

.footer-content .foot-box p {
    color: #000;
    font-size: calc(0.6rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    display: flex;
    gap: 1rem;
    margin-bottom: 0;
}

.footer-content .foot-box span {
    color: #000;
    font-size: calc(1rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    font-weight: 600;
    margin-bottom: 2rem;
    display: block;
}

.footer-content .foot-box a {
    color: #000;
    font-size: calc(0.6rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    display: block;
    text-decoration: none;
    font-weight: 550;
    margin-bottom: 1rem;
}

.footer-content .foot-box a:hover {
    text-decoration: underline;
}

.footer-content .foot-box p i {
    color: #000;
    font-size: calc(1rem + 0.5vw);
    margin-top: 2px;
}

.footer-copyright {
    padding: 1.5rem 0;
}

.footer-copyright p {
    margin: 0;
    margin-left: 50px;
    /* move left */
    text-align: left;
    /* ensure alignment left */
    font-size: calc(0.55rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;

}

.footer-row .footer-copyrightt p {
    margin: 0;
    margin-right: 70px;
    text-align: right;
    font-size: calc(0.55rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    /* left & right alignment */
    align-items: center;
    padding: 0 30px;
    /* adjust spacing */
}



/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .footer-content {
        padding: 4.5rem 7% 1.8rem 7%;
        border-bottom: 2px solid #000;
    }

    .footer-content .foot-box:nth-child(1) {
        padding-right: 2.8rem;
    }

    .footer-content .foot-box .foot-logo img {
        width: 180px;
        padding: 0.95rem 1.4rem;
        margin-bottom: 2.8rem;
    }

    .footer-content .foot-box p {
        font-size: calc(0.55rem + 0.5vw);
        gap: 0.9rem;
    }

    .footer-content .foot-box span {
        font-size: calc(0.9rem + 0.5vw);
        margin-bottom: 1.8rem;
    }

    .footer-content .foot-box a {
        font-size: calc(0.55rem + 0.5vw);
        margin-bottom: 0.8rem;
    }

    .footer-content .foot-box p i {
        font-size: calc(0.9rem + 0.5vw);
    }

    .footer-copyright {
        padding: 1.4rem 0;
    }

    .footer-copyright p {
        font-size: calc(0.5rem + 0.5vw);
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .footer-content {
        padding: 4rem 7% 1.5rem 7%;
        border-bottom: 1.5px solid #000;
    }

    .footer-content .foot-box:nth-child(1) {
        padding-right: 2.6rem;
    }

    .footer-content .foot-box .foot-logo img {
        width: 170px;
        padding: 0.8rem 1.3rem;
        margin-bottom: 2.6rem;
    }

    .footer-content .foot-box p {
        font-size: calc(0.5rem + 0.5vw);
        gap: 0.8rem;
    }

    .footer-content .foot-box span {
        font-size: calc(0.8rem + 0.5vw);
        margin-bottom: 1.6rem;
    }

    .footer-content .foot-box a {
        font-size: calc(0.5rem + 0.5vw);
        margin-bottom: 0.6rem;
    }

    .footer-content .foot-box p i {
        font-size: calc(0.8rem + 0.5vw);
    }

    .footer-copyright {
        padding: 1.3rem 0;
    }

    .footer-copyright p {
        font-size: calc(0.45rem + 0.5vw);
    }
}

@media screen and (max-width: 768px) {
    .footer-content {
        padding: 1.5rem 1rem 0 1rem;
    }

    .footer-content .foot-box:nth-child(1),
    .footer-content .foot-box:nth-child(4) {
        width: 100%;
    }

    .footer-content .foot-box:nth-child(2),
    .footer-content .foot-box:nth-child(3) {
        width: 100%;
    }

    .footer-content .foot-box:nth-child(1) {
        padding-right: 0;
    }

    .footer-content .foot-box {
        margin-bottom: 0.8rem;
    }

    .footer-content .foot-box:first-child {
        margin-bottom: 1.5rem;
    }

    .footer-content .foot-box .foot-logo img {
        width: 170px;
        padding: 1rem 1.2rem;
        margin-bottom: 1.2rem;
    }

    .footer-content .foot-box p {
        font-size: calc(0.8rem + 0.5vw);
        gap: 0.7rem;
    }

    .footer-content .foot-box span {
        font-size: calc(1rem + 0.5vw);
        margin-bottom: 1rem;
    }

    .footer-content .foot-box a {
        font-size: calc(0.8rem + 0.5vw);
        margin-bottom: 0.8rem;
    }

    .footer-content .foot-box p i {
        font-size: calc(0.9rem + 0.5vw);
    }

    .footer-copyright {
        padding: 1rem 0;
    }

    .footer-copyright p {
        font-size: calc(0.65rem + 0.5vw);
    }
}

.tfs-link {
    color: #000 !important;
    text-decoration: underline;
}

.tfs-link:hover {
    color: #000 !important;
    text-decoration: underline;
}


/* Footer End */

/* Disclaimer Modal Start */
#agreeModal .modal-dialog {
    max-width: 65%;
}

#agreeModal .modal-title {
    width: 100%;
    display: block;
    text-align: center;
    font-size: calc(1.6rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;
    border-radius: 0%;
}

#agreeModal .modal-body p,
#agreeModal .modal-body ul li,
#agreeModal .modal-body ul li a {
    font-size: calc(0.55rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;
    text-align: start;
    margin-bottom: 0.4rem;
}

#agreeModal .modal-body ul {
    padding-left: 20px;
    margin: 0;
}

#agreeModal .modal-footer button {
    font-size: calc(0.55rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    padding: 0.5rem 1.5rem;
}

/* Make modal sharp edged */
#agreeModal .modal-content,
#agreeModal .modal-header,
#agreeModal .modal-footer {
    border-radius: 0 !important;
}

/* Make Agree + Disagree buttons sharp edged */
#agreeModal .modal-footer button {
    border-radius: 0 !important;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    #agreeModal .modal-title {
        font-size: calc(1rem + 0.5vw);
    }

    #agreeModal .modal-body p {
        font-size: calc(0.5rem + 0.5vw);
        margin-bottom: 0.8rem;
    }

    #agreeModal .modal-footer button {
        font-size: calc(0.5rem + 0.5vw);
        padding: 0.48rem 1.3rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    #agreeModal .modal-title {
        font-size: calc(0.9rem + 0.5vw);
    }

    #agreeModal .modal-body p {
        font-size: calc(0.45rem + 0.5vw);
        margin-bottom: 0.7rem;
    }

    #agreeModal .modal-footer button {
        font-size: calc(0.45rem + 0.5vw);
        padding: 0.47rem 1.2rem;
    }
}

@media screen and (max-width: 991px) {
    #agreeModal .modal-dialog {
        max-width: 100%;
    }

    #agreeModal .modal-header {
        padding: 0.7rem 0;
    }

    #agreeModal .modal-title {
        font-size: calc(1rem + 0.5vw);
    }

    #agreeModal .modal-body p {
        font-size: calc(0.62rem + 0.5vw);
        margin-bottom: 0.6rem;
    }

    #agreeModal .modal-body p:last-child {
        margin-bottom: 0;
    }

    #agreeModal .modal-footer {
        padding: 0.6rem 0.7rem;
    }

    #agreeModal .modal-footer button {
        font-size: calc(0.7rem + 0.5vw);
        padding: 0.5rem 1.2rem;
    }
}

/* Disclaimer Modal End */

/* Experience Modal Start */
#experienceModal .modal-dialog {
    max-width: 65%;
}

#experienceModal .modal-content {
    border-radius: 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

#experienceModal .modal-header {
    border-bottom: none;
    padding-right: 3rem;
}

#experienceModal .btn-close {
    background-color: #000 !important;
    opacity: 1;
    width: 2rem;
    height: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    box-shadow: none;
    transition: all 0.2s ease;
    border-radius: 0;
}

#experienceModal .btn-close::before {
    content: none;
}

#experienceModal .btn-close i {
    font-size: 1.8rem;
}

#experienceModal .btn-close:hover {
    background-color: rgb(154, 0, 0) !important;
}

#experienceModal .modal-header span {
    font-size: calc(1rem + 0.5vw);
    color: #000;
    font-family: Elikora, sans-serif;
    text-align: left;
}

#experienceModal .modal-body ul li,
#experienceModal .modal-body p,
#experienceModal .modal-body a {
    font-size: calc(0.45rem + 0.5vw);
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;
    text-align: left;
    margin-bottom: 1rem;
}

#experienceModal .modal-body a {
    margin-bottom: 0;
    display: block;
    margin-top: 0.5rem;
}

#experienceModal .modal-body ul li {
    font-size: calc(0.55rem + 0.5vw);
    /* increased font size */
    line-height: 1.7;
    /* increased line spacing */
    margin-bottom: 1rem;
    /* space between LI items */
    font-family: Sharp-Grotesk-Book-20, sans-serif;
    color: #000;
    text-align: left;
}


/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    #experienceModal .modal-body {
        padding: 0.5rem;
    }

    #experienceModal .btn-close {
        width: 1.7rem;
        height: 1.7rem;
        right: 1.05rem;
        top: 1.05rem;
    }

    #experienceModal .btn-close i {
        font-size: 1.6rem;
    }

    #experienceModal .modal-header span {
        font-size: calc(0.95rem + 0.5vw);
    }

    #experienceModal .modal-body ul li,
    #experienceModal .modal-body p,
    #experienceModal .modal-body a {
        font-size: calc(0.43rem + 0.5vw);
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    #experienceModal .modal-body {
        padding: 0rem;
    }

    #experienceModal .btn-close {
        width: 1.3rem;
        height: 1.3rem;
        right: 1rem;
        top: 1rem;
    }

    #experienceModal .btn-close i {
        font-size: 1.3rem;
    }

    #experienceModal .modal-header span {
        font-size: calc(0.85rem + 0.5vw);
    }

    #experienceModal .modal-body ul li,
    #experienceModal .modal-body p,
    #experienceModal .modal-body a {
        font-size: calc(0.4rem + 0.5vw);
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 991px) {
    #experienceModal .modal-dialog {
        max-width: 100%;
    }

    #experienceModal .btn-close {
        width: 0.8rem;
        height: 0.8rem;
    }

    #experienceModal .btn-close i {
        font-size: 1.2rem;
    }

    #experienceModal .modal-header {
        padding: 1rem 1rem 0 0;
    }

    #experienceModal .modal-header span {
        font-size: calc(0.9rem + 0.5vw);
    }

    #experienceModal .modal-body {
        padding: 1rem 0 0 0;
    }

    #experienceModal .modal-body ul {
        padding-left: 1rem;
    }

    #experienceModal .modal-body ul li,
    #experienceModal .modal-body p,
    #experienceModal .modal-body a {
        font-size: calc(0.65rem + 0.5vw);
        margin-bottom: 0.4rem;
    }
}

/* Experience Modal End */