/*Service Tabs*/
.alt-vertical-tabs {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    border-radius: 10px;
    gap: 50px;
}

.tabs-menu {
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
}

.tabs-menu .tab-btn {
    background: transparent;
    color: #000;
    border: none;
    padding: 12px 24px;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
}

.tabs-menu .tab-btn.active {
    background: #FFD700;
}
.tabs-menu .tab-btn i{
    flex-shrink: 0;
}
.tabs-content {
    flex: 1;
    position: relative;
}

.tab-content {
    display: none;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    position: relative;
	background-position: right center;
    border-radius: 12px;
}

.tab-content.active {
    display: block;
}
.tab-content.reverse {
    flex-direction: row-reverse;
}
.tab-image {
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 0px 12px;
}

.tab-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.tab-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 400px;
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2200 60%, #f5c518 200%);
    padding: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px 12px 12px 0px;
}

.tab-title {
    font-size: 28px;
    margin: 0px;
    color: #ffd700;
}

.tab-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0px 0px 0px;
}

.tab-description {
    font-size: 16px;
    line-height: 1.9;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .alt-vertical-tabs {
        flex-direction: column;
        gap: 20px;
    }

    .tabs-menu {
        flex: 0 0 auto;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 10px;
        flex-wrap: wrap;
    }
    .tab-overlay{
      width: 100%;
    }
    .tabs-menu .tab-btn {
        flex: 0 0 auto;
        border-radius: 30px;
        padding: 10px 16px;
        font-size: 1rem;
        margin-bottom: 0; 
        white-space: nowrap; 
    }

    .tabs-content {
        flex: 1;
        min-height: auto;
    }

    .tab-content {
        min-height: 300px;
    }

    .tab-title {
        font-size: 22px;
    }

    .tab-subtitle {
        font-size: 16px;
    }

    .tab-description {
        font-size: 14px;
    }
    .elementskit-submenu-indicator{
      display: flex!important;
      justify-content: center;
    align-items: center;
    }
}

/*Pricing Plans*/
/* ====== PRICING TABS WIDGET ====== */
.pricing-tabs {
    width: 100%;
    font-family: 'Arial', sans-serif;
}

/* Tab Menu */
.pricing-tabs .tabs-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #e5e5e5;
    flex-direction: row;
}

.pricing-tabs .tabs-menu .tab-btn {
    background: none;
    border: none;
    font-size: 16px;
    padding: 12px 20px;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    font-weight: 600;
}

.pricing-tabs .tabs-menu .tab-btn.active {
    color: #FFD700;
    border-bottom-color: #FFD700;
}

