.elementor-589 .elementor-element.elementor-element-66b1f16{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-589 .elementor-element.elementor-element-b338119{--display:flex;}.elementor-589 .elementor-element.elementor-element-be0b7f1{--display:flex;}.elementor-589 .elementor-element.elementor-element-b1eeb18{--display:flex;}.elementor-589 .elementor-element.elementor-element-387515a{--display:flex;}.elementor-589 .elementor-element.elementor-element-e07d481{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;--n-tabs-title-border-radius:20px 20px 20px 20px;--n-tabs-title-padding-top:10px;--n-tabs-title-padding-right:10px;--n-tabs-title-padding-bottom:10px;--n-tabs-title-padding-left:10px;--n-tabs-title-color-active:var( --e-global-color-primary );}.elementor-589 .elementor-element.elementor-element-e07d481.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-primary );}.elementor-589 .elementor-element.elementor-element-e07d481.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-589 .elementor-element.elementor-element-e07d481.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-secondary );}@media(max-width:767px){.elementor-589 .elementor-element.elementor-element-e07d481{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;}}/* Start custom CSS for html, class: .elementor-element-bc55700 *//* Logo Pricing Carousel Styles */
.logo-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    background: transparent;
    color: #ffffff;
    box-sizing: border-box;
}

.logo-packages-carousel {
    position: relative;
    width: 100%;
}

.logo-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.logo-packages-track::-webkit-scrollbar {
    display: none;
}

.logo-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: auto;
}

.logo-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(83, 13, 70, 0.3);
    border-color: #FFCF4B;
}

.logo-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.logo-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: white;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.logo-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.logo-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.logo-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.logo-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.logo-package-features::-webkit-scrollbar {
    width: 6px;
}

.logo-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.logo-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.logo-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.logo-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.logo-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.logo-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.logo-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.logo-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.logo-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.logo-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-carousel-nav:hover {
    background: #6A115A;
    transform: translateY(-50%) scale(1.1);
}

.logo-carousel-nav.prev {
    left: 5px;
}

.logo-carousel-nav.next {
    right: 5px;
}

.logo-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.logo-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
}

/* Mobile Styles - 20% smaller width, 10% taller height */
@media (max-width: 767px) {
    .logo-pricing-section {
        padding: 30px 10px;
    }
    
    .logo-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .logo-package-card {
        min-width: 280px;
        max-width: 280px;
        height: auto;
    }
    
    .logo-package-header {
        padding: 22px 15px 12px;
    }
    
    .logo-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .logo-package-features {
        padding: 18px 15px;
        height: auto;
    }
    
    .logo-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .logo-package-features li:before {
        top: 9px;
    }
    
    .logo-package-price-section {
        padding: 18px 15px;
    }
    
    .logo-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .logo-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .logo-package-cta {
        padding: 0 15px 22px;
    }
    
    .logo-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .logo-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .logo-carousel-nav.prev {
        left: 2px;
    }
    
    .logo-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .logo-pricing-section {
        padding: 20px 8px;
    }
    
    .logo-package-card {
        min-width: 260px;
        max-width: 260px;
        height: auto;
    }
    
    .logo-package-header {
        padding: 20px 12px 10px;
    }
    
    .logo-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .logo-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .logo-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .logo-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .logo-package-price-section {
        padding: 16px 12px;
    }
    
    .logo-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .logo-package-original-price {
        font-size: 14px;
    }
    
    .logo-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .logo-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 750px;
    }
    
    .logo-package-header {
        padding: 18px 10px 8px;
    }
    
    .logo-package-name {
        font-size: 16px;
    }
    
    .logo-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .logo-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .logo-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .logo-package-price-section {
        padding: 14px 10px;
    }
    
    .logo-package-price {
        font-size: 22px;
    }
    
    .logo-package-original-price {
        font-size: 13px;
    }
    
    .logo-package-cta {
        padding: 0 10px 18px;
    }
    
    .logo-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .logo-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .logo-package-header {
        padding: 25px 25px 15px;
    }
    
    .logo-package-features {
        padding: 20px 25px;
    }
    
    .logo-package-price-section {
        padding: 20px 25px;
    }
    
    .logo-package-cta {
        padding: 0 25px 25px;
    }
    
    .logo-carousel-nav.prev {
        left: 10px;
    }
    
    .logo-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .logo-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .logo-packages-track {
        padding: 20px 50px;
    }
    
    .logo-carousel-nav.prev {
        left: 5px;
    }
    
    .logo-carousel-nav.next {
        right: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-027c063 */<style>
/* Website Pricing Carousel Styles - Updated Colors */
.website-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.website-packages-carousel {
    position: relative;
    width: 100%;
}

.website-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.website-packages-track::-webkit-scrollbar {
    display: none;
}

.website-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.website-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.website-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.website-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: #121212;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.website-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.website-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.website-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.website-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.website-package-features::-webkit-scrollbar {
    width: 6px;
}

.website-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.website-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.website-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.website-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.website-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.website-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.website-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.website-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.website-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.website-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: #121212;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.website-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: #121212;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.website-carousel-nav:hover {
    background: #6A115A;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.website-carousel-nav.prev {
    left: 5px;
}

.website-carousel-nav.next {
    right: 5px;
}

.website-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.website-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
    color: #121212;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .website-pricing-section {
        padding: 30px 10px;
    }
    
    .website-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .website-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .website-package-header {
        padding: 22px 15px 12px;
    }
    
    .website-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .website-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .website-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .website-package-features li:before {
        top: 9px;
    }
    
    .website-package-price-section {
        padding: 18px 15px;
    }
    
    .website-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .website-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .website-package-cta {
        padding: 0 15px 22px;
    }
    
    .website-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .website-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .website-carousel-nav.prev {
        left: 2px;
    }
    
    .website-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .website-pricing-section {
        padding: 20px 8px;
    }
    
    .website-package-card {
        min-width: 260px;
        max-width: 260px;
        height: 750px;
    }
    
    .website-package-header {
        padding: 20px 12px 10px;
    }
    
    .website-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .website-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .website-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .website-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .website-package-price-section {
        padding: 16px 12px;
    }
    
    .website-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .website-package-original-price {
        font-size: 14px;
    }
    
    .website-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .website-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 780px;
    }
    
    .website-package-header {
        padding: 18px 10px 8px;
    }
    
    .website-package-name {
        font-size: 16px;
    }
    
    .website-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .website-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .website-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .website-package-price-section {
        padding: 14px 10px;
    }
    
    .website-package-price {
        font-size: 22px;
    }
    
    .website-package-original-price {
        font-size: 13px;
    }
    
    .website-package-cta {
        padding: 0 10px 18px;
    }
    
    .website-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .website-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .website-package-header {
        padding: 25px 25px 15px;
    }
    
    .website-package-features {
        padding: 20px 25px;
    }
    
    .website-package-price-section {
        padding: 20px 25px;
    }
    
    .website-package-cta {
        padding: 0 25px 25px;
    }
    
    .website-carousel-nav.prev {
        left: 10px;
    }
    
    .website-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .website-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .website-packages-track {
        padding: 20px 50px;
    }
    
    .website-carousel-nav.prev {
        left: 5px;
    }
    
    .website-carousel-nav.next {
        right: 5px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1097950 */<style>
/* SMM Pricing Carousel Styles - Updated Colors */
.smm-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.smm-packages-carousel {
    position: relative;
    width: 100%;
}

.smm-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.smm-packages-track::-webkit-scrollbar {
    display: none;
}

.smm-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.smm-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.smm-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.smm-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: #121212;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.smm-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.smm-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.smm-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.smm-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.smm-package-features::-webkit-scrollbar {
    width: 6px;
}

