/* SEO Hero Section - Custom Styles */
.seo-hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 40px 0px 80px 0px;
    position: relative;
    overflow: hidden;
}

.seo-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, rgba(109, 44, 249, 0.05) 0%, rgba(148, 59, 196, 0.05) 100%);
    border-radius: 50%;
    z-index: 0;
}

.seo-hero-container {
    position: relative;
    z-index: 1;
}

.seo-hero-badge {
    display: inline-block;
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    color: #ffffff;
    padding: 8px 24px;
    border-radius: 50px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(109, 44, 249, 0.2);
}

.seo-hero-title-accent {
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.seo-hero-stats-wrapper {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.seo-hero-stat-card {
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 16px;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 200px;
}

.seo-hero-stat-card:hover {
    border-color: #6d2cf9;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(109, 44, 249, 0.15);
}

.seo-hero-stat-number {
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.seo-hero-stat-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
}

.seo-hero-awards-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #010f34;
    margin-bottom: 24px;
}

.seo-hero-awards-title-accent {
    position: relative;
    display: inline-block;
}

.seo-hero-awards-title-accent::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    border-radius: 2px;
}

.seo-hero-award-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.seo-hero-award-card:hover {
    border-color: #6d2cf9;
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(109, 44, 249, 0.15);
}

.seo-hero-award-logo {
    max-width: 200px;
    height: auto;
    object-fit: contain;
    margin-bottom: 16px;
}

.seo-hero-award-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}


@media (max-width: 767px) {

    .seo-hero-badge {
        font-size: 12px;
        padding: 6px 20px;
    }

    .seo-hero-stat-card {
        min-width: 100%;
    }

    .seo-hero-section::before {
        width: 400px;
        height: 400px;
    }
}

/* Portfolio Slider Section Styles */
.seo-portfolio-slider-section {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}

.seo-portfolio-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #010f34;
    margin-bottom: 16px;
    line-height: 1.3;
}

.seo-portfolio-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.6;
}

.seo-portfolio-slider-wrapper {
    position: relative;
    margin-top: 40px;
    padding: 0 60px;
}

.seo-portfolio-slide {
    padding: 0 15px;
    outline: none;
}

.seo-portfolio-slide-inner {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.seo-portfolio-slide-inner:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(109, 44, 249, 0.2);
}

.seo-portfolio-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.seo-portfolio-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 50px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(109, 44, 249, 0.3);
}

/* Slick Slider Custom Navigation */
.seo-portfolio-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(109, 44, 249, 0.3);
}

.seo-portfolio-slider .slick-arrow:hover {
    background: linear-gradient(135deg, #943bc4 0%, #6d2cf9 100%);
    box-shadow: 0 6px 20px rgba(109, 44, 249, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.seo-portfolio-slider .slick-arrow:before {
    display: none;
}

.seo-portfolio-slider .slick-prev {
    left: -60px;
}

.seo-portfolio-slider .slick-next {
    right: -60px;
}

/* Slick Dots Styling */
.seo-portfolio-slider .slick-dots {
    bottom: -50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.seo-portfolio-slider .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.seo-portfolio-slider .slick-dots li button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #d8dde1;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-portfolio-slider .slick-dots li button:before {
    display: none;
}

.seo-portfolio-slider .slick-dots li.slick-active button {
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    border-color: transparent;
    color: #ffffff;
    transform: scale(1.1);
}

.seo-portfolio-slider .slick-dots li:hover button {
    border-color: #6d2cf9;
    color: #6d2cf9;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .seo-portfolio-title {
        font-size: 36px;
    }

    .seo-portfolio-subtitle {
        font-size: 16px;
    }

    .seo-portfolio-slider-wrapper {
        padding: 0 50px;
    }

    .seo-portfolio-slider .slick-prev {
        left: -50px;
    }

    .seo-portfolio-slider .slick-next {
        right: -50px;
    }
}

@media (max-width: 767px) {
    .seo-portfolio-title {
        font-size: 28px;
    }

    .seo-portfolio-subtitle {
        font-size: 14px;
    }

    .seo-portfolio-slider-section {
        padding: 60px 0;
    }

    .seo-portfolio-slider-wrapper {
        padding: 0 40px;
    }

    .seo-portfolio-slider .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .seo-portfolio-slider .slick-prev {
        left: -40px;
    }

    .seo-portfolio-slider .slick-next {
        right: -40px;
    }

    .seo-portfolio-label {
        font-size: 14px;
        padding: 8px 20px;
        bottom: 15px;
        left: 15px;
    }
}

@media (max-width: 575px) {
    .seo-portfolio-slider-wrapper {
        padding: 0 10px;
    }

    .seo-portfolio-slider .slick-arrow {
        display: none !important;
    }

    .seo-portfolio-slide {
        padding: 0 5px;
    }
}

/* Testimonials Slider Section Styles */
.seo-testimonials-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0 100px;
    position: relative;
}

.seo-testimonials-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #010f34;
    margin-bottom: 16px;
    line-height: 1.3;
}

.seo-testimonials-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.6;
}

