/* Code&Care Landing Page Styles */


.codecare-platform-as-a-service,
.codecare-landing-page {
    background: #000018;
    background-image: url("../../images/Abstract-Design-left.png"), url("../../images/Abstract-Design-right.png");
    background-position: top left, top right;
    background-repeat: no-repeat, no-repeat;
    color: #FFFFFF;
    overflow-x: hidden;
    min-height: 100vh;
}

.codecare-platform-as-a-service .container,
.codecare-landing-page .container,
.codecare-landing-footer .container {
    max-width: 95%;
    margin: 0 auto;
    padding: 0;
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 120px 0 80px;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: url("../../images/Hero-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.hero-decoration {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(74, 74, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-headline {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.outline {
    font-family: "Instrument Sans";
    color: transparent;
    -webkit-text-stroke: 2px #7C89FF;
    filter: drop-shadow(0 0 10px rgba(21, 43, 255, 0.9));
    font-weight: 800;
  }

  .italic {
    color: #fff;
    font-family: Playfair Display Italic;
    font-style: italic;
    -webkit-text-stroke: none;
    font-weight: 600;
  }

.hero-line {
    display: block;
}

.hero-line.blue {
    color: var(--cc-blue);
}

.hero-line.white {
    color: var(--cc-text-white);
}

.hero-line em {
    font-style: italic;
}

.hero-subheadline {
    font-family: 'Instrument Sans';
    font-size: 16px;
    line-height: 1.6;
    color: #AEAEB8;
    margin-bottom: 40px;
    max-width: 640px; 
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
    /* flex-wrap: wrap; */
}

.hero-trust-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    color: #93939F;
    font-family: 'Instrument Sans';
    font-size: 15px;
    font-weight: 500;
}
.hero-trust-indicator p {
    margin-bottom: 0;
}
.hero-trust-indicator p span {
    color: #E5E5E7;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, #3A5AFF 0%, #2A4AEF 100%);
    color: var(--cc-text-white);
    border-radius: 50px;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    box-shadow: 
        0 4px 15px rgba(74, 74, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    border: none;
    position: relative;
    z-index: 1;
}

.btn-primary > * {
    position: relative;
    z-index: 2;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.15) 0%, 
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%);
    border-radius: 50px;
    pointer-events: none;
}

.btn-primary::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    height: 40%;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.25) 0%, 
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%);
    border-radius: 50px 50px 0 0;
    pointer-events: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #4A6AFF 0%, #3A5AFF 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 8px 25px rgba(74, 74, 255, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.btn-primary:active {
    transform: translateY(0);
    box-shadow: 
        0 2px 10px rgba(74, 74, 255, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.btn-outline {
    background: transparent;
    color: var(--cc-text-white);
    border-color: var(--cc-text-white);
    border-radius: 50px;
    padding: 16px 40px;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

/* Section Headlines */
.section-headline {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}

.section-headline em {
    font-style: italic;
    color: #7C89FF;
    font-weight: 500;
}

.section-headline em.blue {
    color: var(--cc-blue);
}

.section-intro {
    font-family: 'Instrument Sans';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.2px;
    opacity: 0.8;
    color: #E7E7E7;
    text-align: center;
    max-width: 590px;
    margin: 0 auto 60px;
}

/* Build Confidence Section */
.build-confidence-section {
    padding: 100px 0;
    position: relative;


}
.build-confidence-section::before {
    content: '';
    position: absolute;
    inset: -700px 0 0 0;
    background-image: url("../../images/Abstract-Design-left2.png");
    background-position: left;
    background-repeat: no-repeat;
}
.build-confidence-section::after {
    content: '';
    position: absolute;
    inset: 0 0 -900px 0;
    background-image: url("../../images/Abstract-Design-right2.png");
    background-position: right;
    background-repeat: no-repeat;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
    z-index: 2;
}

.service-card {
    padding: 30px;
    max-width: 421px;
}

.service-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    border-color: var(--cc-blue);
}

.service-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 32px;
}

.service-icon svg {
    width: 100%;
    height: 100%;
}

.service-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-family: 'Instrument Sans';
}

.service-description {
    font-size: 18px;
    line-height: 1.6;
    color: #FFFFFF;
    opacity: 0.8;
    font-family: 'Instrument Sans';
}

/* Platform Features Section */
.platform-features-section {
    padding: 100px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.feature-card {
    padding: 30px;
    max-width: 330px;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    border-color: var(--cc-blue);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    color: var(--cc-purple);
}

.feature-icon svg {
    width: 100%;
    height: 100%;
}

.feature-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--cc-text-white);
}

.feature-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--cc-text-gray);
}