.smm-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.smm-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.smm-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smm-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.smm-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.smm-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.smm-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.smm-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.smm-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.smm-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: #121212;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.smm-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: #121212;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smm-carousel-nav:hover {
    background: #6A115A;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.smm-carousel-nav.prev {
    left: 5px;
}

.smm-carousel-nav.next {
    right: 5px;
}

.smm-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.smm-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
    color: #121212;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .smm-pricing-section {
        padding: 30px 10px;
    }
    
    .smm-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .smm-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .smm-package-header {
        padding: 22px 15px 12px;
    }
    
    .smm-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .smm-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .smm-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .smm-package-features li:before {
        top: 9px;
    }
    
    .smm-package-price-section {
        padding: 18px 15px;
    }
    
    .smm-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .smm-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .smm-package-cta {
        padding: 0 15px 22px;
    }
    
    .smm-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .smm-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .smm-carousel-nav.prev {
        left: 2px;
    }
    
    .smm-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .smm-pricing-section {
        padding: 20px 8px;
    }
    
    .smm-package-card {
        min-width: 260px;
        max-width: 260px;
        height: 750px;
    }
    
    .smm-package-header {
        padding: 20px 12px 10px;
    }
    
    .smm-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .smm-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .smm-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .smm-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .smm-package-price-section {
        padding: 16px 12px;
    }
    
    .smm-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .smm-package-original-price {
        font-size: 14px;
    }
    
    .smm-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .smm-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 780px;
    }
    
    .smm-package-header {
        padding: 18px 10px 8px;
    }
    
    .smm-package-name {
        font-size: 16px;
    }
    
    .smm-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .smm-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .smm-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .smm-package-price-section {
        padding: 14px 10px;
    }
    
    .smm-package-price {
        font-size: 22px;
    }
    
    .smm-package-original-price {
        font-size: 13px;
    }
    
    .smm-package-cta {
        padding: 0 10px 18px;
    }
    
    .smm-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .smm-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .smm-package-header {
        padding: 25px 25px 15px;
    }
    
    .smm-package-features {
        padding: 20px 25px;
    }
    
    .smm-package-price-section {
        padding: 20px 25px;
    }
    
    .smm-package-cta {
        padding: 0 25px 25px;
    }
    
    .smm-carousel-nav.prev {
        left: 10px;
    }
    
    .smm-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .smm-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .smm-packages-track {
        padding: 20px 50px;
    }
    
    .smm-carousel-nav.prev {
        left: 5px;
    }
    
    .smm-carousel-nav.next {
        right: 5px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a604f53 *//* SEO Pricing Carousel Styles */
.seo-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.seo-packages-carousel {
    position: relative;
    width: 100%;
}

.seo-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.seo-packages-track::-webkit-scrollbar {
    display: none;
}

.seo-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.seo-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.seo-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.seo-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: white;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.seo-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.seo-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.seo-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.seo-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.seo-package-features::-webkit-scrollbar {
    width: 6px;
}

.seo-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.seo-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.seo-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.seo-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.seo-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.seo-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.seo-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.seo-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-carousel-nav:hover {
    background: #6A115A;
    transform: translateY(-50%) scale(1.1);
}

.seo-carousel-nav.prev {
    left: 5px;
}

.seo-carousel-nav.next {
    right: 5px;
}

.seo-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.seo-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .seo-pricing-section {
        padding: 30px 10px;
    }
    
    .seo-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .seo-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .seo-package-header {
        padding: 22px 15px 12px;
    }
    
    .seo-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .seo-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .seo-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .seo-package-features li:before {
        top: 9px;
    }
    
    .seo-package-price-section {
        padding: 18px 15px;
    }
    
    .seo-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .seo-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .seo-package-cta {
        padding: 0 15px 22px;
    }
    
    .seo-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .seo-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .seo-carousel-nav.prev {
        left: 2px;
    }
    
    .seo-carousel-nav.next {
        right: 2px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .seo-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .seo-package-header {
        padding: 25px 25px 15px;
    }
    
    .seo-package-features {
        padding: 20px 25px;
    }
    
    .seo-package-price-section {
        padding: 20px 25px;
    }
    
    .seo-package-cta {
        padding: 0 25px 25px;
    }
    
    .seo-carousel-nav.prev {
        left: 10px;
    }
    
    .seo-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .seo-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .seo-packages-track {
        padding: 20px 50px;
    }
    
    .seo-carousel-nav.prev {
        left: 5px;
    }
    
    .seo-carousel-nav.next {
        right: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc55700 *//* Logo Pricing Carousel Styles */
.logo-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    background: transparent;
    color: #ffffff;
    box-sizing: border-box;
}

.logo-packages-carousel {
    position: relative;
    width: 100%;
}

.logo-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.logo-packages-track::-webkit-scrollbar {
    display: none;
}

.logo-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: auto;
}

.logo-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(83, 13, 70, 0.3);
    border-color: #FFCF4B;
}

.logo-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.logo-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: white;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.logo-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.logo-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.logo-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.logo-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.logo-package-features::-webkit-scrollbar {
    width: 6px;
}

.logo-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.logo-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.logo-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.logo-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.logo-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.logo-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.logo-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.logo-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.logo-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.logo-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-carousel-nav:hover {
    background: #6A115A;
    transform: translateY(-50%) scale(1.1);
}

.logo-carousel-nav.prev {
    left: 5px;
}

.logo-carousel-nav.next {
    right: 5px;
}

.logo-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.logo-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
}

/* Mobile Styles - 20% smaller width, 10% taller height */
@media (max-width: 767px) {
    .logo-pricing-section {
        padding: 30px 10px;
    }
    
    .logo-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .logo-package-card {
        min-width: 280px;
        max-width: 280px;
        height: auto;
    }
    
    .logo-package-header {
        padding: 22px 15px 12px;
    }
    
    .logo-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .logo-package-features {
        padding: 18px 15px;
        height: auto;
    }
    
    .logo-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .logo-package-features li:before {
        top: 9px;
    }
    
    .logo-package-price-section {
        padding: 18px 15px;
    }
    
    .logo-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .logo-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .logo-package-cta {
        padding: 0 15px 22px;
    }
    
    .logo-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .logo-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .logo-carousel-nav.prev {
        left: 2px;
    }
    
    .logo-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .logo-pricing-section {
        padding: 20px 8px;
    }
    
    .logo-package-card {
        min-width: 260px;
        max-width: 260px;
        height: auto;
    }
    
    .logo-package-header {
        padding: 20px 12px 10px;
    }
    
    .logo-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .logo-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .logo-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .logo-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .logo-package-price-section {
        padding: 16px 12px;
    }
    
    .logo-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .logo-package-original-price {
        font-size: 14px;
    }
    
    .logo-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .logo-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 750px;
    }
    
    .logo-package-header {
        padding: 18px 10px 8px;
    }
    
    .logo-package-name {
        font-size: 16px;
    }
    
    .logo-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .logo-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .logo-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .logo-package-price-section {
        padding: 14px 10px;
    }
    
    .logo-package-price {
        font-size: 22px;
    }
    
    .logo-package-original-price {
        font-size: 13px;
    }
    
    .logo-package-cta {
        padding: 0 10px 18px;
    }
    
    .logo-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .logo-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .logo-package-header {
        padding: 25px 25px 15px;
    }
    
    .logo-package-features {
        padding: 20px 25px;
    }
    
    .logo-package-price-section {
        padding: 20px 25px;
    }
    
    .logo-package-cta {
        padding: 0 25px 25px;
    }
    
    .logo-carousel-nav.prev {
        left: 10px;
    }
    
    .logo-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .logo-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .logo-packages-track {
        padding: 20px 50px;
    }
    
    .logo-carousel-nav.prev {
        left: 5px;
    }
    
    .logo-carousel-nav.next {
        right: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-027c063 */<style>
/* Website Pricing Carousel Styles - Updated Colors */
.website-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.website-packages-carousel {
    position: relative;
    width: 100%;
}

.website-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.website-packages-track::-webkit-scrollbar {
    display: none;
}

.website-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.website-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.website-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.website-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: #121212;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.website-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.website-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.website-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.website-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.website-package-features::-webkit-scrollbar {
    width: 6px;
}

