/* Terms & Conditions Enhanced Styling */

/* Main Terms Section */
.terms-conditions-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.terms-conditions-section .elementor-background-overlay {
    opacity: 0.95;
}

/* Header Styling */
.terms-conditions-section .elementor-heading-title {
    text-align: center;
    margin-bottom: 20px;
}

.terms-conditions-section h6.elementor-heading-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 15px;
}

.terms-conditions-section h2.elementor-heading-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 60px;
    position: relative;
}

.terms-conditions-section h2.elementor-heading-title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(45deg, #4285f4, #5f7bff);
    border-radius: 2px;
}

/* Terms Columns Container */
.terms-columns-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Term Cards */
.terms-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    flex: 1;
    min-width: 300px;
    max-width: 350px;
}

.terms-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(45deg, #4285f4, #5f7bff);
}

.terms-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.terms-card:nth-child(2)::before {
    background: linear-gradient(45deg, #5f7bff, #4285f4);
}

.terms-card:nth-child(3)::before {
    background: linear-gradient(45deg, #4285f4, #1fb787);
}

/* Card Headers */
.terms-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #2c3e50;
    position: relative;
    padding-bottom: 15px;
}

.terms-card h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #4285f4;
    border-radius: 1px;
}

/* Lists Styling */
.terms-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-card li {
    position: relative;
    padding: 12px 0 12px 35px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.terms-card li:last-child {
    border-bottom: none;
}

.terms-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 12px;
    width: 20px;
    height: 20px;
    background: #4285f4;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.terms-card li:hover {
    color: #2c3e50;
    padding-left: 40px;
}

/* Animation Classes */
.animated.fadeInUp {
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

.animated.zoomIn {
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .terms-columns-container {
        gap: 30px;
    }

    .terms-card {
        max-width: 100%;
        min-width: 280px;
    }

    .terms-conditions-section h2.elementor-heading-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .terms-conditions-section {
        padding: 60px 0;
    }

    .terms-columns-container {
        flex-direction: column;
        gap: 25px;
    }

    .terms-card {
        min-width: 100%;
        max-width: 100%;
        padding: 30px 25px;
    }

    .terms-conditions-section h2.elementor-heading-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .terms-card h4 {
        font-size: 20px;
    }

    .terms-card li {
        font-size: 14px;
        padding: 10px 0 10px 30px;
    }
}

@media (max-width: 480px) {
    .terms-card {
        padding: 25px 20px;
    }

    .terms-conditions-section h2.elementor-heading-title {
        font-size: 24px;
    }

    .terms-card h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/* Accessibility Improvements */
.terms-card:focus-within {
    outline: 2px solid #4285f4;
    outline-offset: 2px;
}

.terms-card li:focus {
    outline: 1px solid #4285f4;
    outline-offset: 1px;
}

/* Print Styles */
@media print {
    .terms-card {
        box-shadow: none;
        border: 1px solid #ddd;
        break-inside: avoid;
    }

    .terms-card::before {
        display: none;
    }
}

/*=====ARBITRAGE BOT TECHNOLOGY SECTION=====*/
/* About ArbiBotX Section */
.arbibotx-about {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.arbibotx-about .elementor-background-overlay {
    opacity: 0.95;
}

.arbibotx-about .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Left Content Column */
.arbibotx-about .elementor-col-50:first-child {
    padding-right: 40px;
}

.arbibotx-about h6.elementor-heading-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 15px;
    position: relative;
}

.arbibotx-about h6.elementor-heading-title::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #4285f4;
}

.arbibotx-about h2.elementor-heading-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #4285f4, #5f7bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.arbibotx-about .elementor-widget-text-editor p {
    font-size: 18px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 40px;
    position: relative;
    padding-left: 25px;
}

.arbibotx-about .elementor-widget-text-editor p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 60%;
    background: linear-gradient(45deg, #4285f4, #5f7bff);
    border-radius: 2px;
}

/* Enhanced Button Styling */
.arbibotx-about .elementor-button {
    background: linear-gradient(45deg, #4285f4, #5f7bff);
    border: none;
    border-radius: 50px;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.3);
    position: relative;
    overflow: hidden;
}

.arbibotx-about .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #5f7bff, #4285f4);
    transition: left 0.3s ease;
    z-index: -1;
}