.seo-testimonials-slider-wrapper {
    position: relative;
    margin-top: 50px;
    padding: 0 15px;
}

.seo-testimonial-slide {
    padding: 0 15px;
    outline: none;
}

.seo-testimonial-card-horizontal {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(109, 44, 249, 0.08);
}

.seo-testimonial-card-horizontal:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(109, 44, 249, 0.2);
    border-color: rgba(109, 44, 249, 0.15);
}

.seo-testimonial-img-section {
    position: relative;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
}

.seo-testimonial-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.seo-testimonial-card-horizontal:hover .seo-testimonial-img {
    transform: scale(1.05);
}

.seo-testimonial-name-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: linear-gradient(266deg, rgba(255, 102, 51, 0.95) -1.18%, rgba(109, 44, 249, 0.95) 96.14%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 20px 24px;
    border-radius: 18px;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.seo-testimonial-name-badge h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.seo-testimonial-name-badge p {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-weight: 500;
}

.seo-testimonial-details {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    height: 100%;
}

.seo-testimonial-challenge h5,
.seo-testimonial-solution h5,
.seo-testimonial-results h5 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #010f34;
    margin-bottom: 12px;
}

.seo-testimonial-challenge p {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.7;
    margin: 0;
}

.seo-testimonial-solution ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-testimonial-solution ul li {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #000;
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
}

.seo-testimonial-solution ul li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ffffff;
    background: linear-gradient(135deg, #6d2cf9 0%, #943bc4 100%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.seo-testimonial-results {
    background: linear-gradient(135deg, rgba(109, 44, 249, 0.06) 0%, rgba(148, 59, 196, 0.06) 100%);
    border-radius: 20px;
    padding: 28px;
    margin-top: auto;
    border: 1px solid rgba(109, 44, 249, 0.1);
}

.seo-testimonial-results h5 {
    text-align: center;
    margin-bottom: 24px;
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 19px;
}

.seo-testimonial-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.seo-metric-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 18px;
    text-align: center;
    border: 2px solid rgba(109, 44, 249, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.seo-metric-box:hover {
    border-color: #6d2cf9;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(109, 44, 249, 0.18);
}

.seo-metric-value {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(135deg, #6d2cf9 0%, #943bc4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    line-height: 1.2;
}

.seo-metric-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 1.4;
    margin: 0;
}

/* Testimonials Slider Navigation */
.seo-testimonials-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6d2cf9 0%, #943bc4 100%);
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(109, 44, 249, 0.3);
}

.seo-testimonials-slider .slick-arrow:hover {
    background: linear-gradient(135deg, #943bc4 0%, #6d2cf9 100%);
    box-shadow: 0 6px 20px rgba(109, 44, 249, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.seo-testimonials-slider .slick-arrow:before {
    display: none;
}

.seo-testimonials-slider .slick-prev {
    left: 0;
}

.seo-testimonials-slider .slick-next {
    right: 0;
}

/* Testimonials Slider Dots */
.seo-testimonials-slider .slick-dots {
    bottom: -60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 20px;
    list-style: none;
}

.seo-testimonials-slider .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.seo-testimonials-slider .slick-dots li button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #d8dde1;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-testimonials-slider .slick-dots li button:before {
    display: none;
}

.seo-testimonials-slider .slick-dots li.slick-active button {
    background: linear-gradient(135deg, #6d2cf9 0%, #943bc4 100%);
    border-color: transparent;
    color: #ffffff;
    transform: scale(1.1);
}

.seo-testimonials-slider .slick-dots li:hover button {
    border-color: #6d2cf9;
    color: #6d2cf9;
}

/* Responsive Styles for Testimonials */
@media (max-width: 991px) {
    .seo-testimonials-title {
        font-size: 36px;
    }

    .seo-testimonials-subtitle {
        font-size: 16px;
    }

    .seo-testimonials-slider-wrapper {
        padding: 0 15px;
    }

    .seo-testimonials-slider .slick-prev {
        left: 0;
    }

    .seo-testimonials-slider .slick-next {
        right: 0;
    }

    .seo-testimonial-details {
        padding: 32px;
    }
}

@media (max-width: 767px) {
    .seo-testimonials-section {
        padding: 60px 0 80px;
    }

    .seo-testimonials-title {
        font-size: 28px;
    }

    .seo-testimonials-subtitle {
        font-size: 14px;
    }

    .seo-testimonials-slider-wrapper {
        padding: 0 15px;
    }

    .seo-testimonials-slider .slick-arrow {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .seo-testimonial-img-section {
        min-height: 300px;
        border-radius: 24px 24px 0 0;
    }

    .seo-testimonial-details {
        padding: 28px 24px;
    }

    .seo-testimonial-name-badge {
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 16px 20px;
    }

    .seo-testimonial-name-badge h4 {
        font-size: 20px;
    }

    .seo-testimonial-name-badge p {
        font-size: 13px;
    }

    .seo-testimonial-metrics {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .seo-metric-value {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .seo-testimonials-slider-wrapper {
        padding: 0 10px;
    }

    .seo-testimonials-slider .slick-arrow {
        display: none !important;
    }

    .seo-testimonial-slide {
        padding: 0 5px;
    }
}

/* Meeting Booking Section Styles */
.seo-meeting-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.seo-meeting-section::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, rgba(109, 44, 249, 0.04) 0%, rgba(148, 59, 196, 0.04) 100%);
    border-radius: 50%;
    z-index: 0;
}

.seo-meeting-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, rgba(255, 102, 51, 0.04) 0%, rgba(255, 140, 102, 0.04) 100%);
    border-radius: 50%;
    z-index: 0;
}

.seo-meeting-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.seo-meeting-experts {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    gap: -15px;
}

.seo-expert-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 -10px;
}

.seo-expert-avatar:hover {
    transform: translateY(-8px) scale(1.1);
    z-index: 10;
    box-shadow: 0 8px 25px rgba(109, 44, 249, 0.3);
}

.seo-expert-avatar:first-child {
    margin-left: 0;
}

.seo-meeting-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #010f34;
    margin-bottom: 20px;
    line-height: 1.3;
}