/* Trusted Companies Section */
.trusted-companies-section {
    padding: 80px 0;
}
.trusted-companies-headline {
    font-family: 'Instrument Sans';
    font-size: 24px;
    color: #E7E7E7;
    text-align: center;
}
.section-carousel {
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 32px;
    text-align: center;
    font-family: 'Instrument Sans';
}
.trusted-companies-section .section-headline {
    margin-bottom: 50px;
}

.companies-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 90px;
    padding: 40px 0;
}
.companies-logos .slick-track{
    min-width: 100px;
}
.company-logo {
    color: var(--cc-text-gray);
    opacity: 0.6;
    transition: all 0.3s ease;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.company-logo img {
    object-fit: scale-down;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    height: 52px;
  }

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    position: relative;
    background-image: url("../../images/testimonial-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials-section .container {
    max-width: 100%;
}
.platform-as-a-service-section-headline {
    font-size: 48px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 20px;
    text-align: start;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.testimonials-section::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.testimonials-carousel {
    display: flex;
    width: 100%;
    gap: 30px;
    justify-self: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 20px 0;
    overflow: visible;
}
.testimonials-carousel .slick-list{
    /* width: 90%; */
}
.slick-list {
  /* overflow: visible !important; */
}
.testimonials-carousel .slick-track{
    display: flex;
    gap: 24px;
}

.testimonials-carousel::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    min-width: 350px;
    max-width: 368px;
    padding: 32px 16px;
    height: auto;
    background: #000018;
    /* margin-right: 24px; */
    border-radius: 12px;
    opacity: 1 !important;
    transform: none !important;
}

/* Ensure Slick cloned testimonial cards are always visible */
.slick-cloned .testimonial-card {
    opacity: 1 !important;
    transform: none !important;
}

.testimonial-avatar {
    border-radius: 16px;
    object-fit: cover;
    background-repeat: no-repeat;
    height: 243px;
    background-position: top;
    text-align: center;
    background-size: cover;
    align-content: center;
    background-image: url("../../images/testimonials-bg.png");
}

.avatar-placeholder {
    justify-self: center;
    text-align: -webkit-center;
    place-self: center;
    justify-items: center;
}

.testimonial-name {
    font-style: 'Instrument Sans';
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #F8F8F8;
    opacity: 0.95;
}

.testimonial-card p {
    font-family: 'Instrument Sans';
    font-size: 14px;
    color: #F8F8F8;
    margin-bottom: 16px;
    opacity: 0.7;
}

.carousel-controls {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 30px;
}

.carousel-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(0deg, #152BFF, #152BFF), linear-gradient(0deg, #999999, #999999), linear-gradient(0deg, #FFFFFF, #FFFFFF), rgba(255, 255, 255, 0.5);
    background-blend-mode: plus-darker, overlay, saturation, normal;
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), inset 1px 1px 0px rgba(255, 255, 255, 0.5);
    border: 0;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.carousel-btn.prev {
    position: absolute;
    right: 67px;
    bottom: -65px;
}
.carousel-btn.next {
    position: absolute;
    right: 0;
    bottom: -65px;
}

.codecare-platform-as-a-service .carousel-btn.prev,
.codecare-platform-as-a-service .carousel-btn.next  {
    top: -70px;
}

.carousel-btn:hover {
    background: var(--cc-blue-light);
    /* transform: scale(1.1); */
}

/* Pricing Overview Section */
.pricing-overview-section {
    padding: 0;
    position: relative;
    background-image: url("../../images/testimonial-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pricing-overview-section .section-headline{
    font-weight: 500;
    justify-self: end;
    place-self: end;
    text-align: end;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
    padding: 0 50px;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #000018;
    border-radius: 16px;
    padding: 32px 16px;
    position: relative;
    transition: all 0.3s 
ease;
}

.pricing-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(124, 137, 255, 0.5);
    transform: translateY(-5px);
}

.pricing-card-featured {
    background: rgba(124, 137, 255, 0.1);
    border-color: rgba(124, 137, 255, 0.3);
}

.pricing-badge {
    padding: 12px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Instrument Sans';
    background: linear-gradient(0deg, #B8B1FF, #B8B1FF), linear-gradient(0deg, #999999, #999999), linear-gradient(0deg, #FFFFFF, #FFFFFF), rgba(255, 255, 255, 0.5);
    background-blend-mode: plus-darker, overlay, saturation, normal;
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), inset 1px 1px 0px rgba(255, 255, 255, 0.5);
    border-radius: 1000px;
}

.pricing-icon-title {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}
.pricing-icon {
    width: 64px;
    height: 64px;
}

.pricing-icon svg {
    width: 100%;
    height: 100%;
}

.pricing-plan-title {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0;
    font-family: 'Instrument Sans';
}

.pricing-plan-description {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Instrument Sans';
}

.pricing-amount {
    font-size: 54px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: 'Instrument Sans';
}
.pricing-amount-prefer {
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: 'Instrument Sans';
}

.pricing-amount-describe {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: 'Instrument Sans';
    margin-bottom: 24px;
}

.pricing-amount-large {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.pricing-enterprise-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
    font-family: 'Instrument Sans';
}

.pricing-features {
    margin-bottom: 32px;
}

.pricing-features-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    font-family: 'Instrument Sans';
}
.pricing-features-title-icon {
    margin-right: 8px;
}