.website-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.website-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.website-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.website-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.website-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.website-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.website-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.website-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.website-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.website-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: #121212;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.website-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: #121212;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.website-carousel-nav:hover {
    background: #6A115A;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.website-carousel-nav.prev {
    left: 5px;
}

.website-carousel-nav.next {
    right: 5px;
}

.website-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.website-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
    color: #121212;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .website-pricing-section {
        padding: 30px 10px;
    }
    
    .website-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .website-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .website-package-header {
        padding: 22px 15px 12px;
    }
    
    .website-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .website-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .website-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .website-package-features li:before {
        top: 9px;
    }
    
    .website-package-price-section {
        padding: 18px 15px;
    }
    
    .website-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .website-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .website-package-cta {
        padding: 0 15px 22px;
    }
    
    .website-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .website-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .website-carousel-nav.prev {
        left: 2px;
    }
    
    .website-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .website-pricing-section {
        padding: 20px 8px;
    }
    
    .website-package-card {
        min-width: 260px;
        max-width: 260px;
        height: 750px;
    }
    
    .website-package-header {
        padding: 20px 12px 10px;
    }
    
    .website-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .website-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .website-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .website-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .website-package-price-section {
        padding: 16px 12px;
    }
    
    .website-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .website-package-original-price {
        font-size: 14px;
    }
    
    .website-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .website-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 780px;
    }
    
    .website-package-header {
        padding: 18px 10px 8px;
    }
    
    .website-package-name {
        font-size: 16px;
    }
    
    .website-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .website-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .website-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .website-package-price-section {
        padding: 14px 10px;
    }
    
    .website-package-price {
        font-size: 22px;
    }
    
    .website-package-original-price {
        font-size: 13px;
    }
    
    .website-package-cta {
        padding: 0 10px 18px;
    }
    
    .website-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .website-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .website-package-header {
        padding: 25px 25px 15px;
    }
    
    .website-package-features {
        padding: 20px 25px;
    }
    
    .website-package-price-section {
        padding: 20px 25px;
    }
    
    .website-package-cta {
        padding: 0 25px 25px;
    }
    
    .website-carousel-nav.prev {
        left: 10px;
    }
    
    .website-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .website-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .website-packages-track {
        padding: 20px 50px;
    }
    
    .website-carousel-nav.prev {
        left: 5px;
    }
    
    .website-carousel-nav.next {
        right: 5px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1097950 */<style>
/* SMM Pricing Carousel Styles - Updated Colors */
.smm-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.smm-packages-carousel {
    position: relative;
    width: 100%;
}

.smm-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.smm-packages-track::-webkit-scrollbar {
    display: none;
}

.smm-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.smm-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.smm-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.smm-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: #121212;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.smm-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.smm-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.smm-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.smm-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.smm-package-features::-webkit-scrollbar {
    width: 6px;
}

.smm-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.smm-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.smm-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smm-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.smm-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.smm-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.smm-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.smm-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.smm-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.smm-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: #121212;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.smm-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: #121212;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smm-carousel-nav:hover {
    background: #6A115A;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.smm-carousel-nav.prev {
    left: 5px;
}

.smm-carousel-nav.next {
    right: 5px;
}

.smm-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.smm-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
    color: #121212;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .smm-pricing-section {
        padding: 30px 10px;
    }
    
    .smm-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .smm-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .smm-package-header {
        padding: 22px 15px 12px;
    }
    
    .smm-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .smm-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .smm-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .smm-package-features li:before {
        top: 9px;
    }
    
    .smm-package-price-section {
        padding: 18px 15px;
    }
    
    .smm-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .smm-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .smm-package-cta {
        padding: 0 15px 22px;
    }
    
    .smm-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .smm-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .smm-carousel-nav.prev {
        left: 2px;
    }
    
    .smm-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .smm-pricing-section {
        padding: 20px 8px;
    }
    
    .smm-package-card {
        min-width: 260px;
        max-width: 260px;
        height: 750px;
    }
    
    .smm-package-header {
        padding: 20px 12px 10px;
    }
    
    .smm-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .smm-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .smm-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .smm-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .smm-package-price-section {
        padding: 16px 12px;
    }
    
    .smm-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .smm-package-original-price {
        font-size: 14px;
    }
    
    .smm-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .smm-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 780px;
    }
    
    .smm-package-header {
        padding: 18px 10px 8px;
    }
    
    .smm-package-name {
        font-size: 16px;
    }
    
    .smm-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .smm-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .smm-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .smm-package-price-section {
        padding: 14px 10px;
    }
    
    .smm-package-price {
        font-size: 22px;
    }
    
    .smm-package-original-price {
        font-size: 13px;
    }
    
    .smm-package-cta {
        padding: 0 10px 18px;
    }
    
    .smm-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .smm-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .smm-package-header {
        padding: 25px 25px 15px;
    }
    
    .smm-package-features {
        padding: 20px 25px;
    }
    
    .smm-package-price-section {
        padding: 20px 25px;
    }
    
    .smm-package-cta {
        padding: 0 25px 25px;
    }
    
    .smm-carousel-nav.prev {
        left: 10px;
    }
    
    .smm-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .smm-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .smm-packages-track {
        padding: 20px 50px;
    }
    
    .smm-carousel-nav.prev {
        left: 5px;
    }
    
    .smm-carousel-nav.next {
        right: 5px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a604f53 *//* SEO Pricing Carousel Styles */
.seo-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.seo-packages-carousel {
    position: relative;
    width: 100%;
}

.seo-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.seo-packages-track::-webkit-scrollbar {
    display: none;
}

.seo-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.seo-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.seo-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.seo-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: white;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.seo-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.seo-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.seo-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.seo-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.seo-package-features::-webkit-scrollbar {
    width: 6px;
}

.seo-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.seo-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.seo-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.seo-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.seo-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.seo-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.seo-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.seo-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-carousel-nav:hover {
    background: #6A115A;
    transform: translateY(-50%) scale(1.1);
}

.seo-carousel-nav.prev {
    left: 5px;
}

.seo-carousel-nav.next {
    right: 5px;
}

.seo-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.seo-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .seo-pricing-section {
        padding: 30px 10px;
    }
    
    .seo-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .seo-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .seo-package-header {
        padding: 22px 15px 12px;
    }
    
    .seo-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .seo-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .seo-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .seo-package-features li:before {
        top: 9px;
    }
    
    .seo-package-price-section {
        padding: 18px 15px;
    }
    
    .seo-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .seo-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .seo-package-cta {
        padding: 0 15px 22px;
    }
    
    .seo-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .seo-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .seo-carousel-nav.prev {
        left: 2px;
    }
    
    .seo-carousel-nav.next {
        right: 2px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .seo-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .seo-package-header {
        padding: 25px 25px 15px;
    }
    
    .seo-package-features {
        padding: 20px 25px;
    }
    
    .seo-package-price-section {
        padding: 20px 25px;
    }
    
    .seo-package-cta {
        padding: 0 25px 25px;
    }
    
    .seo-carousel-nav.prev {
        left: 10px;
    }
    
    .seo-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .seo-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .seo-packages-track {
        padding: 20px 50px;
    }
    
    .seo-carousel-nav.prev {
        left: 5px;
    }
    
    .seo-carousel-nav.next {
        right: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc55700 *//* Logo Pricing Carousel Styles */
.logo-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    background: transparent;
    color: #ffffff;
    box-sizing: border-box;
}

.logo-packages-carousel {
    position: relative;
    width: 100%;
}

.logo-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.logo-packages-track::-webkit-scrollbar {
    display: none;
}

.logo-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: auto;
}

.logo-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(83, 13, 70, 0.3);
    border-color: #FFCF4B;
}

