/* 
 * Services Page CSS
 * KlinikPlus
 */

/* Global Styles */
.klinikplus-service-page {
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}

/* Background Elements */
.service-bg-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Ensure exactly 100px between navigation and breadcrumb */
.service-breadcrumb {
    margin-top: 20px !important; /* Space from top of hero section */
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    z-index: 5;
    position: relative;
}

/* Reset other paddings that might interfere */
.service-hero-section {
    padding: 0 0 130px; /* No top padding, 130px bottom padding */
    position: relative;
    z-index: 10;
    margin-top: 0; /* Remove any top margin */
}

.service-decorative-bg {
    position: absolute;
    top: 10%;
    right: 0;
    width: 36rem;
    height: 36rem;
    flex-shrink: 0;
    border-radius: 36rem;
    opacity: 0.18;
    background: linear-gradient(180deg, #FF8E6C 0%, #FF8E6C 100%);
    filter: blur(100px);
    z-index: 1;
    pointer-events: none;
    transform: translateX(20%);
}

/* Breadcrumb Styles */
.breadcrumb-item {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item:hover {
    color: #FF8E6C;
}

.breadcrumb-item.active {
    color: #333;
    font-weight: 600;
}

.breadcrumb-item.active-orange {
    color: #FF8E6C;
    font-weight: 600;
}

.breadcrumb-separator {
    margin: 0 10px;
    color: #666;
    font-weight: 400;
}

/* Hero Section */
.service-hero-content {
    padding-right: 40px;
    position: relative;
    z-index: 5;
}

.service-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #292929;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.service-hero-text {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 30px 0;
    line-height: 1.6;
    max-width: 90%;
    margin-bottom: 30px;
}

.service-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.service-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(50% - 8px);
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1B1B1B;
}

.service-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 32px;
    height: 56px;
    background: #FF8E6C;
    color: white;
    border: none;
    border-radius: 28px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0;
}

.hero-btn-primary:hover {
    background: #ff7a53;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 142, 108, 0.4);
    color: white;
    text-decoration: none;
}

/* SVG icon styling is now handled directly */

.hero-btn-primary svg {
    transition: transform 0.3s ease;
}

.hero-btn-primary:hover svg {
    transform: translateX(5px);
}

/* Button styles are now defined in hero-btn-primary */

.service-hero-image {
    position: relative;
    text-align: center;
    z-index: 2;
}

.service-hero-image-decorative {
    position: absolute;
    top: 10%;
    right: 0;
    width: 36rem;
    height: 36rem;
    flex-shrink: 0;
    border-radius: 36rem;
    opacity: 0.18;
    background: linear-gradient(180deg, #FF8E6C 0%, #FF8E6C 100%);
    filter: blur(100px);
    z-index: 1;
    pointer-events: none;
    transform: translateX(20%);
}

.service-main-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    position: relative;
    z-index: 3;
    display: block;
}

/* Stats Section */
.stats-section {
    padding: 130px 0;
    position: relative;
    z-index: 10;
}

