.firstsection {
    background-color: #f6f1e9;
    margin-top: -16px;
}
.hero {
    text-align: center;
    padding: 5rem 1rem;
}
.logo {
    height: 100px;
    margin-bottom: 0.5rem;
}
.tagline {
    font-size: 24px;
    padding-top: 20px;
    color: #000000;
    margin: 0;
}
.main-section {
    padding: 60px 10px;
}
.section-heading {
    font-weight: 500;
    font-size: 38px;
    line-height: 40px;
}

.about-top-text {
    font-size: 22px !important;
    margin: 0;
    font-weight: 600;
}

.card {
    border: 2px solid #00000033;
    border-radius: 12px;
    padding: 4rem 1rem;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 50%;
    padding: 25px;
}
.secondsection {
    background-color: #f6f1e9;
    padding: 60px 0px;
    margin-bottom: 80px;
}
.btn-brown {
    background-color: #a87c4f;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    margin-top: 1rem;
}
.geometry-section {
    padding: 60px 0px;
    background-color: #f6f1e9;
}
.geometry-section-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.geometry-icon {
    width: 150px;
    margin: 1rem 0;
}

.geometry-section p {
    margin: 0;
    font-size: 18px;
    color: #535353;
    text-align: center;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #bf9f63; /* Brown background */
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px;
    font-size: 18px;
}

.main-section p {
    margin: 0;
    font-size: 18px;
    color: #1c1b1f;
}
.main-section .row {
    --bs-gutter-x: 60px !important;
}

.about-us-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    text-align: center;
}

button.btn.btn-warning.rounded-pill.px-4.py-2.fw-semibold {
    background-color: #bf9f63;
    color: white;
}

img.cardimg {
    background: #f6f1e9;
}

.secondsection .card {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px !important;
    border: 1px solid #dcdcdc;
    box-shadow: 0px 0px 3px 0px #dcdcdc;
    border-radius: 16px !important;
}

.secondsection p {
    font-size: 25px !important;
    font-weight: 500 !important;
    color: black;
    margin: 0 !important;
}

.secondsection .row {
    --bs-gutter-x: 60px !important;
}

.p-4.rounded-3 {
    background-color: #f6f1e9;
}

button.btn.btn-outline-secondary.rounded-pill {
    background: white;
}

.icon-wrapper.mx-auto {
    background-color: white;
}

.btn-outline-secondary:hover {
    background-color: #bf9f63 !important;
    color: inherit !important;
    border-color: #dee2e6 !important; /* Optional: keep original border */
    box-shadow: none !important;
}


.about-btm-heading {
    font-weight: 500;
    font-size: 38px;
    line-height: 40px;
}

.about-btm-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-btm-box p {
    margin: 0;
    font-size: 18px;
    color: #1c1b1f;
}

.about-icon-box-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px !important;
    border-radius: 16px !important;
    height: 100%;
    align-items: center;
    background-color: #f6f1e9;
}

.icon-abt-main {
    height: 80px;
    width: 80px;
    object-fit: contain;
    border-radius: 50%;
    background-color: white;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
    margin-bottom: 10px;
}

.about-icon-box-main h5 {
    font-size: 25px;
    font-weight: 500;
    color: black;
    margin: 0;
}

.about-icon-box-main p {
    margin: 0;
    font-size: 18px;
    color: #1c1b1f;
}


@media (max-width: 576px) {
.section-heading {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
}
.main-section {
    padding: 40px 10px;
}
.secondsection{
    padding: 40px 0px;
    margin-bottom: 40px;
}
.geometry-section {
    padding: 40px 0px;
margin-bottom: 40px;
    text-align: center;
}
.abt-last-section{
    padding: 40px 0px;
}
.abt-card-section .row{
    --bs-gutter-y:15px !important;
}
.about-btm-heading {
    font-size: 26px;
    line-height: 32px;
}
.about-btm-box{
    padding: 20px 12px !important;
}
}

.abt-last-section{
    padding: 60px 0px;
}

.geometry-section {

margin-bottom: 60px;

}