.pricing-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
    font-family: 'Instrument Sans';
    line-height: 1.5;
}

.pricing-features-list li svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-btn {
    display: block;
    text-align: center;
    padding: 16px 24px;
    color: #E5E5E7;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Instrument Sans';
    transition: all 0.3s 
ease;
}

.pricing-btn:hover {
    background: rgba(21, 43, 255, 0.25);
    border-color: rgba(124, 137, 255, 0.5);
    transform: translateY(-2px);
}

/* FAQ Section */
.faq-section {
    padding: 55px 0;
    position: relative;
}
.faq-section-headline {
    text-align: left;
}
.faq-accordion {
    margin: 40px 0;
}

.faq-item {
    padding: 32px;
    position: relative;
    border-left: 6px solid #7C89FF;
    margin-left: 0;
    margin-bottom: 16px;
}

.faq-item:first-child {
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.faq-question {
    width: 100%;
    display: flex;
    gap: 17px;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    color: #7C89FF;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding: 0;
    cursor: pointer;
    font-family: 'Instrument Sans';
    transition: color 0.3s 
ease;
    flex-direction: row-reverse;
}

/* .faq-question:hover {
    color: #7C89FF;
} */

.faq-question span {
    flex: 1;
    padding-right: 20px;
}

.faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    margin-top: 24px;
    padding-left: 34px;
    padding-right: 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 140%;
    font-family: 'Instrument Sans';
}

.faq-answer p {
    margin: 0;
}

/* Why Code&Care Section */
.why-codecare-section {
    padding: 100px 0;
}
.why-codecare-section .section-headline {
    font-size: 54px;
    text-align: start;
}
.why-grid {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 40px;
    margin-top: 60px;
}

.why-card {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 50px;
}

.why-title {
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #FFFFFF;
}

.why-description {
    font-family: 'Instrument Sans';
    font-size: 20px;
}

.why-keywords-large {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}


.keyword-large {
    font-family: 'Instrument Sans';
    font-size: 54px;
    font-weight: bold;
    line-height: 100%;
}

/* CTA Section */
.cta-section {
    padding: 65px 0;
    text-align: center;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}
.cta-button {
    padding: 16px 24px;
}
/* Help Section */
.help-section {
    padding: 0 0 100px 0;
    text-align: center;
    /* background: rgba(74, 74, 255, 0.05); */
}
.help-btn {
    height: min-content;
    padding: 20px;
    background: rgba(21, 43, 255, 0.08);
    border-radius: 1000px;
    /* border: #ffffff 1px solid; */
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), inset 1px 1px 0px rgba(255, 255, 255, 0.5);
    font-style: normal;
    font-weight: 500;
    font-family: "Instrument Sans";
    font-size: 20px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'ss16' on;
    color: #ffffff;
}
.help-section .container {
    display: flex;
    justify-content: space-around;
}
.help-section-headline {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    text-align: start;
    font-family: 'Instrument Sans';
    letter-spacing: -1px;
}
.help-description {
    font-size: 14px;
    line-height: 140%;
    color: #F9FAFB;
    max-width: 380px;
    opacity: 0.6;
    text-align: start;
}
.help-section .btn-primary {
    height: fit-content;
}
.btn-large {
    padding: 16px 40px;
    font-size: 18px;
}

