/* 
======================
SERVICES & LOCATIONS SECTION
======================
*/
.sd-bespoke-web-design-lp-locations {
    padding: 80px 0;
    background-color: #f3f3f3;
}

.sd-bespoke-web-design-lp-locations-content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.sd-bespoke-web-design-lp-locations-info {
    flex: 1;
}

.sd-bespoke-web-design-lp-locations-info h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
}

.sd-bespoke-web-design-lp-locations-info h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #db3c30;
}

.sd-bespoke-web-design-lp-locations-info p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.sd-bespoke-web-design-lp-locations-list {
    margin-bottom: 30px;
}

.sd-bespoke-web-design-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sd-bespoke-web-design-bullet-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

.sd-bespoke-web-design-bullet-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #db3c30;
    font-weight: 700;
    font-size: 1.1rem;
}

.sd-bespoke-web-design-lp-locations-info .sd-bespoke-web-design-button {
    margin-top: 20px;
    padding: 14px 28px;
    font-size: 1.1rem;
}

.sd-bespoke-web-design-lp-locations-map {
    flex: 1;
    max-width: 500px;
}

.sd-bespoke-web-design-lp-locations-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Services & Locations - Tablet Styles (768px - 991px) */
@media (max-width: 991px) {
    .sd-bespoke-web-design-lp-locations {
        padding: 60px 0;
    }
    
    .sd-bespoke-web-design-lp-locations-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    
    .sd-bespoke-web-design-lp-locations-info h2 {
        font-size: 2.2rem;
    }
    
    .sd-bespoke-web-design-lp-locations-info h2:after {
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 2px;
    }
    
    .sd-bespoke-web-design-lp-locations-info p {
        font-size: 1rem;
    }
    
    .sd-bespoke-web-design-lp-locations-map {
        max-width: 100%;
    }
    
    .sd-bespoke-web-design-lp-locations-map iframe {
        height: 350px;
    }
}

/* Services & Locations - Mobile Styles (767px and below) */
@media (max-width: 767px) {
    .sd-bespoke-web-design-lp-locations {
        padding: 50px 0;
    }
    
    .sd-bespoke-web-design-lp-locations-content {
        gap: 30px;
    }
    
    .sd-bespoke-web-design-lp-locations-info h2 {
        font-size: 1.9rem;
        margin-bottom: 20px;
    }
    
    .sd-bespoke-web-design-lp-locations-info h2:after {
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 2px;
    }
    
    .sd-bespoke-web-design-lp-locations-info p {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }
    
    .sd-bespoke-web-design-lp-locations-list {
        margin-bottom: 25px;
        display: inline-block;
        text-align: left;
    }
    
    .sd-bespoke-web-design-bullet-list li {
        font-size: 0.9rem;
        margin-bottom: 10px;
        padding-left: 20px;
    }
    
    .sd-bespoke-web-design-bullet-list li::before {
        font-size: 1rem;
    }
    
    .sd-bespoke-web-design-lp-locations-info .sd-bespoke-web-design-button {
        font-size: 1rem;
        padding: 12px 24px;
    }
    
    .sd-bespoke-web-design-lp-locations-map {
        width: 100%;
        text-align: center;
        padding: 30px 0;
    }
    
    .sd-bespoke-web-design-lp-locations-map iframe {
        width: calc(100vw - 40px);
        max-width: 100%;
        height: 300px;
        border-radius: 0;
    }
}