/*
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.4.1750859021
Updated: 2025-06-25 13:43:41

*/

footer#site-footer {
    display: none !important;
}



/* Tabs 

.e-n-tabs-heading {
  background-color: #606060;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0; 
  padding: 0px 20px;
  border-radius: 100px;
  max-width: 30%;
  margin: 0 auto;
}

.elementor-widget-n-tabs {
    --n-tabs-default-padding-inline: 10px;
}


.e-n-tab-title {
  position: relative;
  width: 48px;
  height: 48px;
  background: transparent !important;
  border: none !important;
  padding: 0;
  margin: 0; 
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.e-n-tab-title-text {
  display: none !important;
}

.e-n-tab-title::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: scale(1);
}

.e-n-tab-title:nth-of-type(1)::before {
  background-color: #dba7c6;
}
.e-n-tab-title:nth-of-type(2)::before {
  background-color: #c4c5c3;
}
.e-n-tab-title:nth-of-type(3)::before {
  background-color:#cb9326;
}
.e-n-tab-title:nth-of-type(4)::before {
  background-color: #9D94FF;
}
.e-n-tab-title:nth-of-type(5)::before {
  background-color: #FFA07A;
}

@media (max-width: 768px) {
  .e-n-tabs-heading {
    display: flex !important;
    flex-wrap: nowrap !important;
    max-width: 100% !important;
    padding: 0px 20px !important;
  }

  .e-n-tab-title {
    width: 48px !important;
    height: 48px !important;
  }

  .e-n-tab-title::before {
    width: 30px !important;
    height: 30px !important;
  }
}

FINE Tabs  */