.logo-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.logo-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: white;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.logo-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.logo-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.logo-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.logo-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.logo-package-features::-webkit-scrollbar {
    width: 6px;
}

.logo-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.logo-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.logo-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.logo-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.logo-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.logo-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.logo-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.logo-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.logo-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.logo-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-carousel-nav:hover {
    background: #6A115A;
    transform: translateY(-50%) scale(1.1);
}

.logo-carousel-nav.prev {
    left: 5px;
}

.logo-carousel-nav.next {
    right: 5px;
}

.logo-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.logo-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
}

/* Mobile Styles - 20% smaller width, 10% taller height */
@media (max-width: 767px) {
    .logo-pricing-section {
        padding: 30px 10px;
    }
    
    .logo-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .logo-package-card {
        min-width: 280px;
        max-width: 280px;
        height: auto;
    }
    
    .logo-package-header {
        padding: 22px 15px 12px;
    }
    
    .logo-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .logo-package-features {
        padding: 18px 15px;
        height: auto;
    }
    
    .logo-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .logo-package-features li:before {
        top: 9px;
    }
    
    .logo-package-price-section {
        padding: 18px 15px;
    }
    
    .logo-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .logo-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .logo-package-cta {
        padding: 0 15px 22px;
    }
    
    .logo-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .logo-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .logo-carousel-nav.prev {
        left: 2px;
    }
    
    .logo-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .logo-pricing-section {
        padding: 20px 8px;
    }
    
    .logo-package-card {
        min-width: 260px;
        max-width: 260px;
        height: auto;
    }
    
    .logo-package-header {
        padding: 20px 12px 10px;
    }
    
    .logo-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .logo-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .logo-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .logo-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .logo-package-price-section {
        padding: 16px 12px;
    }
    
    .logo-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .logo-package-original-price {
        font-size: 14px;
    }
    
    .logo-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .logo-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 750px;
    }
    
    .logo-package-header {
        padding: 18px 10px 8px;
    }
    
    .logo-package-name {
        font-size: 16px;
    }
    
    .logo-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .logo-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .logo-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .logo-package-price-section {
        padding: 14px 10px;
    }
    
    .logo-package-price {
        font-size: 22px;
    }
    
    .logo-package-original-price {
        font-size: 13px;
    }
    
    .logo-package-cta {
        padding: 0 10px 18px;
    }
    
    .logo-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .logo-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .logo-package-header {
        padding: 25px 25px 15px;
    }
    
    .logo-package-features {
        padding: 20px 25px;
    }
    
    .logo-package-price-section {
        padding: 20px 25px;
    }
    
    .logo-package-cta {
        padding: 0 25px 25px;
    }
    
    .logo-carousel-nav.prev {
        left: 10px;
    }
    
    .logo-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .logo-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .logo-packages-track {
        padding: 20px 50px;
    }
    
    .logo-carousel-nav.prev {
        left: 5px;
    }
    
    .logo-carousel-nav.next {
        right: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-027c063 */<style>
/* Website Pricing Carousel Styles - Updated Colors */
.website-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.website-packages-carousel {
    position: relative;
    width: 100%;
}

.website-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.website-packages-track::-webkit-scrollbar {
    display: none;
}

.website-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.website-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.website-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.website-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: #121212;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.website-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.website-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.website-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.website-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.website-package-features::-webkit-scrollbar {
    width: 6px;
}

.website-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.website-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.website-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.website-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.website-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.website-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.website-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.website-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.website-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.website-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: #121212;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.website-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: #121212;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.website-carousel-nav:hover {
    background: #6A115A;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.website-carousel-nav.prev {
    left: 5px;
}

.website-carousel-nav.next {
    right: 5px;
}

.website-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.website-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
    color: #121212;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .website-pricing-section {
        padding: 30px 10px;
    }
    
    .website-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .website-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .website-package-header {
        padding: 22px 15px 12px;
    }
    
    .website-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .website-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .website-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .website-package-features li:before {
        top: 9px;
    }
    
    .website-package-price-section {
        padding: 18px 15px;
    }
    
    .website-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .website-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .website-package-cta {
        padding: 0 15px 22px;
    }
    
    .website-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .website-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .website-carousel-nav.prev {
        left: 2px;
    }
    
    .website-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .website-pricing-section {
        padding: 20px 8px;
    }
    
    .website-package-card {
        min-width: 260px;
        max-width: 260px;
        height: 750px;
    }
    
    .website-package-header {
        padding: 20px 12px 10px;
    }
    
    .website-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .website-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .website-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .website-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .website-package-price-section {
        padding: 16px 12px;
    }
    
    .website-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .website-package-original-price {
        font-size: 14px;
    }
    
    .website-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .website-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 780px;
    }
    
    .website-package-header {
        padding: 18px 10px 8px;
    }
    
    .website-package-name {
        font-size: 16px;
    }
    
    .website-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .website-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .website-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .website-package-price-section {
        padding: 14px 10px;
    }
    
    .website-package-price {
        font-size: 22px;
    }
    
    .website-package-original-price {
        font-size: 13px;
    }
    
    .website-package-cta {
        padding: 0 10px 18px;
    }
    
    .website-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .website-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .website-package-header {
        padding: 25px 25px 15px;
    }
    
    .website-package-features {
        padding: 20px 25px;
    }
    
    .website-package-price-section {
        padding: 20px 25px;
    }
    
    .website-package-cta {
        padding: 0 25px 25px;
    }
    
    .website-carousel-nav.prev {
        left: 10px;
    }
    
    .website-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .website-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .website-packages-track {
        padding: 20px 50px;
    }
    
    .website-carousel-nav.prev {
        left: 5px;
    }
    
    .website-carousel-nav.next {
        right: 5px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1097950 */<style>
/* SMM Pricing Carousel Styles - Updated Colors */
.smm-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.smm-packages-carousel {
    position: relative;
    width: 100%;
}

.smm-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.smm-packages-track::-webkit-scrollbar {
    display: none;
}

.smm-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.smm-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.smm-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.smm-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: #121212;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.smm-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.smm-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.smm-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.smm-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.smm-package-features::-webkit-scrollbar {
    width: 6px;
}

.smm-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.smm-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.smm-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smm-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.smm-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.smm-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.smm-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.smm-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.smm-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.smm-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: #121212;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.smm-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: #121212;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smm-carousel-nav:hover {
    background: #6A115A;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.smm-carousel-nav.prev {
    left: 5px;
}

.smm-carousel-nav.next {
    right: 5px;
}

