/* 
Theme Name: Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: ToffeeDev Team | Developer Name
Author URI: https://toffeedev.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.footer-css-custom span.elementor-icon-list-text {
    font-weight: 700 !important;
}

.button-air-footer .elementor-button-icon svg {
    display: none !important; /* sembunyikan ikon lama */
}

.button-air-footer .elementor-button-icon {
    width: 24px; 
    height: 24px;
    background-image: url("https://wadidaw.site/lautan/wp-content/uploads/2025/11/air-putih-2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 11px;
}

.carousel-awards span.swiper-pagination-bullet {
    width: 170px;
    border-radius: 0px;
    height: 0px;

}

.carousel-awards span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 170px;
    border-radius: 0px;
    height: 5px;
		margin-left: -3px;
    
}

.btn-footer1 span.elementor-button-icon {
    font-size: 16px !important;
}

span.elementor-button-icon {
    font-size: 45px !important;
}

.button-air-footer span.elementor-button-icon {
    font-size: 20px !important;
    margin-right: 11px !important;
}

.button-air span.elementor-button-icon {
    font-size: 25px !important;
    margin-right: 13px !important;
}

p#breadcrumbs img {
    width: 10px !important;
    margin-left: 10px;
    margin-right: 12px;
}

span.elementor-icon-list-text span{
    color: #AEAEAE;
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen and (max-width: 480px) {
	.button-air span.elementor-button-icon {
    font-size: 14px !important;
    margin-right: 13px;
}
	.carousel-awards span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 0px;
    height: 5px;
    
}


}