.seo-meeting-title-accent {
    background: linear-gradient(135deg, #6d2cf9 0%, #943bc4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.seo-meeting-description {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.seo-meeting-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.seo-meeting-btn {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.seo-meeting-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    transition: all 0.3s ease;
    opacity: 0;
}

.seo-meeting-btn:hover::before {
    opacity: 1;
}

.seo-meeting-btn-primary {
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    color: #ffffff;
}

.seo-meeting-btn-primary:hover {
    background: linear-gradient(135deg, #ff6633 0%, #6d2cf9 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(109, 44, 249, 0.3);
    color: #ffffff;
}

.seo-meeting-btn-secondary {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
}

.seo-meeting-btn-secondary:hover {
    background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    color: #ffffff;
}

.seo-meeting-btn i {
    font-size: 18px;
}

/* Responsive Styles for Meeting Section */
@media (max-width: 991px) {
    .seo-meeting-title {
        font-size: 36px;
    }

    .seo-meeting-description {
        font-size: 16px;
    }

    .seo-expert-avatar {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 767px) {
    .seo-meeting-section {
        padding: 60px 0;
    }

    .seo-meeting-title {
        font-size: 28px;
    }

    .seo-meeting-description {
        font-size: 15px;
        padding: 0 15px;
    }

    .seo-expert-avatar {
        width: 60px;
        height: 60px;
        border-width: 3px;
    }

    .seo-meeting-btn {
        font-size: 15px;
        padding: 14px 32px;
    }
}

@media (max-width: 575px) {
    .seo-meeting-buttons {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
    }

    .seo-meeting-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Client Logos Section Styles */
.seo-clients-section {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}

.seo-clients-header {
    text-align: center;
    margin-bottom: 50px;
}

.seo-clients-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #010f34;
    margin-bottom: 16px;
    line-height: 1.3;
}

.seo-clients-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

.seo-clients-subtitle-accent {
    background: linear-gradient(135deg, #6d2cf9 0%, #943bc4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}

.seo-logos-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.seo-logo-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.seo-logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(109, 44, 249, 0.12);
    border-color: rgba(109, 44, 249, 0.2);
}

.seo-logo-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.seo-logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Responsive Styles for Clients Section */
@media (max-width: 1199px) {
    .seo-logos-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 991px) {
    .seo-clients-title {
        font-size: 36px;
    }

    .seo-clients-subtitle {
        font-size: 16px;
    }

    .seo-logos-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .seo-logo-item {
        min-height: 100px;
        padding: 25px 15px;
    }

    .seo-logo-item img {
        max-height: 70px;
    }
}

@media (max-width: 767px) {
    .seo-clients-section {
        padding: 60px 0;
    }

    .seo-clients-title {
        font-size: 28px;
    }

    .seo-clients-subtitle {
        font-size: 15px;
        padding: 0 15px;
    }

    .seo-logos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .seo-logo-item {
        min-height: 90px;
        padding: 20px 10px;
    }

    .seo-logo-item img {
        max-height: 60px;
    }
}

@media (max-width: 575px) {
    .seo-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .seo-logo-item {
        min-height: 80px;
        padding: 15px 10px;
    }

    .seo-logo-item img {
        max-height: 50px;
    }
}

/* SEO Audit Section Styles */
.seo-audit-section {
    background: #f8f9fa;
    padding: 80px 0;
    text-align: center;
}

.seo-audit-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #010f34;
    margin-bottom: 16px;
    line-height: 1.3;
}

.seo-audit-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .seo-audit-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .seo-audit-section {
        padding: 60px 0;
    }

    .seo-audit-title {
        font-size: 28px;
    }

    .seo-audit-text {
        font-size: 15px;
        padding: 0 15px;
    }
}

/* Core SEO Services Section Styles */
.seo-services-section {
    background: linear-gradient(180deg, #ffffff 0%, #f9faff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.seo-services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#6d2cf9 0.5px, transparent 0.5px);
    background-size: 30px 30px;
    opacity: 0.03;
    pointer-events: none;
}

.seo-services-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #010f34;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.seo-services-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #6d2cf9, #ff6633);
    border-radius: 2px;
}

/* =============================================
   Premium Core Services Section
============================================= */
.seo-services-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.seo-services-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(109, 44, 249, 0.03) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.seo-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.seo-service-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px 40px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(109, 44, 249, 0.08);
    box-shadow: 0 10px 40px rgba(109, 44, 249, 0.04);
    height: 100%;
    position: relative;
}

.seo-service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #6d2cf9, #ff6633) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.seo-service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(109, 44, 249, 0.12);
    border-color: transparent;
}