.smm-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.smm-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
    color: #121212;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .smm-pricing-section {
        padding: 30px 10px;
    }
    
    .smm-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .smm-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .smm-package-header {
        padding: 22px 15px 12px;
    }
    
    .smm-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .smm-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .smm-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .smm-package-features li:before {
        top: 9px;
    }
    
    .smm-package-price-section {
        padding: 18px 15px;
    }
    
    .smm-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .smm-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .smm-package-cta {
        padding: 0 15px 22px;
    }
    
    .smm-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .smm-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .smm-carousel-nav.prev {
        left: 2px;
    }
    
    .smm-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .smm-pricing-section {
        padding: 20px 8px;
    }
    
    .smm-package-card {
        min-width: 260px;
        max-width: 260px;
        height: 750px;
    }
    
    .smm-package-header {
        padding: 20px 12px 10px;
    }
    
    .smm-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .smm-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .smm-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .smm-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .smm-package-price-section {
        padding: 16px 12px;
    }
    
    .smm-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .smm-package-original-price {
        font-size: 14px;
    }
    
    .smm-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .smm-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 780px;
    }
    
    .smm-package-header {
        padding: 18px 10px 8px;
    }
    
    .smm-package-name {
        font-size: 16px;
    }
    
    .smm-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .smm-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .smm-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .smm-package-price-section {
        padding: 14px 10px;
    }
    
    .smm-package-price {
        font-size: 22px;
    }
    
    .smm-package-original-price {
        font-size: 13px;
    }
    
    .smm-package-cta {
        padding: 0 10px 18px;
    }
    
    .smm-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .smm-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .smm-package-header {
        padding: 25px 25px 15px;
    }
    
    .smm-package-features {
        padding: 20px 25px;
    }
    
    .smm-package-price-section {
        padding: 20px 25px;
    }
    
    .smm-package-cta {
        padding: 0 25px 25px;
    }
    
    .smm-carousel-nav.prev {
        left: 10px;
    }
    
    .smm-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .smm-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .smm-packages-track {
        padding: 20px 50px;
    }
    
    .smm-carousel-nav.prev {
        left: 5px;
    }
    
    .smm-carousel-nav.next {
        right: 5px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a604f53 *//* SEO Pricing Carousel Styles */
.seo-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.seo-packages-carousel {
    position: relative;
    width: 100%;
}

.seo-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.seo-packages-track::-webkit-scrollbar {
    display: none;
}

.seo-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.seo-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.seo-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.seo-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: white;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.seo-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.seo-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.seo-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.seo-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.seo-package-features::-webkit-scrollbar {
    width: 6px;
}

.seo-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.seo-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.seo-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.seo-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.seo-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.seo-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.seo-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.seo-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-carousel-nav:hover {
    background: #6A115A;
    transform: translateY(-50%) scale(1.1);
}

.seo-carousel-nav.prev {
    left: 5px;
}

.seo-carousel-nav.next {
    right: 5px;
}

.seo-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.seo-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .seo-pricing-section {
        padding: 30px 10px;
    }
    
    .seo-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .seo-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .seo-package-header {
        padding: 22px 15px 12px;
    }
    
    .seo-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .seo-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .seo-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .seo-package-features li:before {
        top: 9px;
    }
    
    .seo-package-price-section {
        padding: 18px 15px;
    }
    
    .seo-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .seo-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .seo-package-cta {
        padding: 0 15px 22px;
    }
    
    .seo-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .seo-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .seo-carousel-nav.prev {
        left: 2px;
    }
    
    .seo-carousel-nav.next {
        right: 2px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .seo-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .seo-package-header {
        padding: 25px 25px 15px;
    }
    
    .seo-package-features {
        padding: 20px 25px;
    }
    
    .seo-package-price-section {
        padding: 20px 25px;
    }
    
    .seo-package-cta {
        padding: 0 25px 25px;
    }
    
    .seo-carousel-nav.prev {
        left: 10px;
    }
    
    .seo-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .seo-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .seo-packages-track {
        padding: 20px 50px;
    }
    
    .seo-carousel-nav.prev {
        left: 5px;
    }
    
    .seo-carousel-nav.next {
        right: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc55700 *//* Logo Pricing Carousel Styles */
.logo-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    background: transparent;
    color: #ffffff;
    box-sizing: border-box;
}

.logo-packages-carousel {
    position: relative;
    width: 100%;
}

.logo-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.logo-packages-track::-webkit-scrollbar {
    display: none;
}

.logo-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: auto;
}

.logo-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(83, 13, 70, 0.3);
    border-color: #FFCF4B;
}

.logo-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.logo-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: white;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.logo-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.logo-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.logo-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.logo-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.logo-package-features::-webkit-scrollbar {
    width: 6px;
}

.logo-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.logo-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.logo-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.logo-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.logo-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.logo-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.logo-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.logo-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.logo-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.logo-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-carousel-nav:hover {
    background: #6A115A;
    transform: translateY(-50%) scale(1.1);
}

.logo-carousel-nav.prev {
    left: 5px;
}

.logo-carousel-nav.next {
    right: 5px;
}

.logo-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.logo-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
}

/* Mobile Styles - 20% smaller width, 10% taller height */
@media (max-width: 767px) {
    .logo-pricing-section {
        padding: 30px 10px;
    }
    
    .logo-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .logo-package-card {
        min-width: 280px;
        max-width: 280px;
        height: auto;
    }
    
    .logo-package-header {
        padding: 22px 15px 12px;
    }
    
    .logo-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .logo-package-features {
        padding: 18px 15px;
        height: auto;
    }
    
    .logo-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .logo-package-features li:before {
        top: 9px;
    }
    
    .logo-package-price-section {
        padding: 18px 15px;
    }
    
    .logo-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .logo-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .logo-package-cta {
        padding: 0 15px 22px;
    }
    
    .logo-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .logo-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .logo-carousel-nav.prev {
        left: 2px;
    }
    
    .logo-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .logo-pricing-section {
        padding: 20px 8px;
    }
    
    .logo-package-card {
        min-width: 260px;
        max-width: 260px;
        height: auto;
    }
    
    .logo-package-header {
        padding: 20px 12px 10px;
    }
    
    .logo-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .logo-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .logo-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .logo-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .logo-package-price-section {
        padding: 16px 12px;
    }
    
    .logo-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .logo-package-original-price {
        font-size: 14px;
    }
    
    .logo-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .logo-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 750px;
    }
    
    .logo-package-header {
        padding: 18px 10px 8px;
    }
    
    .logo-package-name {
        font-size: 16px;
    }
    
    .logo-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .logo-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .logo-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .logo-package-price-section {
        padding: 14px 10px;
    }
    
    .logo-package-price {
        font-size: 22px;
    }
    
    .logo-package-original-price {
        font-size: 13px;
    }
    
    .logo-package-cta {
        padding: 0 10px 18px;
    }
    
    .logo-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .logo-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .logo-package-header {
        padding: 25px 25px 15px;
    }
    
    .logo-package-features {
        padding: 20px 25px;
    }
    
    .logo-package-price-section {
        padding: 20px 25px;
    }
    
    .logo-package-cta {
        padding: 0 25px 25px;
    }
    
    .logo-carousel-nav.prev {
        left: 10px;
    }
    
    .logo-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .logo-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .logo-packages-track {
        padding: 20px 50px;
    }
    
    .logo-carousel-nav.prev {
        left: 5px;
    }
    
    .logo-carousel-nav.next {
        right: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-027c063 */<style>
/* Website Pricing Carousel Styles - Updated Colors */
.website-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.website-packages-carousel {
    position: relative;
    width: 100%;
}

.website-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.website-packages-track::-webkit-scrollbar {
    display: none;
}

.website-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.website-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.website-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.website-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: #121212;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.website-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.website-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.website-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.website-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.website-package-features::-webkit-scrollbar {
    width: 6px;
}

