.services img {
    min-height: 207px !important;
}

.header .nav li .sub-menu {
    width: 225px;
}

.contact-form-area .form-title {

    padding-left: 20px;
    margin-bottom: 12px;
    border-left: 3px solid #0f91d4;
}

#contact_us_form select option {
    font-size: 18px;
    color: #0c45a6;
}

.header .right-button {
    position: absolute;
    /*right: 0;*/
    top: 21px;
}

.header .right-button .bizwheel-btn {
    background: transparent;
    border: 1px solid #ccc;
    color: #254479;
    padding: 8px 20px;
    font-size: 14px;
}

.header .right-button .bizwheel-btn:hover {
    background: #3d91d4;
    color: #fff;
    border-color: transparent;
}

.topbar .social-icons li .fb {
    padding: 6px 10px;
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif !important;
}

.topbar .social-icons li .whats {
    padding: 6px 10px;
    color: #fff;
    background-color: #25d366;
    border-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
}

.topbar .social-icons li .fb a:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);

}

/**
    Floating Wahts app
 */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.call-action.overlay:before {
    background-color: #254479;
}

.bizwheel-btn {
    border-radius: 3px;
}

/*.section-title {*/
/*    text-align: left;*/
/*}*/

.dot_btn a {
    font-size: 18px;
}

#submit_button i {
    padding-left: 0px;
}

.clients_logo_item {
    background: #e8e8e8;
    padding: 10px 10px;
    text-align: center;
    display: block;
}

.hero-slider .hero-text h1 {
    color: #ffffff;
}

.hero-slider .hero-text h4 {
    color: #fff;
}

.hero-slider .hero-text p {
    color: #fefefe;
    font-size: 15px;
}

.single-service:hover .icon-bg i {
    background: #254479;
    color: #fff;
}

.single-service .icon-bg i {
    color: #254479;
}

.home-4-testimonial::before {
    background: rgb(37 65 112 / 93%);
}

.home-three-subtitle {
    color: #ffffff;
}

.home-three-title span {
    color: #0f91d4;
}

.counterup {
    padding: 50px 0 80px;
    background: #254479;
}

overlay::before {
    background: #2f4873;
}

.home-three-subtitle_1 {
    color: #0f91d4;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
}

.header .nav li .sub-menu li:hover a {
    color: #fff;
}

.footer .single-widget h3::before {
    background: #0d91d5;
}

.overlay::before {
    background: #314c79;
}

.agency-contact-area {
    background: #254479;
}

.footer {
    background-color: #102343;
}

.theme_btn_two {
    background: #254479;
}

.agency-info-item .icon {
    background: #41a9df;
}

.topbar {
    background-color: #ffffff;
}

.blog-item-4 .blog-item-title a:hover {
    color: #254479;
}

.blog-item-4 .blog-meta i {
    color: #41a9df;
}

/*-------------featuers In Home page-----------*/
.single-feature {
    /*height: 100%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*text-align: center;*/
    /*padding: 20px;*/
    /*border: 1px solid #e0e0e0;*/
    /*border-radius: 8px;*/
    /*transition: transform 0.3s ease;*/
}

.single-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.single-feature .icon-head {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 15px;
}

.single-feature h4 {
    margin-bottom: 15px;
    flex-grow: 0;
}

.single-feature p {
    flex-grow: 1;
    margin-bottom: 15px;
}

.single-feature .button {
    margin-top: auto;
}

.single-feature .button a {
    text-decoration: underline;
    color: #007bff !important;
}

.single-feature .bizwheel-btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}


/*------------ view All project Btn------------*/
.view-all-link {
    text-align: center;
    margin-top: 3rem; /* mt-12 */
    margin-bottom: 1.5rem; /* mb-6 */
}

.view-all-button {
    display: inline-block;
    padding: 1rem 2.5rem; /* px-10 py-4 */
    font-weight: 700; /* font-bold */
    font-size: 1.125rem; /* text-lg */
    color: white;
    background: linear-gradient(to right, #3B82F6, #4F46E5); /* from-blue-600 to-indigo-700 */
    border-radius: 0.5rem; /* rounded-lg */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow-md */
    transition: all 0.3s ease;
}

.view-all-button:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04); /* hover:shadow-xl */
    transform: translateY(-2px); /* hover:-translate-y-0.5 */
}

/*--------------- Fotter Social icons-----------------*/
.footer .social-icons li a {
    padding-right: 4px;
    padding-left: 4px;
}

/*----------------------About Us Page--------------------------------*/
.about-us {
    text-align: center;
    margin: 20px 0;
}

.modern-img-feature img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/*!* تقليل ارتفاع الصورة على شاشات الديسكتوب *!*/
/*@media (min-width: 992px) {*/
/*    .modern-img-feature img {*/
/*        max-height: 400px; !* تقليل الارتفاع *!*/
/*        object-fit: cover; !* للحفاظ على تناسق الصورة *!*/
/*    }*/
/*}*/

.about-content {
    padding: 20px;
}

.section-title h1 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.bizwheel-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #007bff;
    border-radius: 5px;
    text-decoration: none;
}

.bizwheel-btn:hover {
    background-color: #0056b3;
    color: #fff;
}

.company-description {
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    margin: 20px 0;
}

.company-description h3 {
    font-size: 1.5rem;
    color: #0056b3;
    margin-bottom: 10px;
    font-weight: bold;
}

.company-description p {
    font-size: 1rem;
    margin-bottom: 15px;
}

.company-description ul {
    margin: 15px 0;
    padding-left: 20px;
}

.company-description ul li {
    margin-bottom: 10px;
    list-style-type: disc;
}

.company-description ul li strong {
    color: #0056b3;
}

.topbar .single-contact ,.topbar .single-contact a {
    color: #000000 !important;
}
.topbar .social-icons li a {
    color: #343434 !important;
}

.topbar .social-icons {
    font-size: 18px;
}
