/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-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.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.5.1
	Stable tag: 3.5.1
	Requires at least: 6.0
	Tested up to: 7.0
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


.excel-img figure.elementor-image-box-img {
    order: 1;
    float: left;
}

.excel-img.elementor-widget-image-box .elementor-image-box-content {
    width: auto;
    margin-right: 10px;
}

.single-space img {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}  

.single-space img, .single-space p, .single-space li {
    margin-bottom: 20px;
} 

.single-space h2, .single-space h3, .single-space h4, .single-space h5, .single-space h6 {
    margin-bottom: 30px;
} 



  .pricing-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 1140px;
    width: 100%;
    justify-content: center;
  }

  .plan-card {
    background: #f5ede0;
    border-radius: 16px;
    padding: 30px 28px 28px;
    flex: 1;
    max-width: 316px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    border: 3px solid transparent;
  }

  .plan-card:hover {
    transform: translateY(-4px);
  }

  /* SELECTED STATE - red border */
  .plan-card.selected {
    border: 3px solid #c0392b;
  }

  /* POPULAR CARD */
  .plan-card.popular {
    background: #fff8f0;
    border-top: none;
    border-radius: 0 0 16px 16px;
    margin-top: 0;
    z-index: 2;
    padding-top: 30px;
    max-width: 340px;
    position: relative;
  }

  .plan-card.popular.selected {
    border: 3px solid #c0392b;
    border-top: none;
  }

  .popular-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 340px;
    z-index: 2;
  }

  .popular-badge {
    background: #c0392b;
    color: white;
    font-weight: 800;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    border-radius: 16px 16px 0 0;
    border: 3px solid #c0392b;
    border-bottom: none;
    width: 100%;
  }

  /* CHECKBOX */
  .plan-checkbox {
    width: 22px;
    height: 22px;
    border: 2px solid #aaa;
    border-radius: 5px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    background: white;
  }

  .plan-card.selected .plan-checkbox {
    background: #c0392b;
    border-color: #c0392b;
  }

  .plan-checkbox svg {
    display: none;
  }

  .plan-card.selected .plan-checkbox svg {
    display: block;
  }

  /* PLAN NAME */
  .plan-name {
    font-size: 20px;
    font-weight: 600;
    color: #244855;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
  }

  .plan-desc {
    font-size: 13px;
    color: #6b7c8a;
    margin-bottom: 18px;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
  }

  /* PRICE */
  .plan-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 22px;
  }

  .price-amount {
    font-size: 28px;
    font-weight: 800;
    color: #244855;
    font-family: 'Inter', sans-serif;
  }

  .price-per {
    font-size: 14px;
    color: #6b7c8a;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
  }

  /* FEATURES */
  .features-list {
	list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
    margin-left: 0;
	min-height: 300px;
    padding-left: 0;
  } 

  .features-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #2c4a5a;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
  }

  .check-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 1px;
    color: #244855;
  }

  /* DIVIDER */
  .divider {
    border: none;
    border-top: 1px solid #d4c4b0;
    margin: 15px 0 !important;
  }

  /* REFUND */
  .refund-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7c8a;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
  }

  .refund-toggle {
    width: 18px;
    height: 18px;
    border: 2px solid #aaa;
    border-radius: 50%;
    background: transparent;
    flex-shrink: 0;
  }

  /* GLOBAL CTA */
  .global-cta {
    text-align: center;
    margin-top: 30px;
  }

  .global-cta-btn {
    background: #c0392b;
    color: white !important;
    border: none;
    border-radius: 30px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
  }

  .global-cta-btn:hover { background: #a93226; }

  .outer-wrapper { max-width: 1100px; margin: 0 auto; }

  @media (max-width: 768px) {
    .pricing-wrapper { flex-direction: column; align-items: center; gap: 20px; }
    .popular-wrapper { width: 100%; max-width: 340px; }
    .plan-card.popular { border-radius: 0 0 16px 16px; }
  }
  
  
.region-selector {
	text-align: center;
	margin-bottom: 30px;
}

.region-selector h3 {
	margin-bottom: 15px;
}

.region-tabs {
	display: flex;
	justify-content: center;
	gap: 10px;
}

[type=button].region-tab {
	cursor: pointer;
	border: 1px solid #ddd;
	background: #fff;
	padding: 12px 30px;
	border-radius: 6px;
    background: #f5ede0;
    padding: 10px 50px;  
    border-color: #f5ede0;
    color: #000;
} 

[type=button].region-tab.active, [type=button].region-tab:hover {
	background: #c0392b !important;
	color: #fff;
	border-color: #c0392b;
}

.region-packages {
	display: none;
}

.region-packages.active {
	display: flex;
}

#card-usa-advanced ul.features-list {
    height: 346px;
    overflow-y: scroll;
    /* min-height: 360px; */
    padding-right: 10px;
}

#packages-usa .popular-wrapper {
    min-height: 590px;
}

#packages-usa .popular-wrapper .plan-card {
    min-height: 610px;
}

#packages-usa .plan-card {
    min-height: 670px;
}