/**
* Theme Name: Labout Child
* Description: This is a child theme of Labout, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: labout
* Version: 1.0
*/

.switcher .switch_btn button, button.rtl, button.ltr, .main-header .menu-right-content .btn-box a:hover, .theme-btn, .sub-title:before, .feature-section .inner-container .feature-block-one:first-child .inner-box, .service-block-one .inner-box .icon-box .r-hex:first-child .r-hex-inner:before, .service-block-one .inner-box:before, .working-block-one .inner-box .count-box .r-hex:first-child .r-hex-inner:before, .events-block-one .inner-box:hover .image-box, .events-block-one .inner-box .lower-content .post-date, .team-block-one .inner-box .image-box .image, .team-block-one .inner-box .image-box .social-links li a:hover, .main-footer .footer-bottom .social-links li a:hover, .image_block_two .image-inner .experience-box h2:before, .service-style-two .tab-btn-box .tab-btns li:before, .speciality-block-one .inner-box .icon-box .r-hex:first-child .r-hex-inner:before, .working-style-two .working-block:first-child .working-block-two .inner-box .icon-box .r-hex:first-child .r-hex-inner:before, .nav-style-one .owl-nav button:hover, .banner-style-three .image-box .support-box .icon-box:before, .feature-block-two .inner-box .icon-box .r-hex:first-child .r-hex-inner:before, .feature-block-three .inner-box .icon-box .r-hex:first-child .r-hex-inner:before, .journey-block-one .inner-box .year, .journey-block-one .inner-box .decore, .testimonial-block-one .inner-box .icon-box .r-hex:first-child .r-hex-inner:before, .dots-style-one .owl-dots .owl-dot:before, .news-block-one .inner-box .lower-content .post-date, .news-block-one .inner-box .image-box, .header-style-four .header-lower .logo-box, .chooseus-block-one .inner-box .icon-box .r-hex:first-child .r-hex-inner:before, .chooseus-block-one .inner-box .bg-layer:before, .image_block_three .image-box .experience-box .r-hex:first-child .r-hex-inner:before, .faq-style-two .inner-box .tab-btn-box .tab-btn:before, .feature-block-four .inner-box .icon-box .r-hex:first-child .r-hex-inner:before, .working-block-three .inner-box .count-box, .working-block-three .inner-box::before, .research-details .content-three .tab-btn-box .tab-btn:before, .service-sidebar .category-widget .category-list li a:hover, .service-sidebar .download-widget .download-list li button span, .service-sidebar .download-widget .download-list li button:hover, .service-sidebar .support-widget .support-box .icon-box:before, .service-sidebar .category-widget .category-list li a.current, .pagination li a:hover, .pagination li a.current, .team-details .content-box .social-links li a:before, .history-section .year, .history-section .border-line:before, .history-section .border-line:after, .sortable-masonry .filter-tabs li:hover, .sortable-masonry .filter-tabs li.active, .blog-sidebar .tags-widget .tags-list li a:hover, .news-block-two .inner-box .image-box, .blog-details-content .upper-image .post-date, .blog-details-content .post-share-option .post-tags li a:hover, .info-block-one .inner-box .r-hex:first-child .r-hex-inner:before {
	background : #1479FC !important;
}

/* Match dropdown with other fields */
.nice-select {
    width: 100%;
    height: 60px; /* adjust based on your input height */
    padding: 10px 20px;
    border-radius: 40px; /* same as your inputs */
    border: 1px solid #e5e5e5;
    background-color: #fff;
    font-size: 13px;
    color: #666;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* Optional: focus effect like inputs */
.nice-select:focus {
    outline: none;
    border-color: #999;
}