.website-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.website-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.website-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.website-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.website-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.website-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.website-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.website-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.website-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.website-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: #121212;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.website-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: #121212;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.website-carousel-nav:hover {
    background: #6A115A;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.website-carousel-nav.prev {
    left: 5px;
}

.website-carousel-nav.next {
    right: 5px;
}

.website-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.website-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
    color: #121212;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .website-pricing-section {
        padding: 30px 10px;
    }
    
    .website-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .website-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .website-package-header {
        padding: 22px 15px 12px;
    }
    
    .website-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .website-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .website-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .website-package-features li:before {
        top: 9px;
    }
    
    .website-package-price-section {
        padding: 18px 15px;
    }
    
    .website-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .website-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .website-package-cta {
        padding: 0 15px 22px;
    }
    
    .website-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .website-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .website-carousel-nav.prev {
        left: 2px;
    }
    
    .website-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .website-pricing-section {
        padding: 20px 8px;
    }
    
    .website-package-card {
        min-width: 260px;
        max-width: 260px;
        height: 750px;
    }
    
    .website-package-header {
        padding: 20px 12px 10px;
    }
    
    .website-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .website-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .website-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .website-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .website-package-price-section {
        padding: 16px 12px;
    }
    
    .website-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .website-package-original-price {
        font-size: 14px;
    }
    
    .website-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .website-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 780px;
    }
    
    .website-package-header {
        padding: 18px 10px 8px;
    }
    
    .website-package-name {
        font-size: 16px;
    }
    
    .website-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .website-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .website-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .website-package-price-section {
        padding: 14px 10px;
    }
    
    .website-package-price {
        font-size: 22px;
    }
    
    .website-package-original-price {
        font-size: 13px;
    }
    
    .website-package-cta {
        padding: 0 10px 18px;
    }
    
    .website-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .website-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .website-package-header {
        padding: 25px 25px 15px;
    }
    
    .website-package-features {
        padding: 20px 25px;
    }
    
    .website-package-price-section {
        padding: 20px 25px;
    }
    
    .website-package-cta {
        padding: 0 25px 25px;
    }
    
    .website-carousel-nav.prev {
        left: 10px;
    }
    
    .website-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .website-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .website-packages-track {
        padding: 20px 50px;
    }
    
    .website-carousel-nav.prev {
        left: 5px;
    }
    
    .website-carousel-nav.next {
        right: 5px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1097950 */<style>
/* SMM Pricing Carousel Styles - Updated Colors */
.smm-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.smm-packages-carousel {
    position: relative;
    width: 100%;
}

.smm-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.smm-packages-track::-webkit-scrollbar {
    display: none;
}

.smm-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.smm-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.smm-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.smm-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: #121212;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.smm-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.smm-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.smm-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.smm-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.smm-package-features::-webkit-scrollbar {
    width: 6px;
}

.smm-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.smm-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.smm-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smm-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.smm-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.smm-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.smm-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.smm-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.smm-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.smm-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: #121212;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.smm-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: #121212;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smm-carousel-nav:hover {
    background: #6A115A;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.smm-carousel-nav.prev {
    left: 5px;
}

.smm-carousel-nav.next {
    right: 5px;
}

.smm-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.smm-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
    color: #121212;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .smm-pricing-section {
        padding: 30px 10px;
    }
    
    .smm-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .smm-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .smm-package-header {
        padding: 22px 15px 12px;
    }
    
    .smm-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .smm-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .smm-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .smm-package-features li:before {
        top: 9px;
    }
    
    .smm-package-price-section {
        padding: 18px 15px;
    }
    
    .smm-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .smm-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .smm-package-cta {
        padding: 0 15px 22px;
    }
    
    .smm-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .smm-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .smm-carousel-nav.prev {
        left: 2px;
    }
    
    .smm-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .smm-pricing-section {
        padding: 20px 8px;
    }
    
    .smm-package-card {
        min-width: 260px;
        max-width: 260px;
        height: 750px;
    }
    
    .smm-package-header {
        padding: 20px 12px 10px;
    }
    
    .smm-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .smm-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .smm-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .smm-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .smm-package-price-section {
        padding: 16px 12px;
    }
    
    .smm-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .smm-package-original-price {
        font-size: 14px;
    }
    
    .smm-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .smm-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 780px;
    }
    
    .smm-package-header {
        padding: 18px 10px 8px;
    }
    
    .smm-package-name {
        font-size: 16px;
    }
    
    .smm-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .smm-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .smm-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .smm-package-price-section {
        padding: 14px 10px;
    }
    
    .smm-package-price {
        font-size: 22px;
    }
    
    .smm-package-original-price {
        font-size: 13px;
    }
    
    .smm-package-cta {
        padding: 0 10px 18px;
    }
    
    .smm-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .smm-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .smm-package-header {
        padding: 25px 25px 15px;
    }
    
    .smm-package-features {
        padding: 20px 25px;
    }
    
    .smm-package-price-section {
        padding: 20px 25px;
    }
    
    .smm-package-cta {
        padding: 0 25px 25px;
    }
    
    .smm-carousel-nav.prev {
        left: 10px;
    }
    
    .smm-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .smm-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .smm-packages-track {
        padding: 20px 50px;
    }
    
    .smm-carousel-nav.prev {
        left: 5px;
    }
    
    .smm-carousel-nav.next {
        right: 5px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a604f53 *//* SEO Pricing Carousel Styles */
.seo-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.seo-packages-carousel {
    position: relative;
    width: 100%;
}

.seo-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.seo-packages-track::-webkit-scrollbar {
    display: none;
}

.seo-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.seo-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.seo-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.seo-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: white;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.seo-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.seo-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.seo-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.seo-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.seo-package-features::-webkit-scrollbar {
    width: 6px;
}

.seo-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.seo-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.seo-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.seo-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.seo-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.seo-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.seo-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.seo-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-carousel-nav:hover {
    background: #6A115A;
    transform: translateY(-50%) scale(1.1);
}

.seo-carousel-nav.prev {
    left: 5px;
}

.seo-carousel-nav.next {
    right: 5px;
}

.seo-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.seo-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .seo-pricing-section {
        padding: 30px 10px;
    }
    
    .seo-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .seo-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .seo-package-header {
        padding: 22px 15px 12px;
    }
    
    .seo-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .seo-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .seo-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .seo-package-features li:before {
        top: 9px;
    }
    
    .seo-package-price-section {
        padding: 18px 15px;
    }
    
    .seo-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .seo-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .seo-package-cta {
        padding: 0 15px 22px;
    }
    
    .seo-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .seo-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .seo-carousel-nav.prev {
        left: 2px;
    }
    
    .seo-carousel-nav.next {
        right: 2px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .seo-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .seo-package-header {
        padding: 25px 25px 15px;
    }
    
    .seo-package-features {
        padding: 20px 25px;
    }
    
    .seo-package-price-section {
        padding: 20px 25px;
    }
    
    .seo-package-cta {
        padding: 0 25px 25px;
    }
    
    .seo-carousel-nav.prev {
        left: 10px;
    }
    
    .seo-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .seo-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .seo-packages-track {
        padding: 20px 50px;
    }
    
    .seo-carousel-nav.prev {
        left: 5px;
    }
    
    .seo-carousel-nav.next {
        right: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc55700 *//* Logo Pricing Carousel Styles */
.logo-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    background: transparent;
    color: #ffffff;
    box-sizing: border-box;
}

.logo-packages-carousel {
    position: relative;
    width: 100%;
}

.logo-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.logo-packages-track::-webkit-scrollbar {
    display: none;
}

.logo-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: auto;
}

.logo-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(83, 13, 70, 0.3);
    border-color: #FFCF4B;
}

