/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* Base bullet style */
.swiper-pagination-bullet {
    width: 46px !important;
    height: 46px !important;
    border: 2px solid #FFC700 !important;
    background: transparent !important;
    border-radius: 50%;
    opacity: 1 !important;
    position: relative;
    margin: 0 8px !important;
}

/* Inner dot (hidden by default) */
span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  width: 23px !important;
  height: 23px !important;
  background: #FFC700 !important;
  border-radius: 50% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px !important;
}
.first-slide .swiper-horizontal {  
    width: 100% !important;
}
.spark-icon {
    width: 58px !important;
}

/* Outer wrapper for each row contact page-form */
.form-outer,
.form-outer-full {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

/* Full width rows */
.form-outer-full {
    flex-direction: column;
}

/* Each input container */
.form-control {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Labels */
.form-control label {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
}

/* Input, Select, Textarea styling */
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 20px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 35px;
    color: #ffffff;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
}

/* Placeholder color */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgba(255,255,255,0.6);
}

/* On focus */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.05);
}

/* Textarea height */
.wpcf7 textarea {
    height: 120px;
    border-radius: 25px;
}

/* Submit Button */
.cf7-yellow-btn {
    background: #FFC727;
    color: #000;
    border: none;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.cf7-yellow-btn:hover {
    background: #ffda65;
}
.checklist-title p {
    color: #fff;
}





.address-box  .elementor-icon-box-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner-slide .elementor-button.elementor-slide-button.elementor-size-lg {
    position: relative;
}
.banner-slide .elementor-button.elementor-slide-button.elementor-size-lg:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(https://bondclean.whdev.in/wp-content/uploads/2025/11/Icon.svg);
    background-repeat: no-repeat;
    right: 14px;
    top: 22px;
}
.newClass {
    background: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.banner-form .banner-slidet-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}
.banner-form .banner-slidet-form .form-outer-full {
    margin-bottom: 4px;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .banner-form .banner-slidet-form {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(124px, 1fr));
		gap: 12px;
	}
}

























