.pointer-cursor
{
    cusror: pointer;
}


/* about us start */

.about-wrapper {
    background: #fff;
}

/* TAG */
.tag {
    display: inline-block;
    background: rgb(242, 178, 51);
    color: #fff;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 15px;
}

/* HEADING */
.main-heading {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}




/* IMAGE */
.img-box {
    border-radius: 16px;
    overflow: hidden;
    max-width: 500px;
    margin: auto;
}

.img-box img {
    width: 100%;
    display: block;
}


/* about us end  */


/* founder start */
.founder-section {
    background: #f9f9f9;
    padding: 80px 0;
}

/* LEFT TITLE */
.founder-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
}

.founder-title strong {
    font-weight: 600;
}

/* IMAGE */
.founder-img {
    margin-top: 50px;
    max-width: 280px;
}

.founder-img img {
    width: 100%;
    border-radius: 4px;
}

/* RIGHT TEXT */
.about-title {
    font-weight: 600;
    margin-bottom: 15px;

}

/* founder end */


.contact-section {
    padding: 90px 0;
}

.badge-custom {
    background: #eef2ff;
    color: rgb(242, 178, 51);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.main-heading {
    font-size: 46px;
    font-weight: 600;
    margin-top: 15px;
    color: #111;
}

.sub-text {
    color: rgb(82, 82, 82);
    max-width: 420px;
    margin-top: 10px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 15px;
    color: #374151;
}

.info-icon {
    width: 40px;
    height: 40px;
    background: #eef2ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

/* FORM */
.form-card {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.form-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.form-floating > .form-control {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

textarea.form-control {
    height: 110px !important;
}

.form-control:focus {
    border-color: rgb(242, 178, 51);
    box-shadow: none;
}

/* Phone input */
.phone-group {
    display: flex;
    gap: 10px;
}

.country-code {
    width: 80px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    text-align: center;
}

.btn-gradient {
    background: linear-gradient(90deg, rgb(242, 178, 51), rgb(242, 178, 51));
    border: none;
    height: 48px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    margin-top: 5px;
}

.btn-gradient:hover {
    opacity: 0.9;
}

.privacy-text {
    font-size: 12px;
    color: rgb(82, 82, 82);
    text-align: center;
    margin-top: 10px;
}

/* map */

/* SECTION */
.location-section {
    padding: 80px 0;
}

/* MAP CARD */
.map-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.map-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY BOX */
.map-info {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    width: 220px;
}

.map-info h6 {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.map-info p {
    font-size: 12px;
    color: rgb(82, 82, 82);
    margin: 4px 0 0;
}

/* RIGHT CONTENT */

.main-heading {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
}

.sub-text {
    color: rgb(82, 82, 82);
    margin-top: 10px;
    max-width: 420px;
}

.address-box {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}

/* map */