.seo-service-card:hover::after {
    opacity: 1;
}

.seo-service-icon {
    width: 76px;
    height: 76px;
    background: #f8faff;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(109, 44, 249, 0.1);
    position: relative;
    z-index: 2;
}

.seo-service-card:hover .seo-service-icon {
    transform: scale(1.1) rotate(5deg);
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(109, 44, 249, 0.15);
}

.seo-service-icon i {
    font-size: 32px;
    background: linear-gradient(135deg, #6d2cf9 0%, #ff6633 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.4s ease;
}

/* Icon Specific Colors */
.icon-bg-1 {
    background: rgba(109, 44, 249, 0.05);
}

.icon-bg-2 {
    background: rgba(0, 188, 212, 0.05);
}

.icon-bg-3 {
    background: rgba(244, 67, 54, 0.05);
}

.icon-bg-4 {
    background: rgba(255, 152, 0, 0.05);
}

.icon-bg-5 {
    background: rgba(96, 125, 139, 0.05);
}

.icon-bg-6 {
    background: rgba(233, 30, 99, 0.05);
}

.icon-bg-7 {
    background: rgba(33, 150, 243, 0.05);
}

.icon-bg-8 {
    background: rgba(76, 175, 80, 0.05);
}

.icon-bg-9 {
    background: rgba(156, 39, 176, 0.05);
}

.seo-service-card h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #010f34;
    margin-bottom: 18px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

.seo-service-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 25px;
    flex-grow: 1;
    position: relative;
    z-index: 2;
}

.seo-service-link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #6d2cf9;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.seo-service-link i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.seo-service-link:hover {
    color: #ff6633;
}

.seo-service-link:hover i {
    transform: translateX(5px);
}

@media (max-width: 1199px) {
    .seo-services-grid {
        gap: 24px;
    }

    .seo-service-card {
        padding: 40px 30px;
    }
}

@media (max-width: 991px) {
    .seo-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-services-section {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .seo-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tw-testi-heading {
        font-size: 28px;
    }
}

/* Premium Why Choose SEO Section Styles */
.seo-why-section {
    background: linear-gradient(135deg, #f9faff 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.seo-why-section::before,
.seo-why-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.15;
}

.seo-why-section::before {
    top: -100px;
    right: -100px;
    background: #6d2cf9;
}

.seo-why-section::after {
    bottom: -100px;
    left: -100px;
    background: #ff6633;
}

.seo-why-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #010f34;
    text-align: center;
    margin-bottom: 100px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.seo-why-title span {
    color: #6d2cf9;
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.seo-feature-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    padding: 50px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    gap: 80px;
    box-shadow: 0 30px 60px rgba(1, 15, 52, 0.05);
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.seo-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 40px 80px rgba(1, 15, 52, 0.08);
    border-color: rgba(109, 44, 249, 0.1);
}

.seo-feature-card:last-child {
    margin-bottom: 0;
}

.seo-feature-card.reverse {
    flex-direction: row-reverse;
}

.seo-feature-image-col {
    flex: 1.1;
}

.seo-feature-content-col {
    flex: 1;
}

.seo-premium-image-frame {
    position: relative;
    width: 100%;
}

.seo-premium-image-frame::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(109, 44, 249, 0.1);
    border-radius: 24px;
    z-index: -1;
    transition: all 0.4s ease;
}

.seo-feature-card:hover .seo-premium-image-frame::before {
    top: 10px;
    left: -10px;
    border-color: rgba(109, 44, 249, 0.3);
}

.seo-feature-image-wrapper {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transition: all 0.5s ease;
}

.seo-feature-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s ease;
}

.seo-feature-card:hover .seo-feature-image-wrapper img {
    transform: scale(1.06);
}

.seo-feature-content h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #010f34;
    margin-bottom: 25px;
    line-height: 1.3;
}

.seo-feature-content p {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 35px;
}

.seo-premium-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.seo-checklist-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(109, 44, 249, 0.05);
    transition: all 0.3s ease;
}

.seo-checklist-pill:hover {
    background: #f0f4ff;
    transform: translateX(5px);
    border-color: rgba(109, 44, 249, 0.2);
}

.seo-checklist-pill i {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #6d2cf9 0%, #8a57f9 100%);
    color: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(109, 44, 249, 0.2);
}

.seo-checklist-pill span {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #010f34;
}

