/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Child theme for the Hello Elementor theme.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */
li.tab-nav.active
 {
    background: #0785B8 !important;
}
li.tab-nav {
    padding: 5px 0px !important;
    margin-right: 10px;
    font-size: 14px;
    background: unset !important;
}
.img-col{
    padding: 50px 38px 20px;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    margin-bottom: 0px;
    overflow: hidden;
    margin-top: 20px;
}
.left-img {
    width: 53%;
    height: 325px;
    position: absolute;
    margin: 0px 20px;
    left: 0px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
}
.right-img {
    width: 53%;
    height: 325px;
    position: absolute;
    margin: 0px 20px;
    left: unset;
	 right: 0px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
}

.img-col:hover .left-img {
    transform: rotate(-12deg);
    width: 73%;
    position: absolute;
    left: 0px;
}
.img-col:hover .right-img{
    transform: rotate(11deg);
    right: 0px;
    left: inherit;
}
.img-col:hover .center-img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out 0s;
}

div#price-sec .card-body {
    padding: 10px !important;
}
div#pricing-faqs .price-des h1{
    color: #fff !important;
}
div#pricing-faqs .price-des p {
    color: #fff;
}
li.hfe-breadcrumbs-item.hfe-breadcrumbs-first a {
    text-decoration: none !important;
}

/* Hide mega menu by default */
.mega-menu-services {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  gap: 40px;
  flex-wrap: wrap;
}

/* Columns inside mega menu */
.mega-menu-services .elementor-column {
  width: 50%;
}
.open-zendesk {
    display: none !important;
}

/* Show only on hover – desktop only */
@media (min-width: 1025px) {
  .elementor-nav-menu a.menu-services:hover + .mega-menu-services,
  .mega-menu-services:hover {
    display: flex;
  }
}

div#menu-section li.elementor-icon-list-item {
    padding: 5px !important;
    border-bottom: 1px #026A7B solid;
}
div#menu-section li.elementor-icon-list-item span:hover {
    color: #026A7B !important;
}