

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

            .banner img {
  width: 100%;
  
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  object-position: center;
}
       
/* Base Styles */
.why-choose-us-section {
    padding: 80px 0;
   
    font-family: 'Inter', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Features Container */
.features-container {
    display: flex;
    margin-bottom: 100px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    
}

/* Feature Cards */
.feature-card {
    padding: 30px;
    color: white;
    position: relative;
}

.feature-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.feature-card p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

/* Main Feature */
.main-feature {
    background-color: #2d2a47;
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* Time Feature */
.time-feature {
    background-color: #2d2a47;
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.time-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff6b00'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm.5-13H11v6l5.2 3.2.8-1.3-4.5-2.7V7z'/%3E%3C/svg%3E") no-repeat center center;
}

/* Price Feature */
.price-feature {
    background-color: #ff6b00;
    width: 25%;
    position: relative;
    z-index: 2;
    transform: scale(1.1);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: -15px 0 -15px;
    
}

.price-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z'/%3E%3C/svg%3E") no-repeat center center;
}

/* Strategy Feature */
.strategy-feature {
    background-color: #2d2a47;
    width: 25%;
}

.strategy-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff6b00'%3E%3Cpath d='M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6A4.997 4.997 0 0 1 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1z'/%3E%3C/svg%3E") no-repeat center center;
}

.feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}


