﻿h3.text-center {
    color: var(--text-heading, #1C1917);
    text-align: center;
    font: 500 40px/120% Roboto-Light, serif;
    /* letter spacing */
    letter-spacing: -0.8px;
    align-self: stretch;
}

.waitlistbtn {
    color: black !important;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

waitlistbtn:hover {
    color: white;
}

.mbl {
    width: 0%;
}

.alignRiht {
    float: right;
}

.small-gap {
    gap: 2px;
}


#our-Mission {
    margin: 8% 0% 8% 0%;
}

#Event-Planner {
    background: var(--neutral-50, #FAFAF9);
}

.eventPlannerIcon {
    /* Figma‑spec container */
    width: 44px;
    height: 44px;
    padding: 8px;
    border: 1px solid var(--neutral-200, #ECEBE9);
    border-radius: 8px;
    box-shadow: 0px 1px 1px 0px #44403C40;
    /* center the 28×28 SVG inside */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* exact gap to heading (10px) */
    margin-bottom: 10px;
    background: var(--surface-tertiary, #DDD9D5);
}

    .eventPlannerIcon svg {
        /* use the native SVG artboard size */
        width: 28px;
        height: 28px;
    }

.profile-pic {
    width: 120px; /* adjust size as needed */
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 2.92px solid var(--outline-secondary, #7A7671);
}

    .profile-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* ensures image fills the circle nicely */
        background: var(--neutral-400, #A9A39D);
    }


#Experience {
    background-color: #DDD9D5 !important;
}

.waitlistbtnBlack {
    color: white;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 24px;
    position: relative;
    background-color: var(--semantic-surface-accent);
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--primitive-neutral-600);
    font: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.worktbtn {
    color: black;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 24px;
    position: relative;
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--primitive-neutral-600);
    background-color: transparent;
    border-color: var(--primitive-neutral-600); /* Optional if you want to keep the border */
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
}

.contactformBgColor {
    background-color: #ECEBE9;
}

.findAnswerBgColor {
    /*    background-color: #ddd9d5 !important;*/
    background-color: rgba(221, 217, 213, 1);
}

#Form {
    background-color: #ecebe9 !important;
}

#Task {
    background-color: #ddd9d5 !important;
}

.card-title,
.card-designation,
.card-body {
    font-family: Roboto;
}

@media only screen and (max-width: 600px) {
    .centerLogo {
        text-align: center !important;
        margin-bottom: 5px !important;
    }

    .alignRiht {
        float: none !important;
    }

    .align-center {
        display: flex !important;
        justify-content: center !important;
        gap: 10px; /* optional: space between icons */
    }

    .aboutCarousal_Img {
        display: none;
    }

    .aboutMblCarousal_Img {
        display: block;
    }

    .center-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .marginTopBottom {
        padding: 5% 0% 5% 0%;
    }

    .alignCenterButton {
        display: flex;
        align-items: center;
    }
}