.elementor-338 .elementor-element.elementor-element-f2d762f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-338 .elementor-element.elementor-element-f2d762f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-338 .elementor-element.elementor-element-8ad0f65 .elementor-tab-title, .elementor-338 .elementor-element.elementor-element-8ad0f65 .elementor-tab-title:before, .elementor-338 .elementor-element.elementor-element-8ad0f65 .elementor-tab-title:after, .elementor-338 .elementor-element.elementor-element-8ad0f65 .elementor-tab-content, .elementor-338 .elementor-element.elementor-element-8ad0f65 .elementor-tabs-content-wrapper{border-width:0px;}.elementor-338 .elementor-element.elementor-element-331b0df > .elementor-background-overlay{background-color:#000000;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-338 .elementor-element.elementor-element-331b0df{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for section, class: .elementor-element-f2d762f *//* ===== PRICING SECTION ===== */

.pricing-section {
  background: #000;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
}

.pricing-container {
  max-width: 1200px;
  margin: auto;
}

/* Title */
.pricing-title {
  font-size: 42px;
  margin-bottom: 15px;
}

.pricing-title span {
  color: #ED3508;
}

.pricing-desc {
  color: #ccc;
  max-width: 600px;
  margin: auto;
  margin-bottom: 60px;
}

/* Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Card */
.pricing-card {
  background: #0f0f0f;
  padding: 40px 25px;
  border-radius: 15px;
  position: relative;
  border: 1px solid #222;
  transition: all 0.4s ease;
  overflow: hidden;
}

/* Glow Effect */
.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, #ED3508, transparent);
  opacity: 0;
  transition: 0.4s;
}

.pricing-card:hover::before {
  opacity: 0.2;
}

/* Hover */
.pricing-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 0 40px rgba(237,53,8,0.4);
  border-color: #ED3508;
}

/* Featured */
.featured {
  border: 2px solid #ED3508;
  box-shadow: 0 0 50px rgba(237,53,8,0.5);
}

.badge {
  position: absolute;
  top: 15px;
  right: -35px;
  background: #ED3508;
  color: #fff;
  padding: 6px 40px;
  font-size: 12px;
  transform: rotate(45deg);
}

/* Text */
.pricing-card h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.price {
  font-size: 36px;
  color: #ED3508;
  margin-bottom: 25px;
}

/* List */
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.pricing-card ul li {
  margin: 10px 0;
  color: #ddd;
}

/* Button */
.pricing-btn {
  display: inline-block;
  padding: 12px 35px;
  background: #ED3508;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.pricing-btn:hover {
  background: #ff4d24;
  box-shadow: 0 0 20px rgba(237,53,8,0.7);
}

/* Mobile */
@media (max-width: 768px) {
  .pricing-title {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for tabs, class: .elementor-element-8ad0f65 *//* Style for the active tab */
.elementor-338 .elementor-element.elementor-element-8ad0f65 .elementor-tab-title.elementor-active {
    background-color: #000; /* Teal color for the active tab */
    color: #fff; /* White text for the active tab */
    border-radius: 35px; /* Border-radius for a rounded look */
}

/* General tab container style */
.elementor-338 .elementor-element.elementor-element-8ad0f65 .elementor-widget-tabs {
    padding: 15px 20px; /* Add padding for better spacing */
    display: flex; /* Enable flexbox layout */
    justify-content: center; /* Center the tabs horizontally */
    flex-wrap: wrap; /* Allow tabs to wrap to a new line if necessary */
}

/* Style for all tab titles */
.elementor-338 .elementor-element.elementor-element-8ad0f65 .elementor-tab-title {
    background:#ED3508; /* Light background for inactive tabs */
    color: #fff; /* Black text for inactive tabs */
    padding: 17px 35px; /* Add padding for better spacing */
    margin-bottom: 15px; /* Space between tabs */
    margin-right: 10px; /* Add space between tabs horizontally */
    width: auto; /* Set width to auto to allow flexibility */
    box-sizing: border-box; /* Include padding in width */
    border-radius: 35px; /* Border-radius for a rounded look */
}/* End custom CSS */