.arbibotx-about .elementor-button:hover::before {
    left: 0;
}

.arbibotx-about .elementor-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(66, 133, 244, 0.4);
}

/* Right Image Column */
.arbibotx-about .elementor-col-50:last-child {
    padding-left: 40px;
    position: relative;
}

.arbibotx-about .elementor-widget-image img {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.arbibotx-about .elementor-widget-image:hover img {
    transform: scale(1.05);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
}

/* ===== TRADING PACKAGES SECTION ===== */

.trading-packages {
    padding: 100px 0;
    background: #f8f9fa;
    position: relative;
}

.trading-packages .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Headers */
.trading-packages h6.elementor-heading-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.8;
    margin-bottom: 15px;
}

.trading-packages h2.elementor-heading-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.trading-packages h2.elementor-heading-title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(45deg, #4285f4, #5f7bff);
    border-radius: 2px;
}

/* Package Cards */
.package-card {
    margin-bottom: 30px;
}

.package-card .elementor-widget-wrap {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.package-card .elementor-widget-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(45deg, #4285f4, #5f7bff);
}

.package-card:nth-child(2) .elementor-widget-wrap::before {
    background: linear-gradient(45deg, #5f7bff, #1fb787);
}

.package-card:nth-child(3) .elementor-widget-wrap::before {
    background: linear-gradient(45deg, #1fb787, #4285f4);
}

.package-card:hover .elementor-widget-wrap {
    transform: translateY(-15px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
}

/* Package Icons */
.package-card .elementor-image-box-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(66, 133, 244, 0.2);
    transition: all 0.3s ease;
}

.package-card:hover .elementor-image-box-img img {
    transform: scale(1.1) rotate(5deg);
}

/* Package Content */
.package-card .elementor-image-box-title {
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 20px 0;
    color: #2c3e50;
}

.package-card .elementor-image-box-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
}

/* Package Buttons */
.package-card .elementor-button {
    background: linear-gradient(45deg, #4285f4, #5f7bff);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.package-card .elementor-button:hover {
    background: linear-gradient(45deg, #5f7bff, #4285f4);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.3);
}

/* ===== MISSION & TECHNOLOGY SECTION ===== */

.mission-tech {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.mission-tech .elementor-background-overlay {
    opacity: 0.95;
}

.mission-tech .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
}

.mission-tech .elementor-col-50 {
    padding: 0 30px;
}

.mission-tech h6.elementor-heading-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 15px;
    position: relative;
}

.mission-tech h6.elementor-heading-title::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #4285f4;
}

.mission-tech h2.elementor-heading-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    background: linear-gradient(45deg, #4285f4, #5f7bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mission-tech .elementor-widget-text-editor p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    position: relative;
    padding-left: 25px;
}

.mission-tech .elementor-widget-text-editor p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 60%;
    background: linear-gradient(45deg, #4285f4, #5f7bff);
    border-radius: 2px;
}

/* Responsive Design */
@media (max-width: 1024px) {

    .arbibotx-about .elementor-col-50:first-child,
    .arbibotx-about .elementor-col-50:last-child {
        padding: 0 20px;
    }

    .arbibotx-about h2.elementor-heading-title {
        font-size: 36px;
    }

    .mission-tech .elementor-col-50 {
        padding: 0 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {

    .arbibotx-about,
    .trading-packages,
    .mission-tech {
        padding: 60px 0;
    }

    .arbibotx-about .elementor-col-50:first-child,
    .arbibotx-about .elementor-col-50:last-child {
        padding: 0;
        margin-bottom: 40px;
    }

    .arbibotx-about h2.elementor-heading-title {
        font-size: 28px;
    }

    .trading-packages h2.elementor-heading-title {
        font-size: 32px;
    }

    .package-card .elementor-widget-wrap {
        padding: 30px 20px;
    }

    .mission-tech .elementor-col-50 {
        padding: 0;
        margin-bottom: 50px;
    }

    .mission-tech h2.elementor-heading-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .arbibotx-about h2.elementor-heading-title {
        font-size: 24px;
    }

    .trading-packages h2.elementor-heading-title {
        font-size: 26px;
    }

    .mission-tech h2.elementor-heading-title {
        font-size: 24px;
    }

    .package-card .elementor-image-box-title {
        font-size: 20px;
    }

    .package-card .elementor-image-box-description {
        font-size: 14px;
    }
}/* =====
 ENHANCED TRADING PACKAGES SECTION ===== */

.trading-packages {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.trading-packages .elementor-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

/* Advanced Grid Layout for Package Cards */
.trading-packages .elementor-column-gap-default {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  align-items: stretch;
}

.trading-packages .elementor-col-33 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Premium Section Headers with Advanced Typography */
.trading-packages h6.elementor-heading-title {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  color: #4285f4;
  margin-bottom: 30px;
  position: relative;
  opacity: 0.85;
  font-family: 'Arial', sans-serif;
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.trading-packages h6.elementor-heading-title::before,
.trading-packages h6.elementor-heading-title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: linear-gradient(45deg, #4285f4, transparent);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.6;
}

.trading-packages h6.elementor-heading-title::before {
  left: -60px;
  transform: translateY(-50%) scaleX(0);
  transform-origin: right;
}

.trading-packages h6.elementor-heading-title::after {
  right: -60px;
  background: linear-gradient(45deg, transparent, #4285f4);
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
}

.trading-packages h6.elementor-heading-title:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.trading-packages h6.elementor-heading-title:hover::before,
.trading-packages h6.elementor-heading-title:hover::after {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
}

.trading-packages h2.elementor-heading-title {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  color: #1a1a1a;
  font-family: 'Arial', sans-serif;
  letter-spacing: -2px;
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.trading-packages h2.elementor-heading-title::after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 140px;
  height: 4px;
  background: linear-gradient(45deg, #4285f4, #5f7bff);
  border-radius: 4px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.trading-packages h2.elementor-heading-title:hover {
  transform: translateY(-3px);
}

.trading-packages h2.elementor-heading-title:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* Premium Package Cards with Advanced Interactions */
.package-card {
  margin-bottom: 50px;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.package-card .elementor-widget-wrap {
  background: white;
  border-radius: 28px;
  padding: 60px 40px;
  box-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.08),
    0 8px 40px rgba(0, 0, 0, 0.06),
    0 16px 80px rgba(0, 0, 0, 0.04);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(66, 133, 244, 0.08);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.package-card .elementor-widget-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(135deg, #4285f4, #5f7bff);
  border-radius: 28px 28px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.package-card:nth-child(2) .elementor-widget-wrap::before {
  background: linear-gradient(135deg, #5f7bff, #1fb787);
}

.package-card:nth-child(3) .elementor-widget-wrap::before {
  background: linear-gradient(135deg, #1fb787, #4285f4);
}

.package-card .elementor-widget-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(66, 133, 244, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(95, 123, 255, 0.03) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.package-card:hover .elementor-widget-wrap {
  transform: translateY(-25px) rotateX(8deg) rotateY(2deg);
  box-shadow: 
    0 8px 30px rgba(0, 0, 0, 0.12),
    0 16px 60px rgba(0, 0, 0, 0.08),
    0 32px 120px rgba(0, 0, 0, 0.06);
}

.package-card:hover .elementor-widget-wrap::before {
  transform: scaleX(1);
}

.package-card:hover .elementor-widget-wrap::after {
  opacity: 1;
}

/* Premium Package Icons with Advanced Effects */
.package-card .elementor-image-box-img {
  margin-bottom: 35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.package-card .elementor-image-box-img::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.1), rgba(95, 123, 255, 0.05));
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}

.package-card .elementor-image-box-img img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  box-shadow: 
    0 8px 25px rgba(66, 133, 244, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border: 3px solid rgba(255, 255, 255, 0.9);
  transform: translateZ(0);
  position: relative;
  z-index: 1;
}

.package-card:hover .elementor-image-box-img::before {
  transform: scale(1);
}

.package-card:hover .elementor-image-box-img img {
  transform: scale(1.1) rotate(8deg) translateZ(10px);
  box-shadow: 
    0 12px 35px rgba(66, 133, 244, 0.25),
    0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Premium Package Content with Advanced Typography */
.package-card .elementor-image-box-title {
  font-size: 32px;
  font-weight: 900;
  margin: 35px 0 30px 0;
  color: #1a1a1a;
  text-align: center;
  position: relative;
  font-family: 'Arial', sans-serif;
  letter-spacing: -0.5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-card .elementor-image-box-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 50px;
  height: 3px;
  background: linear-gradient(45deg, #4285f4, #5f7bff);
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.package-card:hover .elementor-image-box-title {
  transform: translateY(-2px);
}

.package-card:hover .elementor-image-box-title::after {
  transform: translateX(-50%) scaleX(1);
}

.package-card .elementor-image-box-description {
  font-size: 17px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 40px;
  text-align: center;
  min-height: 85px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.package-card:hover .elementor-image-box-description {
  color: #333;
}

/* Premium Package Buttons with Advanced Interactions */
.package-card .elementor-button {
  background: linear-gradient(135deg, #4285f4, #5f7bff);
  border: none;
  border-radius: 50px;
  padding: 18px 40px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 4px 15px rgba(66, 133, 244, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateZ(0);
}

.package-card .elementor-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #5f7bff, #1fb787);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}

.package-card .elementor-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  z-index: 1;
}

.package-card .elementor-button:hover::before {
  left: 0;
}

.package-card .elementor-button:hover::after {
  width: 300px;
  height: 300px;
}

.package-card .elementor-button:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 
    0 8px 25px rgba(66, 133, 244, 0.4),
    0 4px 15px rgba(0, 0, 0, 0.15);
}

.package-card .elementor-button:active {
  transform: translateY(-2px) scale(0.98);
}

/* ===== RANK & REWARDS SECTION ===== */

.rank-rewards {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.rank-rewards .elementor-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Rank Section Headers */
.rank-rewards h6.elementor-heading-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  color: #4285f4;
  margin-bottom: 15px;
  opacity: 0.9;
}

.rank-rewards h2.elementor-heading-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 70px;
  color: #2c3e50;
  position: relative;
}

.rank-rewards h2.elementor-heading-title::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  border-radius: 2px;
}

/* Rank Cards */
.rank-card {
  margin-bottom: 30px;
  perspective: 1000px;
}

.rank-card .elementor-widget-wrap {
  background: white;
  border-radius: 20px;
  padding: 40px 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(66, 133, 244, 0.1);
}

.rank-card .elementor-widget-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(45deg, #ffd700, #ffed4e);
}

.rank-card:nth-child(2) .elementor-widget-wrap::before {
  background: linear-gradient(45deg, #ff6b6b, #ffd700);
}

.rank-card:nth-child(3) .elementor-widget-wrap::before {
  background: linear-gradient(45deg, #4ecdc4, #44a08d);
}

.rank-card:nth-child(4) .elementor-widget-wrap::before {
  background: linear-gradient(45deg, #667eea, #764ba2);
}

.rank-card:hover .elementor-widget-wrap {
  transform: translateY(-15px) rotateY(5deg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

/* Rank Content */
.rank-card .elementor-image-box-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #2c3e50;
  text-align: center;
  position: relative;
}

.rank-card .elementor-image-box-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #4285f4;
  border-radius: 1px;
}

.rank-card .elementor-image-box-description {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  text-align: center;
  min-height: 60px;
}

.rank-card .elementor-image-box-description strong {
  color: #4285f4;
  font-weight: 700;
  font-size: 18px;
}

/* ===== ENHANCED MISSION SECTION ===== */

.mission-tech {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.mission-tech .elementor-background-overlay {
  opacity: 0.9;
}

.mission-tech .elementor-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mission-tech .elementor-col-50 {
  padding: 0 40px;
  position: relative;
}

.mission-tech .elementor-col-50::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: linear-gradient(to bottom, transparent, rgba(66, 133, 244, 0.3), transparent);
}

.mission-tech .elementor-col-50:last-child::before {
  display: none;
}

.mission-tech h6.elementor-heading-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4285f4;
  margin-bottom: 20px;
  position: relative;
}

.mission-tech h6.elementor-heading-title::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background: #4285f4;
}

.mission-tech h2.elementor-heading-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #2c3e50;
  position: relative;
}

.mission-tech h2.elementor-heading-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(45deg, #4285f4, #5f7bff);
  border-radius: 2px;
}

.mission-tech .elementor-widget-text-editor p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}

.mission-tech .elementor-widget-text-editor p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 70%;
  background: linear-gradient(45deg, #4285f4, #5f7bff);
  border-radius: 2px;
}

/* Responsive Design for All Sections */
@media (max-width: 1024px) {
  .trading-packages h6.elementor-heading-title::before,
  .trading-packages h6.elementor-heading-title::after {
    display: none;
  }
  
  .trading-packages h2.elementor-heading-title,
  .rank-rewards h2.elementor-heading-title {
    font-size: 36px;
  }
  
  .mission-tech .elementor-col-50 {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  
  .mission-tech .elementor-col-50::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .trading-packages,
  .rank-rewards,
  .mission-tech {
    padding: 80px 0;
  }
  
  .trading-packages h2.elementor-heading-title,
  .rank-rewards h2.elementor-heading-title {
    font-size: 32px;
  }
  
  .package-card .elementor-widget-wrap,
  .rank-card .elementor-widget-wrap {
    padding: 35px 25px;
  }
  
  .mission-tech .elementor-col-50 {
    padding: 0;
    margin-bottom: 60px;
  }
  
  .mission-tech h2.elementor-heading-title {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .trading-packages h2.elementor-heading-title,
  .rank-rewards h2.elementor-heading-title {
    font-size: 26px;
  }
  
  .mission-tech h2.elementor-heading-title {
    font-size: 26px;
  }
  
  .package-card .elementor-image-box-title,
  .rank-card .elementor-image-box-title {
    font-size: 20px;
  }
  
  .package-card .elementor-image-box-description,
  .rank-card .elementor-image-box-description {
    font-size: 14px;
  }
}/* Advanc
ed Animation Triggers for Trading Packages */
.trading-packages .animated.fadeInUp {
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}

.trading-packages .animated.zoomIn {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

/* Staggered Animation for Package Cards */
.package-card:nth-child(1) {
  animation-delay: 0.1s;
}

.package-card:nth-child(2) {
  animation-delay: 0.3s;
}

.package-card:nth-child(3) {
  animation-delay: 0.5s;
}

/* Advanced Hover States for Section */
.trading-packages:hover h2.elementor-heading-title::after {
  transform: translateX(-50%) scaleX(1);
}

/* Premium Focus States for Accessibility */
.package-card .elementor-button:focus {
  outline: 3px solid rgba(66, 133, 244, 0.3);
  outline-offset: 2px;
}

.package-card:focus-within .elementor-widget-wrap {
  transform: translateY(-15px);
  box-shadow: 
    0 6px 20px rgba(66, 133, 244, 0.2),
    0 12px 40px rgba(0, 0, 0, 0.1);
}

/* Enhanced Responsive Design for Trading Packages */
@media (max-width: 1200px) {
  .trading-packages .elementor-column-gap-default {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
  }
  
  .trading-packages h2.elementor-heading-title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .trading-packages {
    padding: 80px 0;
  }
  
  .trading-packages .elementor-column-gap-default {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .trading-packages h6.elementor-heading-title::before,
  .trading-packages h6.elementor-heading-title::after {
    display: none;
  }
  
  .trading-packages h2.elementor-heading-title {
    font-size: 36px;
    letter-spacing: -1px;
  }
  
  .package-card .elementor-widget-wrap {
    padding: 45px 30px;
  }
  
  .package-card .elementor-image-box-title {
    font-size: 26px;
  }
  
  .package-card .elementor-image-box-description {
    font-size: 15px;
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .trading-packages h2.elementor-heading-title {
    font-size: 28px;
  }
  
  .package-card .elementor-widget-wrap {
    padding: 35px 25px;
  }
  
  .package-card .elementor-image-box-title {
    font-size: 22px;
  }
  
  .package-card .elementor-image-box-description {
    font-size: 14px;
  }
  
  .package-card .elementor-button {
    padding: 16px 30px;
    font-size: 14px;
  }
}

/* Advanced Performance Optimizations */
.package-card .elementor-widget-wrap {
  will-change: transform, box-shadow;
}

.package-card .elementor-image-box-img img {
  will-change: transform;
}

.package-card .elementor-button {
  will-change: transform, box-shadow;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .package-card .elementor-widget-wrap,
  .package-card .elementor-image-box-img img,
  .package-card .elementor-button,
  .trading-packages h6.elementor-heading-title,
  .trading-packages h2.elementor-heading-title {
    transition: none;
    animation: none;
  }
  
  .package-card:hover .elementor-widget-wrap {
    transform: none;
  }
}