@media (max-width: 1199px) {
    .seo-feature-card {
        gap: 50px;
        padding: 40px;
    }

    .seo-feature-content h3 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .seo-why-section {
        padding: 80px 0;
    }

    .seo-why-title {
        font-size: 38px;
        margin-bottom: 60px;
    }

    .seo-feature-card,
    .seo-feature-card.reverse {
        flex-direction: column;
        gap: 40px;
        padding: 30px;
        margin-bottom: 60px;
    }

    .seo-feature-content {
        text-align: center;
    }

    .seo-premium-checklist {
        justify-content: center;
    }

    .seo-checklist-pill {
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .seo-why-title {
        font-size: 30px;
    }

    .seo-feature-content h3 {
        font-size: 26px;
    }

    .seo-premium-checklist {
        grid-template-columns: 1fr;
    }

    .seo-feature-card {
        border-radius: 20px;
    }
}

/* V6 Strategy Accordion Overhaul (Strategy Harmony) */
.up-strategy-section {
    padding: 140px 0;
    background: #ffffff;
    position: relative;
}

.up-strategy-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #010f34;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.1;
}

.up-strategy-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    color: #000;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
    line-height: 1.8;
}

.up-strategy-accordion {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid rgba(109, 44, 249, 0.1);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(1, 15, 52, 0.05);
}

.up-strategy-item {
    border-bottom: 1px solid rgba(109, 44, 249, 0.1);
    background: #ffffff;
}

.up-strategy-item:last-child {
    border-bottom: none;
}

.up-strategy-header {
    background: #ffffff;
    padding: 30px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.up-strategy-item.active .up-strategy-header {
    background: #fcfcff;
}

.up-strategy-header h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #010f34;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.up-strategy-header h3 b {
    font-size: 24px;
    background: linear-gradient(135deg, #6d2cf9 0%, #ff6633 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    min-width: 45px;
}

.up-strategy-header i {
    width: 32px;
    height: 32px;
    background: #f4f7ff;
    color: #6d2cf9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.4s ease;
}

.up-strategy-item.active .up-strategy-header i {
    background: #6d2cf9;
    color: #ffffff;
    transform: rotate(180deg);
}

/* Unified Grid Layout for Strategy Body */
.up-strategy-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}

.up-strategy-item.active .up-strategy-body {
    grid-template-rows: 1fr;
}

.up-strategy-inner {
    overflow: hidden;
}

.up-strategy-content {
    padding: 20px 45px 60px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
}

.up-strategy-text p {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* Standardized Components */
.up-strategy-callout {
    background: #f9faff;
    border-left: 4px solid #6d2cf9;
    padding: 30px;
    border-radius: 0 16px 16px 0;
    margin: 35px 0;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #010f34;
    line-height: 1.6;
    position: relative;
}

.up-strategy-callout i {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    opacity: 0.05;
    color: #6d2cf9;
}

.up-strategy-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.up-strategy-list li {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #010f34;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

.up-strategy-list li i {
    color: #6d2cf9;
    font-size: 14px;
}

.up-strategy-visual {
    position: relative;
}

.up-strategy-visual img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(109, 44, 249, 0.05);
}

/* Nested Accordion Styling (V6) */
.nested-strategy-accordion {
    margin-top: 30px;
    border: 1px solid rgba(109, 44, 249, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.nested-strategy-item {
    border-bottom: 1px solid rgba(109, 44, 249, 0.05);
}

.nested-strategy-item:last-child {
    border-bottom: none;
}

.nested-strategy-header {
    padding: 18px 25px;
    background: #fcfcff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.nested-strategy-header h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #010f34;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.nested-strategy-header h4 span {
    color: #6d2cf9;
    font-size: 14px;
}

.nested-strategy-header .nested-icon {
    font-size: 10px;
    color: #6d2cf9;
    transition: transform 0.3s ease;
}

.nested-strategy-item.active .nested-strategy-header {
    background: #f4f7ff;
}

.nested-strategy-item.active .nested-icon {
    transform: rotate(180deg);
}

.nested-strategy-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}

.nested-strategy-item.active .nested-strategy-body {
    grid-template-rows: 1fr;
}

.nested-strategy-inner {
    overflow: hidden;
    padding: 0 25px 25px;
}

.nested-strategy-content-text {
    padding-top: 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .up-strategy-content {
        gap: 40px;
        padding: 20px 35px 50px;
    }

    .up-strategy-title {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .up-strategy-content {
        grid-template-columns: 1fr;
    }

    .up-strategy-visual {
        order: -1;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .up-strategy-header {
        padding: 25px 30px;
    }

    .up-strategy-header h3 {
        font-size: 17px;
    }

    .up-strategy-list {
        grid-template-columns: 1fr;
    }

    .up-strategy-title {
        font-size: 32px;
    }
}

/* AI & UX Section Styles */
.up-modern-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.bg-gradient-light {
    background: linear-gradient(135deg, #f9faff 0%, #ffffff 100%);
}

.up-modern-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #010f34;
    line-height: 1.3;
    margin-bottom: 30px;
}

.up-modern-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 40px;
}

.up-modern-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border-left: 4px solid #6d2cf9;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0 20px 20px 0;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.up-modern-card:hover {
    transform: translateX(10px);
    border-left-color: #ff6633;
    box-shadow: 0 15px 40px rgba(109, 44, 249, 0.1);
}

.up-modern-card h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #010f34;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.up-modern-card h4::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #6d2cf9;
    border-radius: 50%;
}

.up-modern-quote {
    background: #232a34;
    color: #ffffff;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    margin: 40px 0;
    font-style: italic;
    font-size: 18px;
    line-height: 1.6;
    border-left: 5px solid #6d2cf9;
}

.up-modern-btn {
    display: inline-block;
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none !important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(109, 44, 249, 0.2);
}

.up-modern-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(109, 44, 249, 0.3);
    opacity: 0.9;
    color: #ffffff;
}

