/* header start */
.our-mission-1 {
    margin-top: -100px !important;
    margin-bottom: 70px !important;
}

/* header end */

/* contact page start */

.dark-section-1{
    background-color: #fbe6d7 !important;
}

.contact-form form .form-control{
    background-color: #f77f00 !important;
}
.submite-btn{
    background-color: #f77f00 !important;
}

/* contact page end */

.about-us-1{
    padding: 80px 0 !important;
}

/* Our Service Locations */

/*  enquire start*/
/* Service Required Dropdown */
.service-dropdown {
    position: relative;
}

.service-label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.service-select-box {
    position: relative;
    background: #f77f00;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
}

.service-select-box:hover .service-options {
    display: block;
}

.selected-option {
    display: block;
    font-size: 15px;
    color: #ffffff;
}

.service-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 4px;
    z-index: 999;
    list-style: none;
    padding: 0;
}

.service-options li {
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.2s;
}

.service-options li:hover {
    background: #ff7e29;
    color: #fff;
}

.enquire-p{
    margin-left: 50px !important;
    margin-right: 0px !important;
}


/*  enquire end*/

/* Follow Us for Updates start */

/* Social Icon Section */
.social-follow {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.social-follow .social-icon {
    font-size: 32px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff7e29;
    color: #ffffff;
    transition: all 0.3s ease;
}

/* Hover effect: scale + color change */
.social-follow .social-icon:hover {
    background: #ff7e29;
    color: #fff;
    transform: translateY(-6px);
}

/* Specific color accents (optional) */
/* .social-follow .instagram:hover { background: #E1306C; }
.social-follow .facebook:hover { background: #1877F2; }
.social-follow .youtube:hover { background: #FF0000; }
.social-follow .linkedin:hover { background: #0077B5; } */

/* Ensures icons display properly */
.social-follow .social-icon i {
    pointer-events: none;
}



/* Follow Us for Updates end */