.logo-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.logo-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: white;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.logo-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.logo-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.logo-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.logo-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.logo-package-features::-webkit-scrollbar {
    width: 6px;
}

.logo-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.logo-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.logo-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.logo-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.logo-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.logo-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.logo-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.logo-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.logo-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.logo-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.logo-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-carousel-nav:hover {
    background: #6A115A;
    transform: translateY(-50%) scale(1.1);
}

.logo-carousel-nav.prev {
    left: 5px;
}

.logo-carousel-nav.next {
    right: 5px;
}

.logo-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.logo-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
}

/* Mobile Styles - 20% smaller width, 10% taller height */
@media (max-width: 767px) {
    .logo-pricing-section {
        padding: 30px 10px;
    }
    
    .logo-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .logo-package-card {
        min-width: 280px;
        max-width: 280px;
        height: auto;
    }
    
    .logo-package-header {
        padding: 22px 15px 12px;
    }
    
    .logo-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .logo-package-features {
        padding: 18px 15px;
        height: auto;
    }
    
    .logo-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .logo-package-features li:before {
        top: 9px;
    }
    
    .logo-package-price-section {
        padding: 18px 15px;
    }
    
    .logo-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .logo-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .logo-package-cta {
        padding: 0 15px 22px;
    }
    
    .logo-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .logo-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .logo-carousel-nav.prev {
        left: 2px;
    }
    
    .logo-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .logo-pricing-section {
        padding: 20px 8px;
    }
    
    .logo-package-card {
        min-width: 260px;
        max-width: 260px;
        height: auto;
    }
    
    .logo-package-header {
        padding: 20px 12px 10px;
    }
    
    .logo-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .logo-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .logo-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .logo-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .logo-package-price-section {
        padding: 16px 12px;
    }
    
    .logo-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .logo-package-original-price {
        font-size: 14px;
    }
    
    .logo-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .logo-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 750px;
    }
    
    .logo-package-header {
        padding: 18px 10px 8px;
    }
    
    .logo-package-name {
        font-size: 16px;
    }
    
    .logo-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .logo-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .logo-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .logo-package-price-section {
        padding: 14px 10px;
    }
    
    .logo-package-price {
        font-size: 22px;
    }
    
    .logo-package-original-price {
        font-size: 13px;
    }
    
    .logo-package-cta {
        padding: 0 10px 18px;
    }
    
    .logo-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .logo-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .logo-package-header {
        padding: 25px 25px 15px;
    }
    
    .logo-package-features {
        padding: 20px 25px;
    }
    
    .logo-package-price-section {
        padding: 20px 25px;
    }
    
    .logo-package-cta {
        padding: 0 25px 25px;
    }
    
    .logo-carousel-nav.prev {
        left: 10px;
    }
    
    .logo-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .logo-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .logo-packages-track {
        padding: 20px 50px;
    }
    
    .logo-carousel-nav.prev {
        left: 5px;
    }
    
    .logo-carousel-nav.next {
        right: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-027c063 */<style>
/* Website Pricing Carousel Styles - Updated Colors */
.website-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.website-packages-carousel {
    position: relative;
    width: 100%;
}

.website-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.website-packages-track::-webkit-scrollbar {
    display: none;
}

.website-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.website-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.website-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.website-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: #121212;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.website-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.website-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.website-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.website-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.website-package-features::-webkit-scrollbar {
    width: 6px;
}

.website-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.website-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.website-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.website-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.website-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.website-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.website-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.website-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.website-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.website-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: #121212;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.website-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.website-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: #121212;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.website-carousel-nav:hover {
    background: #6A115A;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.website-carousel-nav.prev {
    left: 5px;
}

.website-carousel-nav.next {
    right: 5px;
}

.website-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.website-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
    color: #121212;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .website-pricing-section {
        padding: 30px 10px;
    }
    
    .website-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .website-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .website-package-header {
        padding: 22px 15px 12px;
    }
    
    .website-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .website-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .website-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .website-package-features li:before {
        top: 9px;
    }
    
    .website-package-price-section {
        padding: 18px 15px;
    }
    
    .website-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .website-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .website-package-cta {
        padding: 0 15px 22px;
    }
    
    .website-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .website-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .website-carousel-nav.prev {
        left: 2px;
    }
    
    .website-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .website-pricing-section {
        padding: 20px 8px;
    }
    
    .website-package-card {
        min-width: 260px;
        max-width: 260px;
        height: 750px;
    }
    
    .website-package-header {
        padding: 20px 12px 10px;
    }
    
    .website-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .website-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .website-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .website-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .website-package-price-section {
        padding: 16px 12px;
    }
    
    .website-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .website-package-original-price {
        font-size: 14px;
    }
    
    .website-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .website-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 780px;
    }
    
    .website-package-header {
        padding: 18px 10px 8px;
    }
    
    .website-package-name {
        font-size: 16px;
    }
    
    .website-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .website-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .website-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .website-package-price-section {
        padding: 14px 10px;
    }
    
    .website-package-price {
        font-size: 22px;
    }
    
    .website-package-original-price {
        font-size: 13px;
    }
    
    .website-package-cta {
        padding: 0 10px 18px;
    }
    
    .website-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .website-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .website-package-header {
        padding: 25px 25px 15px;
    }
    
    .website-package-features {
        padding: 20px 25px;
    }
    
    .website-package-price-section {
        padding: 20px 25px;
    }
    
    .website-package-cta {
        padding: 0 25px 25px;
    }
    
    .website-carousel-nav.prev {
        left: 10px;
    }
    
    .website-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .website-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .website-packages-track {
        padding: 20px 50px;
    }
    
    .website-carousel-nav.prev {
        left: 5px;
    }
    
    .website-carousel-nav.next {
        right: 5px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1097950 */<style>
/* SMM Pricing Carousel Styles - Updated Colors */
.smm-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.smm-packages-carousel {
    position: relative;
    width: 100%;
}

.smm-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.smm-packages-track::-webkit-scrollbar {
    display: none;
}

.smm-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.smm-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.smm-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.smm-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: #121212;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.smm-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.smm-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.smm-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.smm-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.smm-package-features::-webkit-scrollbar {
    width: 6px;
}

.smm-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.smm-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.smm-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smm-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.smm-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.smm-package-features li.more-features {
    font-weight: 700;
    color: #FFCF4B;
    border-bottom: none;
    margin-top: 10px;
    font-size: 16px;
}

.smm-package-features li.more-features:before {
    content: '+';
    color: #FFCF4B;
}

.smm-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.smm-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.smm-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: #121212;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.smm-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.smm-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: #121212;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smm-carousel-nav:hover {
    background: #6A115A;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.smm-carousel-nav.prev {
    left: 5px;
}

.smm-carousel-nav.next {
    right: 5px;
}