/* Responsive Styles */
@media (max-width: 992px) {
    .features-container {
        flex-wrap: wrap;
    }
    
    .main-feature {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .time-feature, .price-feature, .strategy-feature {
        width: 33.333%;
    }
    
    .price-feature {
        transform: scale(1);
        margin: 0;
        border-radius: 0;
    }
    
   
}

@media (max-width: 768px) {
    .features-container {
        flex-direction: column;
    }
    
    .time-feature, .price-feature, .strategy-feature {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .strategy-feature {
        border-bottom: none;
    }
   
}


  /* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://unpkg.com/aos@next/dist/aos.css');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Social Media Section */
.social-media-section {
    padding: 80px 0;
   
    position: relative;
    overflow: hidden;
}

.social-media-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(255, 165, 0, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(138, 43, 226, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Image Section */
.image-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-image-container {
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-circle {
    position: absolute;
    width: 350px;
    height: 350px;
    background: linear-gradient(135deg, #be3220, #962424d8);
    border-radius: 50%;
    z-index: 1;
}

.main-image {
    position: relative;
    width: 260px;
  
    object-fit: cover;
    border-radius: 50%;
    z-index: 2;
}

/* Floating Statistics */
.floating-stat {
    position: absolute;
    background: white;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.stat-1 {
    top: 20px;
    left: -20px;
    animation-name: float-up-down;
}

.stat-2 {
    bottom: 80px;
    right: -30px;
    animation-name: float-left-right;
    animation-delay: 1s;
}

.stat-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.stat-label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

/* Floating Chart */
.floating-chart {
    position: absolute;
    top: 60px;
    right: -40px;
    background: white;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 3;
    animation: float-rotate 4s ease-in-out infinite;
    animation-delay: 2s;
}

.chart-container {
    margin-bottom: 5px;
}

.chart-label {
    font-size: 11px;
    color: #666;
    font-weight: 500;
    text-align: center;
    display: block;
}

/* Content Section */
.content-section {
    padding-left: 20px;
}

.badge {
    display: inline-block;
    background: linear-gradient(135deg, #be3220, #962424d8);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.main-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #2d3748;
}

.highlight {
    color: #4a5568;
}

.description {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Features List */
.features-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #a8edea, #fed6e3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a5568;
    font-size: 18px;
    flex-shrink: 0;
}

.feature-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2d3748;
}

.feature-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Animations */
@keyframes float-up-down {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes float-left-right {
    0%, 100% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(10px);
    }
}

@keyframes float-rotate {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(2deg);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-wrapper {
        gap: 40px;
    }
    
    .main-image-container {
        width: 350px;
        height: 350px;
    }
    
    .background-circle {
        width: 300px;
        height: 300px;
    }
    
    .main-image {
        width: 250px;
        height: 250px;
    }
    
    .main-heading {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .content-section {
        padding-left: 0;
    }
    
    .main-image-container {
        width: 300px;
        height: 300px;
    }
    
    .background-circle {
        width: 250px;
        height: 250px;
    }
    
    .main-image {
        width: 200px;
        height: 200px;
    }
    
    .main-heading {
        font-size: 32px;
    }
    
    .floating-stat {
        padding: 12px 15px;
    }
    
    .stat-1 {
        top: 10px;
        left: -10px;
    }
    
    .stat-2 {
        bottom: 60px;
        right: -20px;
    }
    
    .floating-chart {
        top: 40px;
        right: -30px;
        padding: 12px;
    }
}

@media (max-width: 576px) {
    .social-media-section {
        padding: 60px 0;
    }
    
    .main-image-container {
        width: 250px;
        height: 250px;
    }
    
    .background-circle {
        width: 200px;
        height: 200px;
    }
    
    .main-image {
        width: 160px;
        height: 160px;
    }
    
    .main-heading {
        font-size: 28px;
    }
    
    .floating-stat {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .stat-number {
        font-size: 16px;
    }
    
    .stat-label {
        font-size: 11px;
    }
    
    .feature-item {
        padding: 15px;
    }
    
    .feature-icon {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}



    .services-section {
    
        padding: 80px 0;
        font-family: 'Inter', sans-serif;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }

    /* Header Styles */
    .services-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .services-label {
        color: maroon;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .services-title {
        color: #2d2a47;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .services-description {
        color: #666;
        font-size: 16px;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }

    /* Services Grid */
    .services-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-bottom: 50px;
    }

    /* Service Card */
    .service-card {
        background-color: white;
        border-radius: 15px;
        overflow: hidden;
        display: flex;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        height: 100%;
    }

    .service-content {
        padding: 30px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .service-card-title {
        color: #2d2a47;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .service-card-description {
        color: #666;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
        flex-grow: 1;
    }

    .learn-more-link {
        display: flex;
        align-items: center;
        color: maroon;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 1px;
    }

    .learn-more-dot {
        width: 8px;
        height: 8px;
        background-color: maroon;
        border-radius: 50%;
        margin-right: 8px;
    }

    /* Service Image */
    .service-image-container {
        width: 40%;
        position: relative;
        overflow: hidden;
    }

    .service-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .service-icon {
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .purple-icon {
        background-color: maroon;
    }

    .blue-icon {
        background-color: #3498db;
    }

    .service-icon img {
        width: 24px;
        height: 24px;
    }

    /* View All Button */
    .view-all-container {
        display: flex;
        justify-content: center;
    }

    .view-all-button {
        background-color: maroon;
        color: white;
        font-size: 14px;
        font-weight: 600;
        padding: 12px 25px;
        border-radius: 30px;
        text-decoration: none;
        display: flex;
        align-items: center;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }

    .view-all-button:hover {
        background-color: rgb(148, 65, 65);
        transform: translateY(-2px);
    }

    .view-all-dot {
        width: 8px;
        height: 8px;
        background-color: white;
        border-radius: 50%;
        margin-right: 8px;
    }

    /* Responsive Styles */
    @media (max-width: 992px) {
        .services-grid {
            gap: 20px;
        }
    }

    @media (max-width: 768px) {
        .services-grid {
            grid-template-columns: 1fr;
        }

        .services-title {
            font-size: 30px;
        }
    }

    @media (max-width: 576px) {
        .service-card {
            flex-direction: column-reverse;
        }

        .service-image-container {
            width: 100%;
            height: 200px;
        }

        .service-image {
            border-radius: 0;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
    }


    /* Base Styles */
    
    .how-we-work-section {
        font-family: 'Inter', sans-serif;
      
        padding: 60px 0;
        color: #333;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Header Section */
    .header-section {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .process-label {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
    }

    .header-content {
        max-width: 60%;
    }

    .section-title {
        font-size: 42px;
        font-weight: 700;
        color: #222;
        margin: 0 0 15px 0;
    }

    .section-subtitle {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
    }

    /* Divider */
    .divider {
        height: 1px;
        background-color: #ddd;
        margin: 30px 0;
    }

    /* Content Section */
    .content-section1 {
        display: flex;
    }

    /* Navigation Menu */
    .navigation-menu {
        width: 25%;
        padding-right: 30px;
        border-right: 1px solid #eee;
    }

    .process-steps {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .step-item {
        margin-bottom: 20px;
        position: relative;
    }

    .step-link {
        text-decoration: none;
        color: #555;
        font-size: 16px;
        font-weight: 500;
        transition: color 0.3s ease;
        display: block;
        padding: 5px 0;
    }

    .step-link:hover {
        color: maroon;
    }

    .step-link.active {
        color: maroon;
        font-weight: 600;
    }

    .step-item.active::before {
        content: '';
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 20px;
        background-color: maroon;
    }

    /* Step Content */
    .step-content-container {
        width: 75%;
        padding-left: 50px;
    }

    .step-content {
        display: flex;
        gap: 40px;
    }

    .step-illustration {
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .step-illustration img {
        max-width: 100%;
        height: auto;
    }

    .step-details {
        width: 60%;
    }

    .step-number {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        background-color: maroon;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .step-title {
        font-size: 32px;
        font-weight: 700;
        color: #222;
        margin: 0 0 5px 0;
    }

    .step-subtitle {
        font-size: 16px;
        color: #666;
        margin-bottom: 20px;
    }

    .step-description {
        font-size: 16px;
        line-height: 1.6;
        color: #555;
        margin-bottom: 25px;
    }

    /* Features List */
    .step-features {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .feature-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        font-size: 16px;
        color: #444;
    }

    .check-icon {
        width: 20px;
        height: 20px;
        background-color: maroon;
        border-radius: 50%;
        margin-right: 10px;
        position: relative;
        flex-shrink: 0;
    }

    .check-icon::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -60%) rotate(45deg);
    }

    /* Active States */
    #strategy-link.active ~ .step-content#strategy,
    #messaging-link.active ~ .step-content#messaging,
    #account-link.active ~ .step-content#account,
    #audience-link.active ~ .step-content#audience,
    #testing-link.active ~ .step-content#testing {
        display: flex;
    }

    /* Hide inactive steps */
    .step-content {
        display: none;
    }

    /* Show first step by default */
    #strategy {
        display: flex;
    }

    /* Responsive Styles */
    @media (max-width: 992px) {
        .header-section {
            flex-direction: column;
        }
        
        .header-content {
            max-width: 100%;
            margin-top: 20px;
        }
        
        .section-title {
            font-size: 36px;
        }
        
       
        
        .step-illustration, .step-details {
            width: 100%;
        }
        
        .step-illustration {
            margin-bottom: 30px;
        }
    }

    @media (max-width: 768px) {
        .content-section1 {
            flex-direction: column;
        }
        
        .navigation-menu {
            width: 100%;
            border-right: none;
            border-bottom: 1px solid #eee;
            padding-right: 0;
            padding-bottom: 20px;
            margin-bottom: 30px;
        }
        
        .process-steps {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .step-item {
            margin-bottom: 0;
        }
        
        .step-content-container {
            width: 100%;
            padding-left: 0;
        }
        
        .section-title {
            font-size: 32px;
        }
        
        .step-title {
            font-size: 28px;
        }
    }

    @media (max-width: 576px) {
        .process-steps {
            flex-direction: column;
        }
        
        .step-item {
            margin-bottom: 10px;
        }
        
        .section-title {
            font-size: 28px;
        }
        
        .step-title {
            font-size: 24px;
        }
    }



 /* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://unpkg.com/aos@next/dist/aos.css');


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
         .banner img {
  width: 100%;
  
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  object-position: center;
}
      

/* SEO Services Section */
.seo-services-section {
    padding: 80px 0;
    background-color: #f5f8fa;
    position: relative;
    overflow: hidden;
}

/* Header Section */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.tag-line {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.section-description {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

/* Benefits Section */
.benefits-section {
    margin-bottom: 30px;
}

.benefits-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none; /* Firefox */
}

.benefits-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.benefit-item {
    flex: 1;
    min-width: 180px;
    text-align: center;
    padding: 20px 15px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.benefit-item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: orangered;
    transition: width 0.3s ease;
}

.benefit-item.active::after,
.benefit-item:hover::after {
    width: 80%;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background-color: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: rgb(172, 71, 71);
    font-size: 24px;
    transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon,
.benefit-item.active .benefit-icon {
    background-color: maroon;
    color: white;
    transform: scale(1.1);
}

.benefit-image {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    margin-bottom: 0;
}

.benefit-item.active .benefit-image {
    height: 80px;
    margin-bottom: 15px;
}

.benefit-image img {
    width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}

.benefit-item h4 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

/* Benefits Indicator for Mobile */
.benefits-indicator {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd;
    transition: all 0.3s ease;
    cursor: pointer;
}

.indicator.active {
    background-color: maroon;
    transform: scale(1.2);
}

/* Benefit Details Section */
.benefit-details-section {
    margin-bottom: 60px;
    position: relative;
    min-height: 300px;
}

.benefit-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.benefit-detail.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.detail-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.detail-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.7;
}

.detail-content ul {
    list-style-type: none;
    margin-left: 0;
}

.detail-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #555;
}

.detail-content ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #00c853;
    font-size: 14px;
}

.detail-image {
    text-align: center;
}

.detail-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.benefit-detail.active .detail-image img {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Content Section */
.content-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.content-image {
    position: relative;
}

.dashboard-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

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

.content-text h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.content-text p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.7;
}

.cta-button1 {
    display: inline-block;
    background-color: maroon;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.cta-button1:hover {
    background-color: rgb(148, 29, 29);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 200, 83, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .section-title {
        font-size: 32px;
    }
    
    .content-text h3 {
        font-size: 24px;
    }
    
    .detail-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .seo-services-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-description {
        font-size: 15px;
    }
    
    .benefits-container {
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 20px;
    }
    
    .benefit-item {
        min-width: 160px;
    }
    
    .benefits-indicator {
        display: flex;
    }
    
    .benefit-detail {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 25px;
    }
    
    .detail-image {
        order: -1;
    }
    
    .content-section {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .content-image {
        order: 1;
    }
    
    .content-text {
        order: 2;
    }
    
    .content-text h3 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .seo-services-section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .section-description {
        font-size: 14px;
    }
    
    .benefit-item {
        min-width: 140px;
        padding: 15px 10px;
    }
    
    .benefit-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .benefit-item h4 {
        font-size: 13px;
    }
    
    .benefit-item.active .benefit-image {
        height: 60px;
    }
    
    .detail-content h3 {
        font-size: 20px;
    }
    
    .detail-content p {
        font-size: 14px;
    }
    
    .detail-content ul li {
        font-size: 14px;
    }
    
    .content-text h3 {
        font-size: 20px;
    }
    
    .content-text p {
        font-size: 14px;
    }
    
    .cta-button1 {
        padding: 12px 25px;
        font-size: 13px;
    }
    
}