.stats-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.stats-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.stats-card {
    height: 26.26256rem;
    border-radius: 1.15738rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.stats-card-orange {
    background: linear-gradient(180deg, #FF8E6C 0%, #FF8E6C 100%);
    color: #FFFFFF;
}

.stats-card-black {
    background: #161339;
    color: #FFFFFF;
}

.stats-card-yellow {
    background: #FFD166;
    color: #1B1B1B;
}

.stats-card-content {
    position: relative;
    z-index: 10;
}

.stats-number {
    font-size: 4.53888rem;
    font-weight: 600;
    line-height: 5.21975rem;
    letter-spacing: -0.12606rem;
    margin-bottom: 0.5rem;
}

.stats-text {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
}

.stats-card-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.stats-card-orange .stats-card-image img {
    height: 14rem;
    width: auto;
    object-fit: contain;
    object-position: bottom right;
}

.stats-card-black .stats-card-image img {
    height: 15.8125rem;
    object-position: bottom center;
}

.stats-card-yellow .stats-card-image img {
    height: 15.3125rem;
    object-position: bottom center;
}

/* Animation Classes */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

.delay-200 {
    transition-delay: 0.2s;
}

.delay-400 {
    transition-delay: 0.4s;
}

.stagger-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.stagger-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.stagger-item:nth-child(1) {
    transition-delay: 0.1s;
}

.stagger-item:nth-child(2) {
    transition-delay: 0.3s;
}

.stagger-item:nth-child(3) {
    transition-delay: 0.5s;
}

/* Media Queries */
@media (max-width: 1440px) {
    .service-heading {
        font-size: 44px;
        margin-bottom: 20px;
    }
    
    .service-hero-text {
        font-size: 17px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .service-heading {
        font-size: 42px;
        margin-bottom: 20px;
    }
    
    .service-hero-text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .service-decorative-bg {
        width: 30rem;
        height: 30rem;
        filter: blur(80px);
    }
    
    .service-hero-image-decorative {
        width: 30rem;
        height: 30rem;
        filter: blur(80px);
    }
    
    .service-hero-content {
        padding-right: 20px;
    }
    
    .service-feature-item {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .service-hero-section {
        padding: 0 0 60px;
        margin-top: 0; /* Remove top margin */
    }
    
    .service-heading {
        font-size: 38px;
        margin-bottom: 20px;
    }
    
    .service-hero-text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .service-hero-features {
        margin-bottom: 30px;
    }
    
    .service-decorative-bg {
        width: 25rem;
        height: 25rem;
        filter: blur(70px);
        opacity: 0.15;
    }
    
    .service-hero-image-decorative {
        width: 25rem;
        height: 25rem;
        filter: blur(70px);
        opacity: 0.15;
    }
    
    .stats-card {
        height: 24rem;
    }
    
    .stats-number {
        font-size: 3.8rem;
        line-height: 4.5rem;
    }
    
    .stats-text {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    
    .stats-card-orange .stats-card-image img {
        height: 12rem;
    }
    
    .stats-card-black .stats-card-image img {
        height: 13rem;
    }
    
    .stats-card-yellow .stats-card-image img {
        height: 12.5rem;
    }
}

@media (max-width: 992px) {
    .service-hero-section {
        /* Keep other styles but remove padding-bottom as it's handled in our new media queries */
        position: relative;
        z-index: 10;
    }
    
    .service-hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .service-heading {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .service-hero-text {
        font-size: 15px;
        margin-bottom: 30px;
        max-width: 100%;
    }
    
    .service-hero-features {
        margin-bottom: 30px;
    }
    
    .service-breadcrumb {
        margin-top: 20px !important;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .service-hero-section {
        /* Keep other styles but remove padding-bottom as it's handled in our new media queries */
        position: relative;
        z-index: 10;
    }
    
    .service-heading {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .service-hero-text {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .service-feature-item {
        font-size: 14px;
    }
    
    .service-breadcrumb {
        margin-top: 20px !important; /* Maintain consistent spacing */
        margin-bottom: 25px;
        font-size: 12px;
    }
    
    .service-decorative-bg {
        width: 20rem;
        height: 20rem;
        filter: blur(60px);
        opacity: 0.12;
    }
    
    .service-hero-image-decorative {
        width: 20rem;
        height: 20rem;
        filter: blur(60px);
        opacity: 0.12;
    }
    
    .stats-section {
        /* Keep other styles but remove padding as it's handled in our new media queries */
        position: relative;
        z-index: 10;
    }
    
    .hero-btn-primary {
        height: 50px;
        font-size: 16px;
        padding: 0 25px;
    }
}

@media (max-width: 576px) {
    .service-hero-section {
        /* Keep other styles but remove padding-bottom as it's handled in our new media queries */
        position: relative;
        z-index: 10;
    }
    
    .service-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .service-hero-text {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .service-hero-features {
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .service-feature-item {
        width: 100%;
        font-size: 14px;
    }
    
    .service-breadcrumb {
        margin-top: 20px !important; /* Maintain consistent spacing */
        margin-bottom: 20px;
        font-size: 11px;
        flex-wrap: wrap;
    }
    
    .service-decorative-bg {
        width: 15rem;
        height: 15rem;
        filter: blur(50px);
        opacity: 0.1;
    }
    
    .service-hero-image-decorative {
        width: 15rem;
        height: 15rem;
        filter: blur(50px);
        opacity: 0.1;
    }
    
    .stats-section {
        /* Keep other styles but remove padding as it's handled in our new media queries */
        position: relative;
        z-index: 10;
    }
    
    .hero-btn-primary {
        width: 100%;
        height: 48px;
        font-size: 15px;
    }
}

.stats-decorative-bg {
    position: absolute;
    top: 70%;
    left: 0;
    width: 40rem;
    height: 40rem;
    flex-shrink: 0;
    border-radius: 40rem;
    opacity: 0.12;
    background: linear-gradient(180deg, #FF8E6C 0%, #FF8E6C 100%);
    filter: blur(100px);
    z-index: 1;
    pointer-events: none;
    transform: translateX(-30%);
}

/* Super high specificity to override any other styles */
.klinikplus-service-page .service-hero-section .klinikplus-container .row .col-12 .service-hero-content .service-heading {
    margin-bottom: 20px !important;
}

.klinikplus-service-page .service-hero-section .klinikplus-container .row .col-12 .service-hero-content .service-hero-text {
    margin-bottom: 30px !important;
}

.klinikplus-service-page .service-hero-section .klinikplus-container .row .col-12 .service-hero-content .hero-btn-primary {
    margin-top: 0 !important;
}

/* Services Details Section */
.services-details-section {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
    background-color: #F9FAFB;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f0f0f0' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Main background container with exact specs */
.services-details-bg {
    border-radius: 1.875rem;
    background: #FFF;
    height: 51.54263rem;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.services-details-card {
    background: transparent;
    padding: 60px;
    height: auto;
    position: relative;
    z-index: 2;
    box-shadow: none;
}

.services-details-content {
    padding-right: 30px;
    margin-top: 510px;
}

.services-details-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 24px;
    line-height: 1.2;
}

.services-details-text {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.services-details-image {
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
}

.services-details-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}

.services-accordion .accordion {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}

.services-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    background-color: #F0F7FF;
    border-radius: 8px;
    overflow: hidden;
}

.services-accordion .accordion-header {
    margin: 0;
}

.services-accordion .accordion-button {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #292929;
    background-color: #F0F7FF;
    padding: 16px 24px;
    box-shadow: none;
}

.services-accordion .accordion-button:not(.collapsed) {
    color: #292929;
    background-color: #F0F7FF;
    box-shadow: none;
}

.services-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.services-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23292929' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.3s ease;
}

.services-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23292929' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    transform: rotate(0deg);
}

.services-accordion .accordion-body {
    padding: 0 24px 16px;
    color: #666666;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    background-color: #F0F7FF;
}

/* Responsive styles for services details section */
@media (max-width: 1200px) {
    .services-details-card {
        padding: 40px;
    }
    
    .services-details-heading {
        font-size: 32px;
    }
    
    .services-details-bg {
        height: auto;
        min-height: 51.54263rem;
    }
}

@media (max-width: 992px) {
    .services-details-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .services-details-card {
        padding: 30px;
    }
    
    .services-details-heading {
        font-size: 28px;
    }
    
    .services-details-bg {
        border-radius: 1.5rem;
    }
}

@media (max-width: 768px) {
    .services-details-section {
        /* Keep other styles but remove padding as it's handled in our new media queries */
        position: relative;
        overflow: hidden;
    }
    
    .services-details-card {
        padding: 30px;
    }
    
    .services-details-heading {
        font-size: 28px;
    }
    
    .services-accordion .accordion-button {
        font-size: 18px;
        padding: 15px;
    }
    
    .services-accordion .accordion-body {
        padding: 15px;
    }
    
    .services-details-bg {
        width: 25rem;
        height: 25rem;
    }
}

.services-decorative-element {
    position: absolute;
    width: 40rem;
    height: 40rem;
    border-radius: 40rem;
    background: linear-gradient(180deg, #FF8E6C 0%, #FF8E6C 100%);
    opacity: 0.05;
    filter: blur(100px);
    z-index: 0;
    pointer-events: none;
}

.services-decorative-element-1 {
    top: -10%;
    right: -10%;
}

.services-decorative-element-2 {
    bottom: -10%;
    left: -10%;
}

@media (max-width: 992px) {
    .services-decorative-element {
        width: 30rem;
        height: 30rem;
        filter: blur(80px);
    }
}

@media (max-width: 768px) {
    .services-decorative-element {
        width: 20rem;
        height: 20rem;
        filter: blur(60px);
    }
} 

/* Website design services wrapper */
.website-design-services-wrapper {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
    background: #F9F9F9;
}

.website-design-services-wrapper .services-details-section {
    padding: 0;
}

.website-services-card {
    background: #FFF;
    border-radius: 1.875rem;
    height: auto;
    min-height: 51.54263rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 40px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1320px;
}

@media (max-width: 1400px) {
    .website-design-services-wrapper {
        padding: 120px 0;
    }
}

@media (max-width: 1200px) {
    .website-design-services-wrapper {
        padding: 110px 0;
    }
    
    .website-services-card {
        min-height: auto;
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .website-design-services-wrapper {
        padding: 100px 0;
    }
}

@media (max-width: 768px) {
    .website-design-services-wrapper {
        padding: 80px 0;
    }
    
    .website-services-card {
        padding: 25px;
        border-radius: 1.25rem;
    }
}

@media (max-width: 576px) {
    .website-design-services-wrapper {
        padding: 60px 0;
    }
} 

/* Website Services Section Styles - Highly Specific */
body .klinikplus-service-page .services-section-container {
    padding: 50px 0;
    position: relative;
    z-index: 10;
}

body .klinikplus-service-page .services-section-container .website-services-card {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #FFF !important;
    border-radius: 1.875rem !important;
    height: 51.54263rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 40px !important;
}

/* Content positioning at bottom left */
body .klinikplus-service-page .services-section-container .website-services-card .row {
    width: 100% !important;
    margin: 0 !important;
    position: absolute !important;
    bottom: 40px !important;
    left: 40px !important;
    right: 40px !important;
}

/* Ensure the content stays in the bottom left */
body .klinikplus-service-page .services-section-container .website-services-card .website-services-content {
    padding-bottom: 0 !important;
}

/* Heading styling */
body .klinikplus-service-page .services-section-container .website-services-card .website-services-heading {
    font-family: 'Outfit', sans-serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #292929 !important;
    margin-bottom: 24px !important;
    line-height: 1.2 !important;
}

/* Website Services Section Styles */
.services-section-container {
    padding: 50px 0;
    position: relative;
    z-index: 10;
}

.website-services-card {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    background: #FFF !important;
    border-radius: 1.875rem;
    height: 51.54263rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    padding: 40px;
    display: flex;
    align-items: flex-end;
}

.website-services-card .row {
    width: 100%;
    margin: 0;
}

.website-services-content {
    padding-bottom: 0;
}

.website-services-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 24px;
    line-height: 1.2;
}

.website-services-text {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.website-services-image {
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
}

.website-services-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}

/* Decorative Background Elements */
.how-it-works-decorative-bg {
    position: absolute;
    top: 1000px;
    left: -100px;
    width: 50.16669rem;
    height: 50.16669rem;
    transform: rotate(60deg);
    flex-shrink: 0;
    border-radius: 50.16669rem;
    opacity: 0.07;
    background: linear-gradient(180deg, #FF8E6C 0%, #FF8E6C 100%);
    filter: blur(133.33334350585938px);
    z-index: 0;
    pointer-events: none;
}

.faq-decorative-bg {
    position: absolute;
    top: 2500px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 76.94569rem;
    height: 76.94569rem;
    transform: rotate(60deg);
    flex-shrink: 0;
    border-radius: 76.94569rem;
    opacity: 0.18;
    background: rgba(255, 142, 108, 0.60);
    filter: blur(133.33334350585938px);
    z-index: 0;
    pointer-events: none;
}

/* Responsive styles */
@media (max-width: 1440px) {
    .how-it-works-decorative-bg {
        width: 40rem;
        height: 40rem;
        border-radius: 40rem;
        left: -80px;
        top: 950px;
    }
    
    .faq-decorative-bg {
        width: 60rem;
        height: 60rem;
        border-radius: 60rem;
        top: 2400px;
    }
}

@media (max-width: 1200px) {
    .website-services-card {
        height: auto;
        min-height: 51.54263rem;
        padding: 30px;
    }
    
    .how-it-works-decorative-bg {
        width: 35rem;
        height: 35rem;
        border-radius: 35rem;
        top: 900px;
        left: -70px;
    }
    
    .faq-decorative-bg {
        width: 50rem;
        height: 50rem;
        border-radius: 50rem;
        top: 2300px;
    }
}

@media (max-width: 992px) {
    .how-it-works-decorative-bg {
        width: 30rem;
        height: 30rem;
        border-radius: 30rem;
        top: 1100px;
        left: -80px;
    }
    
    .faq-decorative-bg {
        width: 40rem;
        height: 40rem;
        border-radius: 40rem;
        top: 2600px;
    }
}

@media (max-width: 768px) {
    .website-services-card {
        padding: 25px;
        align-items: flex-start;
    }
    
    .website-services-content {
        margin-bottom: 30px;
    }
} 

/* Services accordion styles */
body .services-accordion .accordion-button {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #292929 !important;
    padding: 16px 24px !important;
}

body .services-accordion .accordion-button:not(.collapsed) {
    color: #FF8E6C !important; /* Platform orange color */
    background-color: transparent !important;
    box-shadow: none !important;
}

body .services-accordion .accordion-button:focus {
    box-shadow: none !important;
    border-color: transparent !important;
} 

/* Custom accordion styling for website services */
.services-accordion .accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.services-accordion .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
}

/* Active accordion button - colored header */
.services-accordion .accordion-button:not(.collapsed) {
    color: #FF8E6C !important; /* Orange text */
    background-color: #E8F3FF !important; /* Light blue background for active item */
    border-radius: 0;
    padding: 20px !important;
    margin: 0 -20px !important; /* Extend background to edges */
}

/* Normal accordion body */
.services-accordion .accordion-body {
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
    color: #333; /* Ensuring text is visible */
    background-color: white;
    font-size: 16px;
    line-height: 1.6;
}

/* Ensure accordion is styled properly on mobile */
@media (max-width: 768px) {
    .services-accordion .accordion-button {
        font-size: 20px !important;
        padding: 15px 0;
    }
    
    .services-accordion .accordion-button:not(.collapsed) {
        padding: 15px !important;
        margin: 0 -15px !important;
    }
} 

/* Media queries for responsive spacing */
@media (max-width: 1400px) {
    .stats-section,
    .services-details-section,
    .service-hero-section {
        padding-bottom: 120px;
    }
    .stats-section {
        padding-top: 120px;
    }
    .services-details-section {
        padding-top: 120px;
    }
}

@media (max-width: 1200px) {
    .stats-section,
    .services-details-section,
    .service-hero-section {
        padding-bottom: 110px;
    }
    .stats-section {
        padding-top: 110px;
    }
    .services-details-section {
        padding-top: 110px;
    }
}

@media (max-width: 992px) {
    .stats-section,
    .services-details-section,
    .service-hero-section {
        padding-bottom: 100px;
    }
    .stats-section {
        padding-top: 100px;
    }
    .services-details-section {
        padding-top: 100px;
    }
}

@media (max-width: 768px) {
    .stats-section,
    .services-details-section,
    .service-hero-section {
        padding-bottom: 80px;
    }
    .stats-section {
        padding-top: 80px;
    }
    .services-details-section {
        padding-top: 80px;
    }
}

@media (max-width: 576px) {
    .stats-section,
    .services-details-section,
    .service-hero-section {
        padding-bottom: 60px;
    }
    .stats-section {
        padding-top: 60px;
    }
    .services-details-section {
        padding-top: 60px;
    }
} 

/* Design Approach Section */
.design-approach-section {
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 100px 0;
}

.approach-image-container {
    position: relative;
    text-align: center;
}

.approach-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.approach-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 24px;
    line-height: 1.2;
}

.approach-text {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.approach-subheading {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FF8E6C;
    margin-bottom: 20px;
    line-height: 1.4;
}

.approach-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.benefit-icon {
    flex-shrink: 0;
    margin-right: 16px;
    margin-top: 4px;
}

.benefit-content {
    flex-grow: 1;
}

.benefit-content h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #292929;
    margin-top: 0;
    margin-bottom: 8px;
}

.benefit-content p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

/* Responsive styles for design approach section */
@media (max-width: 1200px) {
    .approach-heading {
        font-size: 38px;
    }
    
    .approach-subheading {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .approach-heading {
        font-size: 36px;
    }
    
    .approach-subheading {
        font-size: 20px;
    }
    
    .benefit-content h4 {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .design-approach-section {
        padding: 60px 0;
    }
    
    .approach-heading {
        font-size: 32px;
    }
    
    .approach-text {
        font-size: 15px;
    }
    
    .approach-subheading {
        font-size: 19px;
    }
    
    .benefit-content h4 {
        font-size: 16px;
    }
    
    .benefit-content p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .design-approach-section {
        padding: 40px 0;
    }
    
    .approach-heading {
        font-size: 28px;
    }
    
    .benefit-item {
        margin-bottom: 15px;
    }
} 