/* Tab Content */
.pricing-tabs .tabs-content .tab-content {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.pricing-tabs .tabs-content .tab-content.active {
    display: block;
}

/* Pricing Plans */
.pricing-tabs .pricing-plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.pricing-tabs .pricing-plan {
    flex: 1 1 220px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.pricing-tabs .pricing-plan:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.pricing-tabs .plan-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.pricing-tabs .plan-excerpt {
    font-size: 14px;
    margin-bottom: 12px;
    color: #666;
}

.pricing-tabs .plan-price {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.pricing-tabs .plan-btn {
    display: inline-block;
    padding: 6px 20px;
    background: #FFD700;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.pricing-tabs .plan-btn:hover {
    background: #FFD700;
}

/* Features List */
.pricing-tabs .plan-features, .plan-non-features {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.pricing-tabs .plan-features li, .plan-non-features li {
    margin: 8px 0;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #444;
}

.pricing-tabs .plan-features li.included::before::before {
    content: "✔";
    color: #FFD700;
    position: absolute;
    left: 0;
    font-weight: bold;
}
.plan-non-features li.excluded::before{
    content: "✕";
    color: #FFD700;
    position: absolute;
    left: 0;
    font-weight: bold;
}
/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/*Project widget*/
.alt-projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    gap: 20px;
}
.project-card {
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
    transition:transform .3s ease;
}
.project-card:hover {
    transform:translateY(-5px);
}
.project-thumb img { 
    width:100%; 
    display:block; 
    height: 200px;
    object-fit: cover;
}
.project-info { 
    padding:45px 15px; 
    display: flex;
    gap:10px;
}
.project-client img{
    border-radius: 50px;
    width: 100%;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.projects-title{
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.project-desc{
    font-size: 14px;
    color: #4e4e4ecf;
}
.project-gallery { 
    display:flex; 
    gap:10px; 
    margin-top:10px; 
    flex-wrap:wrap; 
}
.project-gallery img { 
    border-radius:6px; 
    width:80px; 
    height:80px; 
    object-fit:cover; 
}
.project-filters { 
    margin-bottom:20px; 
    text-align:center; 
}
.filter-btn { 
    padding:8px 16px!important; 
    margin:5px; 
    cursor:pointer; 
    border:none; 
    background:#f0f0f0; 
    border-radius:20px; 
    transition:.3s; 
}
.filter-btn.active, .filter-btn:hover { 
    background:#FFD700; 
    color:#fff; 
}
.project-lightbox {
    display:none; 
    position:fixed; 
    top:0; left:0; 
    width:100%; height:100%;
    background:rgba(0,0,0,0.8); 
    display:flex; 
    justify-content:center; 
    align-items:center; 
    z-index:9999;
}
.project-lightbox img { 
    max-width:90%; 
    max-height:90%; 
    border-radius:10px; 
}
.project-lightbox .close {
    position:absolute; 
    top:20px; 
    right:30px; 
    font-size:40px; 
    color:#fff; 
    cursor:pointer;
}
/* ALT Pricing Widget Styles */

.alt-pricing-wrapper {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.pricing-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  border-radius: 50px;
  padding: 6px 16px;
  margin-bottom: 40px;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-family: 'Poppins';
}

.pricing-toggle .save {
  background: #FFD700;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 5px;
}

.pricing-toggle .pricing-switch {
  width: 42px;
  height: 22px;
  background: #374151;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-toggle .pricing-switch::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 4px;
  transition: all 0.3s ease;
}

.alt-pricing-wrapper[data-yearly="1"] .pricing-switch::after {
  left: 22px;
  background: #FFD700;
}

/* Pricing grid */
.pricing-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  align-items: stretch;
}

.pricing-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Poppins';
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

.pricing-card.highlight, .pricing-tabs .pricing-plan.highlight {
  border: 2px solid var(--highlight-color, #FFD700);
}

.pricing-card .badge{
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--highlight-color, #FFD700);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
}
.pricing-plan{
    position: relative;
}
.pricing-plan .badge{
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--highlight-color, #FFD700);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
}
.plan-title {
  font-size: 22px;
  font-weight: 600;
  margin:0px 0px 1px 0px;
  color: #111827;
}

.plan-desc {
  font-size: 14px;
  color: #6B7280;
  margin: 0px;
}
.plan-best-for {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 12px;
}
.plan-outcome{
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}
.plan-outcome p{
    margin: 3px 0px;
}
.plan-price {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0px;
  text-align: left;
}

.plan-features li, .plan-non-features li {
  padding-left: 24px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  color: #374151;
}
.plan-non-features{
    padding: 0!important;
    text-align: left;
}
.plan-reporting{
    font-size: 14px;
    padding-bottom: 20px;
    color: #222;
}
.plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FFD700;
  font-weight: bold;
}

.choose-plan-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 30px;
  background: #FFD700;
  color:#000;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.choose-plan-btn:hover {
  background: #000;
  color: #fff;
}
.currency, .suffix{
    font-size: 15px;
}

/* ===== ALT Widgets Styles ===== */

/* General Reset */
.alt-week-work-wrapper{
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 1px 20px rgba(0,0,0,0.08);
  overflow: hidden;
}

/* Week Work Widget */
.week-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.week-card {
  flex: 0 0 250px;
  min-height: 160px;
  background: #000;
  border-radius: 12px;
  padding: 15px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.week-card::before{
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFD700;
}
.week-card h3 {
  font-size: 16px;
  color: #fff;
  margin:5px 0px 0px 0px;
  font-weight: 600;
}

.week-card p {
  font-size: 14px;
  color: #FFFFFFBD;
}

.week-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.week-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.week-nav button {
  background: #333;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.week-nav button:hover {
  background: #0073e6;
}
.page-excerpt{
  display: none;
}
.portfolio-card a{
  text-decoration: none;
}
.alt-portfolio-wrapper {
                position: relative;
                padding: 20px 40px;
            }
             .portfolio-top-bar {
                display: flex;
                justify-content: flex-end;
                gap: 10px;
                margin-bottom: 15px;
            }
            .portfolio-scroll {
                display: flex;
                gap: 20px;
                overflow-x: auto;
                scroll-behavior: smooth;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
            }
            .portfolio-card {
                width: 320px;
                flex: 0 0 auto;
                background: #fff;
                color: #fff;
                border-radius: 16px;
                overflow: hidden;
                scroll-snap-align: start;
                transition: transform 0.3s ease;
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                margin-bottom: 15px;
            }
            .portfolio-card:hover {
                transform: translateY(-8px);
            }
            .portfolio-img {
                height: 250px;
                background-size: cover;
                background-position: center;
            }
            .portfolio-info {
                padding: 15px;
            }
            .portfolio-info h3 {
                font-size: 17px;
                margin: 0 0 5px;
                color: #000;
                font-weight: 500;
            }
            .portfolio-info p {
                font-size: 14px;
                color: #4e4e4ecf;
                margin: 0;
            }
            .portfolio-nav {
                background: rgba(0,0,0,0.7);
                border: none;
                color: #fff;
                font-size: 20px;
                cursor: pointer;
                padding: 6px 12px!important;
                border-radius: 6px!important;
                transition: background 0.3s ease;
            }
            .portfolio-nav:hover {
                background: rgba(255,215,0,0.8);
                color: #000;
            }