.up-modern-image-wrapper {
    position: relative;
    z-index: 1;
}

.up-modern-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.up-modern-image-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(109, 44, 249, 0.15) 0%, rgba(255, 102, 85, 0.15) 50%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
    filter: blur(40px);
}

@media (max-width: 991px) {
    .up-modern-title {
        font-size: 34px;
    }

    .up-modern-image-wrapper {
        margin-top: 60px;
    }
}

/* =============================================
   Premium Award Showcase — Professional, No Animations
============================================= */
.tw-award-showcase-section {
    padding: 80px 0;
    background: #f4f6ff;
}

.tw-award-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(109, 44, 249, 0.08);
    border: 1px solid rgba(109, 44, 249, 0.08);
    display: flex;
    overflow: hidden;
}

.tw-award-accent-bar {
    width: 6px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #6d2cf9 0%, #ff6633 100%);
}

.tw-award-card-body {
    flex: 1;
    padding: 50px 50px 44px;
}

/* Top row: label + inline badge */
.tw-award-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    flex-wrap: wrap;
    gap: 16px;
}

.tw-award-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(109, 44, 249, 0.08) 0%, rgba(255, 102, 51, 0.05) 100%);
    border: 1px solid rgba(109, 44, 249, 0.18);
    color: #6d2cf9;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 20px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tw-award-section-label i {
    font-size: 13px;
}

/* Inline award badge */
.tw-award-badge-inline {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #1a0a3d 0%, #2d1060 100%);
    border-radius: 14px;
    padding: 14px 22px;
}

.tw-award-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd700 0%, #ffaa00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(255, 200, 0, 0.4);
    flex-shrink: 0;
}

.tw-award-badge-icon i {
    font-size: 18px;
    color: #2d1060;
}

.tw-award-badge-year {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #ffd700;
    line-height: 1;
}

.tw-award-badge-source {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2px;
}

/* Split layout */
.tw-award-card-split {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* Left text column */
.tw-award-text-col {
    flex: 1;
}

.tw-award-heading {
    font-family: 'Ubuntu', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #010f34;
    line-height: 1.4;
    margin-bottom: 20px;
}

.tw-award-heading-accent {
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tw-award-para {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.85;
    margin-bottom: 14px;
}

.tw-award-para:last-of-type {
    margin-bottom: 0;
}

/* Right column */
.tw-award-right-col {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Checkmark highlights */
.tw-award-highlights {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tw-award-highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8f9ff;
    border: 1px solid rgba(109, 44, 249, 0.1);
    border-radius: 10px;
    padding: 13px 16px;
}

.tw-award-hi-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6d2cf9 0%, #ff6633 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tw-award-hi-icon i {
    font-size: 11px;
    color: #ffffff;
}

.tw-award-highlight-item span {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #232a34;
    font-weight: 500;
}

/* Star row */
.tw-award-stars-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: linear-gradient(135deg, rgba(109, 44, 249, 0.05) 0%, rgba(255, 102, 51, 0.03) 100%);
    border-radius: 12px;
    border: 1px solid rgba(109, 44, 249, 0.1);
}

.tw-award-stars {
    display: flex;
    gap: 3px;
}

.tw-award-stars i {
    color: #ffd700;
    font-size: 14px;
}

.tw-award-stars-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 1199px) {
    .tw-award-card-body {
        padding: 44px 40px;
    }

    .tw-award-right-col {
        flex: 0 0 260px;
    }
}

