.hero-section{
    padding: 180px 0;
}
/*card-section */
.feature-section {
    background: #fff;

    border-radius: 12px;
    border: 1px solid #eaeaea;
    transition: .3s ease;
}
/*.feature-card{*/
/*    box-shadow: 0 10px 25px rgba(0, 155, 178, 0.4); !* shadow in theme color *!*/
/*    background: #fff;*/
/*    color: #000;*/
/*    border-radius: 12px;*/
/*    border: 1px solid #F69E21; !* border added *!*/
/*    height: 250px;*/

/*}*/

.feature-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding-top: 60px !important; /* extra space because icon overlaps */
    border: 1px solid #F69E21;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
}

/* Icon holder */
.feature-icon {
    position: absolute;
    top: -25px;           /* icon will overlap card border */
    left: 50%;
    transform: translateX(-50%);
    background: #0088cc;  /* your theme color */
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.15);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 155, 178, 0.4); /* shadow in theme color */
    background: #0088cc;
    color: white;
    border-radius: 12px;
    border: 1px solid #007f92; /* border added */
}


p{
    font-size: 13px;
}


.hero-section::after{
    position: unset;
}
.hero-section::before{
    height: 100%;
}

.service-bottom{
    background: #0088cc75;
}
#company-logo{
    padding: 15px;
    border: 1px solid #F69E21;
    border-radius: 5px;
    background-color: #fff;
}
#Services-icon{
    color: #F69E21;
}
#medinahwebp{
    width: 100%;
}
.choose-us-content .choose-us-area .choose-us-items .number{
    background-color: #3877C5;
    color: #fff;
}
.section-bg{
    background-color: #f8ac224d;
}
.achievement-items .icon i {
    font-size: 50px; /* size thoda bada kar diya, aap 55px ya 65px bhi try kar sakte hain */
    color: #F69E21; /* optional, agar color change karna ho */
}

/*card-travelling*/
.card-travling {
    background-color: #ffffff; /* card ka background */
    padding: 25px 20px; /* card ka content padding */
    border: 1px solid #F69E21; /* subtle border */
    border-radius: 15px; /* smooth rounded corners */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); /* soft shadow */
    transition: all 0.3s ease; /* hover animation smooth */
    margin-bottom: 30px; /* spacing between rows on mobile */
}

/* Hover effect */
.card-travling:hover {
    transform: translateY(-10px); /* slightly lift on hover */
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15); /* stronger shadow on hover */
}

/* Icon styling */
.card-travling .team-image i {
    color: #F69E21; /* icon color */
    margin-bottom: 15px;
}

/* Card content text */
.card-travling .team-content h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
}

.card-travling .team-content p {
    color: #555555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}
.header-top-section{
    border-top: 5px solid #0088CC;
}

.footer-widget-wrapper-new {
    padding: 70px 0 0px;
}

.footer-bottom {
    padding: 15px 0;
    margin-top: 20px;
}