.cta-decoration {
    width: 100%;
    height: 200px;
    background-image: url("../../images/fill.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.circuit-icon {
    width: 50px;
    height: 50px;
    border: 2px solid var(--cc-blue);
    border-radius: 8px;
    position: relative;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.circuit-icon:hover {
    opacity: 1;
}

.circuit-icon::before,
.circuit-icon::after {
    content: '';
    position: absolute;
    background: var(--cc-blue);
}

.circuit-icon::before {
    width: 3px;
    height: 15px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.circuit-icon::after {
    width: 15px;
    height: 3px;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

/* Connect circuit icons with lines */
.circuit-icon:not(:last-child)::after {
    width: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid {
        /* grid-template-columns: repeat(2, 1fr); */
    }
    
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .pricing-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding-bottom: 50px;
    }
    .hero-headline {
        font-size: 30px;
    }
    .hero-content {
        max-width: 492px;
    }
    
    .section-headline {
        font-size: 30px;
    }
    
    .services-grid {
        margin-top: 24px;
        row-gap: 24px;
    }
    
    .build-confidence-section {
        padding: 0;
    }
    .build-confidence-section .section-headline br {
        display: none;
    }
    .service-icon,
    .feature-icon {
        width: 33px;
        height: 33px;
        margin-bottom: 16px;
    }
    .service-title,
    .feature-title {
        font-size: 20px;
    }
    .service-description,
    .feature-description {
        font-size: 14px;
    }
    .platform-features-section {
        padding: 50px 0;
    }
    .features-grid {
        margin-top: 24px;
        row-gap: 24px;
    }
    
    .pricing-grid {
        margin-top: 24px;
        row-gap: 24px;
    }
    .pricing-icon {
        width: 40px;
        height: 40px;
    }
    .pricing-badge {
        font-size: 14px;
    }
    .pricing-plan-title {
        font-size: 20px;
    }
    .pricing-plan-description,
    .pricing-features-title {
        font-size: 16px;
    }
    .pricing-card {
        padding: 32px 16px;
    }
    
    .pricing-amount,
    .pricing-amount-prefer {
        font-size: 40px;
    }
    .pricing-amount-describe {
        font-size: 18px;
    }
    .pricing-amount-large {
        font-size: 20px;
    }
    
    .faq-question {
        font-size: 18px;
    }
    
    .why-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonial-card {
        min-width: 280px;
        max-width: 292px;
    }
    
    .hero-subheadline {
        font-size: 14px;
    }
    
    .section-intro {
        margin-bottom: 0;
        font-size: 14px;
    }

    .service-card,
    .feature-card {
        padding: 12px;
    }

    .trusted-companies-section {
        padding: 0;
    }
    .trusted-companies-headline {
    font-size: 20px;
    }
    .carousel-btn.prev,
    .carousel-btn.next {
        top: -65px;
    }
    .carousel-btn.next {
        right: 20px;
    }
    .carousel-btn.prev {
        right: 87px;
    }
    .testimonials-section {
        padding-bottom: 50px;
    }
    .testimonials-section .container {
        min-width: 100%;
    }
    .why-codecare-section {
        padding: 0;
    }
    .why-codecare-section .section-headline,
    .why-title,
    .keyword-large {
        font-size: 32px;
    }
    .why-description {
        display: none;
    }
    .why-card {
        column-gap: 15px;
    }
    .why-keywords-large {
        gap: 15px;
        justify-content: flex-start;
    }
    .cta-buttons {
        margin-bottom: 30px;
    }
    .cta-button {
        padding: 10px;
        width: inherit;
    }
    .cta-decoration {
        height: 60px;
        background-size: cover;
    }
    .help-section {
        padding: 0;
    }
    .help-section-headline {
        font-size: 20px;
    }
    .help-btn {
        font-size: 16px;
        width: fit-content;
        margin-bottom: 1px;
    }

    .pricing-grid {
        padding: 0;
    }
}

@media (max-width: 650px) {
    .why-keywords-large br {
        display: none;
    }
    .build-confidence-section .section-headline br {
        display: block;
    }
    .features-grid .slick-track,
    .services-grid .slick-track {
        display: flex;
    }
    .features-grid .slick-sllde,
    .services-grid .slick-slide {
        height: auto;
    }
    .services-grid,
    .features-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .why-codecare-section .section-headline {
        text-align: center;
    }
    .why-grid {
        margin-top: 0;
    }
    .why-card {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .why-keywords-large {
        flex-direction: column;
    }
    .why-keywords-large br{
        display: none;
    }
    .help-section .container {
        flex-direction: column;
    }
    .cta-buttons {
        max-width: 295px;
        justify-self: center;
        place-self: anchor-center;
        align-items: center;
        margin: auto;
    }
    .pricing-overview-section {
        padding-bottom: 35px;
    }
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    .pricing-grid  .slick-track{
        display: flex;
    }
    .pricing-grid .slick-slide {
    display: flex;
    justify-content: space-between;
    }
    .pricing-card {
        height: auto;
    }
    .pricing-grid .slick-dots li button:before{
        width: 12px;
        height: 12px;
        color: #ECEBFF;
    }
    .pricing-grid .slick-dots li.slick-active button:before {
        color: #152BFF;
    }
    .why-keywords-large-infrastructure br {
        display: block;
    }
    .testimonial-card {
        max-width: 284px;
    }
}

@media (max-width: 650px) {
    .hero-headline {
        font-size: 32px;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn {
        width: 100%;
    }
    
    .keyword-large {
        font-size: 24px;
        text-align: center;
    }
}

