/*
Theme Name: juvekars Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: juvekars
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
body a:focus {  outline: none !important;}
.hover-effect1{transition: all 0.6s ease !important;}
.hover-effect1:hover{background-color:rgba(25, 107, 91, 1) !important; color:#fff !important;}
.hover-effect1:hover .elementor-icon-box-title, .hover-effect1:hover .elementor-icon-box-description,.hover-effect1:hover .elementor-image-box-title, .hover-effect1:hover .elementor-image-box-description{color:#fff !important;}

.header-info svg{ width:14px; height:14px;}
body p{line-height: 1.7;}
.elementor-widget .elementor-icon-list-items.elementor-inline-items {
  display: flex;  flex-wrap: wrap;list-style-type: none;  margin: 0;
}
.elementor-widget .elementor-icon-list-items {  list-style-type: none;  margin: 0;  padding: 0;
}
.treatment-pg{}
ul#menu-treatments{list-style: none;  margin: 0;  padding: 30px;background: #f3fffd;}
ul#menu-treatments li {
  line-height: 1.5em;
  border-bottom: 1px solid #08363B1A;
  padding-bottom: 20px;  margin-bottom: 20px;
}
ul#menu-treatments li a {
  position: relative;  display: block;
  text-transform: capitalize;     padding-right: 25px; color: #414141;
  transition: all 0.4s ease-in-out;font-family: "Inter", Sans-serif;
  font-size: 17px;
}
ul#menu-treatments li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url('https://juvekarsdentalclinic.com/wp-content/uploads/2026/05/arrow-primary.png') no-repeat;
    background-size: auto;
  background-position: center center;
  background-size: cover;
  width: 18px;
  height: 18px;
  transition: all 0.4s ease-in-out;
}
ul#menu-treatments li a:hover {  color:#A69161;}
ul#menu-treatments li a:hover::before {
  transform: translateY(-50%) rotate(45deg);
}