/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1767246913
Updated: 2026-01-01 05:55:13

*/

.bill-hero {
    background: linear-gradient(135deg,#0b4ea2,#1e88e5);
    color:#fff;
    text-align:center;
    padding:80px 20px;
}

.bill-form-wrapper {
    max-width:800px;
    margin:-60px auto 80px;
    background:#fff;
    padding:40px;
    border-radius:12px;
    box-shadow:0 10px 40px rgba(0,0,0,.1);
}

.bill-form-wrapper label {
    display:block;
    font-weight:600;
    margin:18px 0 6px;
}

.bill-form-wrapper input,
.bill-form-wrapper textarea,
.bill-form-wrapper select {
    width:100%;
    padding:12px;
    border-radius:6px;
    border:1px solid #ccc;
}

.bill-form-wrapper button {
    background:#ff6a00;
    color:#fff;
    border:none;
    padding:14px 30px;
    margin-top:25px;
    font-size:16px;
    border-radius:6px;
    cursor:pointer;
}

.success-msg {
    text-align:center;
    color:green;
    margin-top:20px;
    font-weight:600;
}

.label-with-tooltip {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tooltip-icon {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #1F3A93;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  padding: 15px 17px;
  border-radius: 4px;
  font-size: 14px;
  width: 450px;              /* 👈 set tooltip width */
  white-space: normal;       /* 👈 allow line break */
  word-wrap: break-word;     /* legacy support */
  overflow-wrap: break-word; /* modern support */
  text-align: left;
  line-height: 1.4;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.tooltip-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
	.tooltip-text {
	 width: 220px;   
	}
}
