.elementor-2444 .elementor-element.elementor-element-7b94c75c{padding:40px 40px 40px 40px;}.elementor-2444 .elementor-element.elementor-element-eabb612{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2444 .elementor-element.elementor-element-eabb612.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2444 .elementor-element.elementor-element-d04a85a{width:100%;max-width:100%;}#elementor-popup-modal-2444{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2444 .dialog-message{width:617px;height:100vh;align-items:flex-start;}#elementor-popup-modal-2444 .dialog-close-button{display:flex;}#elementor-popup-modal-2444 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-2444 .elementor-element.elementor-element-eabb612{--width:119.844%;}}












/* Start custom CSS for html, class: .elementor-element-d04a85a */.savlon-popup {
  background: #fff;
  max-width: 750px;
  margin: 0px auto;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  font-family: 'Segoe UI', sans-serif;
}

.popup-content.column-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-left img {
  width: 50%;
  display: block;
  margin: 0 auto 0px auto;
  border-radius: 12px;
}
}

.popup-right {
  width: 100%;
}

.popup-right h2 {
  font-size: 26px;
  margin-bottom: 5px;
  text-align: center;
}

.rating {
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
  color: #444;
}

.desc {
  font-size: 15px;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}

.popup-right h4 {
  font-size: 16px;
  color: #222;
  margin: 20px 0 10px;
}

.popup-right p {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.two-col li {
  font-size: 14px;
  padding-left: 16px;
  position: relative;
}

.two-col.green li {
  color: #2e7d32;
}
.two-col.green li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #2e7d32;
}

.two-col.red li {
  color: #d32f2f;
}
.two-col.red li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #d32f2f;
}

.popup-buttons {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn.download {
  background: #00c6ff;
  color: white;
}

.btn.quote {
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ccc;
}

.btn:hover {
  opacity: 0.9;
}/* End custom CSS */