@media (max-width: 991px) {
    .tw-award-card-split {
        flex-direction: column;
        gap: 32px;
    }

    .tw-award-right-col {
        flex: 0 0 auto;
        width: 100%;
    }

    .tw-award-highlights {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .tw-award-card-body {
        padding: 28px 20px;
    }

    .tw-award-card-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .tw-award-heading {
        font-size: 20px;
    }

    .tw-award-highlights {
        grid-template-columns: 1fr;
    }

    .tw-award-showcase-section {
        padding: 60px 0;
    }
}

/* =============================================
   REDESIGNED V4: How to Choose Section
============================================= */
.up-choose-section {
    padding: 140px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.up-choose-section::after {
    content: '';
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: -20%;
    right: -10%;
    background: radial-gradient(circle, rgba(109, 44, 249, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.up-choose-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #010f34;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.1;
}

.up-choose-intro {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    color: #000;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 100px;
    line-height: 1.8;
}

.up-choose-grid-v4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.up-elite-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(109, 44, 249, 0.08);
    border-radius: 30px;
    padding: 60px 40px 50px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 480px;
}

.up-elite-card:hover {
    transform: translateY(-20px);
    background: #ffffff;
    border-color: rgba(109, 44, 249, 0.3);
    box-shadow: 0 40px 80px rgba(109, 44, 249, 0.1);
}

.up-card-number {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 150px;
    font-weight: 900;
    color: rgba(109, 44, 249, 0.03);
    line-height: 1;
    font-family: 'Ubuntu', sans-serif;
    z-index: 0;
    user-select: none;
    transition: all 0.6s ease;
}

.up-elite-card:hover .up-card-number {
    color: rgba(255, 102, 51, 0.05);
    transform: scale(1.1);
}

.up-elite-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #6d2cf9 0%, #ff6633 100%);
    opacity: 0;
    transition: all 0.4s ease;
}

.up-elite-card:hover::before {
    opacity: 1;
}

.up-card-header {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.up-elite-icon-v5 {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid transparent;
    border-radius: 28px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px rgba(109, 44, 249, 0.05);
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
        linear-gradient(135deg, #6d2cf9 0%, #ff6633 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-width: 1.5px;
}

.up-elite-icon-v5::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 25px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    pointer-events: none;
    opacity: 0.5;
}

.up-elite-icon-v5 i {
    font-size: 34px;
    background: linear-gradient(135deg, #6d2cf9 0%, #ff6633 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.6s ease;
}

.up-elite-card:hover .up-elite-icon-v5 {
    transform: translateY(-5px) rotate(5deg);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(109, 44, 249, 0.15);
}

.up-elite-card:hover .up-elite-icon-v5 i {
    transform: scale(1.1);
}

@keyframes brandPulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.2;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.up-elite-icon-v5::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(135deg, #6d2cf9 0%, #ff6633 100%);
    z-index: -1;
    opacity: 0;
}

.up-elite-card:hover .up-elite-icon-v5::before {
    animation: brandPulse 1.5s infinite;
}

.up-card-body {
    position: relative;
    z-index: 2;
    flex-grow: 1;
}

.up-card-body h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #010f34;
    margin-bottom: 20px;
    line-height: 1.4;
}

.up-card-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 25px;
}

.up-card-footer {
    margin-top: auto;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid rgba(109, 44, 249, 0.05);
}

.up-card-badge-v4 {
    display: inline-block;
    background: #f4f7ff;
    color: #6d2cf9;
    padding: 6px 18px;
    border-radius: 100px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.4s ease;
}

.up-elite-card:hover .up-card-badge-v4 {
    background: #232a34;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .up-choose-grid-v4 {
        gap: 30px;
        padding: 0 20px;
    }

    .up-elite-card {
        padding: 50px 30px;
        min-height: 450px;
    }

    .up-choose-title {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .up-choose-grid-v4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .up-choose-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .up-choose-section {
        padding: 100px 0;
    }

    .up-choose-grid-v4 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .up-choose-title {
        font-size: 32px;
    }

    .up-elite-card {
        min-height: auto;
    }

    .up-card-number {
        font-size: 100px;
    }
}

/* =============================================
   Client Testimonials Section
============================================= */
.tw-testimonials-section {
    padding: 90px 0;
    background: #f8faff;
    position: relative;
    overflow: hidden;
}

/* Subtle top glow */
.tw-testimonials-section::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(109, 44, 249, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

/* Header */
.tw-testi-header {
    text-align: center;
    margin-bottom: 60px;
}

.tw-testi-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(109, 44, 249, 0.06);
    border: 1px solid rgba(109, 44, 249, 0.15);
    color: #6d2cf9;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 20px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tw-testi-label i {
    font-size: 13px;
}

.tw-testi-heading {
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #010f34;
    line-height: 1.3;
    margin-bottom: 14px;
}

.tw-testi-accent {
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tw-testi-subtext {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #000;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

/* 3-col grid */
.tw-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}

/* Card base */
.tw-testi-card {
    background: #ffffff;
    border: 1px solid rgba(109, 44, 249, 0.08);
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(109, 44, 249, 0.03);
}

.tw-testi-card:hover {
    background: #ffffff;
    border-color: rgba(109, 44, 249, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(109, 44, 249, 0.08);
}

/* Featured middle card */
.tw-testi-card--featured {
    background: #ffffff;
    border-color: rgba(109, 44, 249, 0.2);
    box-shadow: 0 15px 45px rgba(109, 44, 249, 0.1);
    position: relative;
}

.tw-testi-card--featured::after {
    content: '';
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 4px;
    background: linear-gradient(90deg, #6d2cf9, #ff6633);
    border-radius: 0 0 10px 10px;
}

/* Card top row */
.tw-testi-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tw-testi-stars {
    display: flex;
    gap: 3px;
}

.tw-testi-stars i {
    color: #ffd700;
    font-size: 13px;
}

.tw-testi-quote-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(109, 44, 249, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tw-testi-quote-icon i {
    color: #6d2cf9;
    font-size: 13px;
}

/* Quote text */
.tw-testi-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #444a5b;
    line-height: 1.8;
    flex: 1;
    margin: 0;
}

/* Author row */
.tw-testi-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(109, 44, 249, 0.05);
}

.tw-testi-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6d2cf9 0%, #ff6633 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
    letter-spacing: 0.5px;
}

.tw-testi-name {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #010f34;
    line-height: 1.2;
}

.tw-testi-role {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #000;
    margin-top: 2px;
}

/* Responsive */
@media (max-width: 991px) {
    .tw-testi-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tw-testi-card--featured {
        grid-column: span 2;
    }

    .tw-testi-heading {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .tw-testimonials-section {
        padding: 70px 0;
    }

    .tw-testi-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tw-testi-card--featured {
        grid-column: span 1;
    }

    .tw-testi-heading {
        font-size: 26px;
    }
}


.section-title.website-marketing h1 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 1650px) {
    .section-title.website-marketing h1 {
        font-size: 48px;
    }
}

@media screen and (max-width: 1199.98px) {
    .section-title.website-marketing h1 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media (max-width: 575.98px) {
    .section-title.website-marketing h1 {
        font-size: 26px;
        line-height: 1.4em;
    }


    /* .top-bar-left {
        display: none !important;
    } */
}

/* ═══════════════════════════════════════════════════════
   SECTION: Share Your Requirement — Light Premium Form
   ════════════════════════════════════════════════════════ */

.seo-form-requirement-section {
    position: relative;
    padding: 100px 0;
    background: #f8faff;
    overflow: hidden;
    z-index: 1;
}

/* Subtle Decorative Blobs */
.seo-form-requirement-section .smm-blob {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(109, 44, 249, 0.05) 0%, transparent 70%);
    filter: blur(80px);
    z-index: -1;
    animation: seo-light-blob-float 30s infinite alternate ease-in-out;
    pointer-events: none;
}

.smm-blob-1 {
    top: -200px;
    left: -150px;
}

.smm-blob-2 {
    bottom: -200px;
    right: -150px;
    background: radial-gradient(circle, rgba(255, 102, 51, 0.05) 0%, transparent 70%);
    animation-delay: -5s;
}

.smm-blob-3 {
    top: 40%;
    left: 50%;
    background: radial-gradient(circle, rgba(109, 44, 249, 0.03) 0%, transparent 70%);
}

@keyframes seo-light-blob-float {
    0% {
        transform: translate(0, 0) scale(1.1) rotate(0deg);
    }

    100% {
        transform: translate(50px, 50px) scale(1) rotate(15deg);
    }
}

/* Light Premium Card */
.smm-glass-card {
    background: #ffffff;
    border: 1px solid #eef0f5;
    box-shadow: 0 15px 50px rgba(109, 44, 249, 0.08);
    border-radius: 40px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.smm-form-card h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #010f34;
    text-align: center;
    letter-spacing: -1px;
}

/* Form Styles */
.smm-form-group {
    margin-bottom: 25px;
    position: relative;
}

.smm-form-group i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #6d2cf9;
    font-size: 16px;
    z-index: 2;
}

.smm-form-group.smm-textarea-group i {
    top: 25px;
    transform: none;
}

.smm-form-control {
    width: 100%;
    background: #fdfdff;
    border: 2px solid #f0f2f7;
    border-radius: 16px;
    padding: 16px 20px 16px 55px;
    color: #010f34;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.smm-form-control::placeholder {
    color: #a0a6b5;
}

.smm-form-control:focus {
    outline: none;
    background: #ffffff;
    border-color: #6d2cf9;
    box-shadow: 0 10px 20px rgba(109, 44, 249, 0.05);
}

.smm-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236d2cf9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 18px;
}

.smm-form-select option {
    background: #ffffff;
    color: #010f34;
}

/* Submit Button */
.smm-submit-btn {
    width: 100%;
    background: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
    color: #ffffff;
    border: none;
    padding: 20px;
    border-radius: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(109, 44, 249, 0.2);
}

.smm-submit-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(109, 44, 249, 0.3);
    background: linear-gradient(266deg, #ff7e54 -1.18%, #7e42ff 96.14%);
}

.smm-form-check {
    display: flex;
    gap: 15px;
    margin: 30px 0 20px;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    align-items: flex-start;
}

.smm-form-check input {
    width: 20px;
    height: 20px;
    accent-color: #6d2cf9;
    cursor: pointer;
    margin-top: 3px;
    border: 2px solid #f0f2f7;
}

.smm-form-check label a {
    color: #6d2cf9;
    text-decoration: none;
    font-weight: 600;
}

.smm-form-check label a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .smm-glass-card {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .seo-form-requirement-section {
        padding: 80px 0;
    }

    .smm-form-card h2 {
        font-size: 28px;
    }

    .smm-glass-card {
        border-radius: 25px;
    }
}

.orbia-content-box p {
    color: #000;
}