.smm-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.smm-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
    color: #121212;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .smm-pricing-section {
        padding: 30px 10px;
    }
    
    .smm-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .smm-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .smm-package-header {
        padding: 22px 15px 12px;
    }
    
    .smm-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .smm-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .smm-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .smm-package-features li:before {
        top: 9px;
    }
    
    .smm-package-price-section {
        padding: 18px 15px;
    }
    
    .smm-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .smm-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .smm-package-cta {
        padding: 0 15px 22px;
    }
    
    .smm-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .smm-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .smm-carousel-nav.prev {
        left: 2px;
    }
    
    .smm-carousel-nav.next {
        right: 2px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .smm-pricing-section {
        padding: 20px 8px;
    }
    
    .smm-package-card {
        min-width: 260px;
        max-width: 260px;
        height: 750px;
    }
    
    .smm-package-header {
        padding: 20px 12px 10px;
    }
    
    .smm-package-name {
        font-size: 18px;
        padding: 0 3px;
    }
    
    .smm-package-features {
        padding: 16px 12px;
        height: 400px;
    }
    
    .smm-package-features li {
        font-size: 13px;
        padding: 8px 0;
        padding-left: 22px;
        line-height: 1.3;
    }
    
    .smm-package-features li:before {
        top: 8px;
        font-size: 16px;
    }
    
    .smm-package-price-section {
        padding: 16px 12px;
    }
    
    .smm-package-price {
        font-size: 24px;
        padding: 0 3px;
    }
    
    .smm-package-original-price {
        font-size: 14px;
    }
    
    .smm-carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 360px) {
    .smm-package-card {
        min-width: 240px;
        max-width: 240px;
        height: 780px;
    }
    
    .smm-package-header {
        padding: 18px 10px 8px;
    }
    
    .smm-package-name {
        font-size: 16px;
    }
    
    .smm-package-features {
        padding: 14px 10px;
        height: 420px;
    }
    
    .smm-package-features li {
        font-size: 12px;
        padding: 7px 0;
        padding-left: 20px;
        line-height: 1.3;
    }
    
    .smm-package-features li:before {
        top: 7px;
        font-size: 14px;
    }
    
    .smm-package-price-section {
        padding: 14px 10px;
    }
    
    .smm-package-price {
        font-size: 22px;
    }
    
    .smm-package-original-price {
        font-size: 13px;
    }
    
    .smm-package-cta {
        padding: 0 10px 18px;
    }
    
    .smm-cta-button {
        padding: 14px;
        font-size: 14px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .smm-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .smm-package-header {
        padding: 25px 25px 15px;
    }
    
    .smm-package-features {
        padding: 20px 25px;
    }
    
    .smm-package-price-section {
        padding: 20px 25px;
    }
    
    .smm-package-cta {
        padding: 0 25px 25px;
    }
    
    .smm-carousel-nav.prev {
        left: 10px;
    }
    
    .smm-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .smm-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .smm-packages-track {
        padding: 20px 50px;
    }
    
    .smm-carousel-nav.prev {
        left: 5px;
    }
    
    .smm-carousel-nav.next {
        right: 5px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a604f53 *//* SEO Pricing Carousel Styles */
.seo-pricing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #121212;
    color: #ffffff;
    box-sizing: border-box;
}

.seo-packages-carousel {
    position: relative;
    width: 100%;
}

.seo-packages-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.seo-packages-track::-webkit-scrollbar {
    display: none;
}

.seo-package-card {
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #333;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
    height: 650px;
}

.seo-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 207, 75, 0.3);
    border-color: #FFCF4B;
}

.seo-package-card.featured {
    border: 2px solid #FFCF4B;
    transform: scale(1.02);
}

.seo-package-card.featured:before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #FFCF4B;
    color: white;
    padding: 6px 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    z-index: 1;
}

.seo-package-header {
    padding: 25px 20px 15px;
    text-align: center;
    background: #2a2a2a;
    color: white;
    border-bottom: 2px solid #FFCF4B;
    box-sizing: border-box;
}

.seo-package-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFCF4B;
    word-wrap: break-word;
    line-height: 1.3;
}

.seo-package-divider {
    height: 3px;
    width: 50px;
    background: #FFCF4B;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.seo-package-features {
    padding: 20px 20px;
    height: 320px;
    overflow-y: auto;
    box-sizing: border-box;
}

.seo-package-features::-webkit-scrollbar {
    width: 6px;
}

.seo-package-features::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.seo-package-features::-webkit-scrollbar-thumb {
    background: #FFCF4B;
    border-radius: 10px;
}

.seo-package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-package-features li {
    padding: 10px 0;
    border-bottom: 1px dashed #444;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #e0e0e0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.seo-package-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFCF4B;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
}

.seo-package-price-section {
    padding: 20px 20px;
    text-align: center;
    background: #2a2a2a;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.seo-package-price {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-package-original-price {
    font-size: 18px;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-package-cta {
    padding: 0 20px 25px;
    text-align: center;
    box-sizing: border-box;
}

.seo-cta-button {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #FFCF4B;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.2;
}

.seo-cta-button:hover {
    background: #6A115A;
    box-shadow: 0 5px 20px rgba(83, 13, 70, 0.5);
    transform: translateY(-3px);
    color: white;
}

/* Carousel Navigation */
.seo-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFCF4B;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-carousel-nav:hover {
    background: #6A115A;
    transform: translateY(-50%) scale(1.1);
}

.seo-carousel-nav.prev {
    left: 5px;
}

.seo-carousel-nav.next {
    right: 5px;
}

.seo-carousel-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.seo-carousel-nav.disabled:hover {
    transform: translateY(-50%) scale(1);
    background: #FFCF4B;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .seo-pricing-section {
        padding: 30px 10px;
    }
    
    .seo-packages-track {
        gap: 15px;
        padding: 15px 10px;
    }
    
    .seo-package-card {
        min-width: 280px;
        max-width: 280px;
        height: 715px;
    }
    
    .seo-package-header {
        padding: 22px 15px 12px;
    }
    
    .seo-package-name {
        font-size: 20px;
        padding: 0 5px;
        line-height: 1.3;
    }
    
    .seo-package-features {
        padding: 18px 15px;
        height: 380px;
    }
    
    .seo-package-features li {
        font-size: 14px;
        padding: 9px 0;
        padding-left: 25px;
        line-height: 1.4;
    }
    
    .seo-package-features li:before {
        top: 9px;
    }
    
    .seo-package-price-section {
        padding: 18px 15px;
    }
    
    .seo-package-price {
        font-size: 28px;
        padding: 0 5px;
        line-height: 1.2;
    }
    
    .seo-package-original-price {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .seo-package-cta {
        padding: 0 15px 22px;
    }
    
    .seo-cta-button {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .seo-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .seo-carousel-nav.prev {
        left: 2px;
    }
    
    .seo-carousel-nav.next {
        right: 2px;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .seo-packages-track {
        gap: 30px;
        padding: 20px 60px;
    }
    
    .seo-package-header {
        padding: 25px 25px 15px;
    }
    
    .seo-package-features {
        padding: 20px 25px;
    }
    
    .seo-package-price-section {
        padding: 20px 25px;
    }
    
    .seo-package-cta {
        padding: 0 25px 25px;
    }
    
    .seo-carousel-nav.prev {
        left: 10px;
    }
    
    .seo-carousel-nav.next {
        right: 10px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .seo-package-card {
        min-width: 320px;
        max-width: 320px;
    }
    
    .seo-packages-track {
        padding: 20px 50px;
    }
    
    .seo-carousel-nav.prev {
        left: 5px;
    }
    
    .seo-carousel-nav.next {
        right: 5px;
    }
}/* End custom CSS */