.elementor-6308 .elementor-element.elementor-element-49d2816{--display:flex;--min-height:324px;--justify-content:space-between;--margin-top:30px;--margin-bottom:30px;--margin-left:30px;--margin-right:30px;}@media(min-width:768px){.elementor-6308 .elementor-element.elementor-element-49d2816{--content-width:1203px;}}/* Start custom CSS for container, class: .elementor-element-49d2816 *//* ---------------------------------------------------------- */
/*  GLOBAL LANDING PAGE STYLES                                */
/* ---------------------------------------------------------- */

:root {
    --et-green: #2e8b57;
    --et-blue: #1a3c57;
    --et-gray: #f6f7f8;
    --et-text: #333333;
    --et-light-text: #666666;
    --et-radius: 16px;
}

/* Uniform spacing for all landing page sections */
.tech-landing-section {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .tech-landing-section {
        padding: 40px 0;
    }
}

/* Titles */
.tech-section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--et-blue);
    margin-bottom: 20px;
    text-align: left;
}

@media (max-width: 767px) {
    .tech-section-title {
        font-size: 26px;
        text-align: center;
    }
}

/* Paragraph text */
.tech-section-text {
    font-size: 18px;
    line-height: 1.65;
    color: var(--et-light-text);
    max-width: 900px;
}

@media (max-width: 767px) {
    .tech-section-text {
        font-size: 16px;
        padding: 0 10px;
        text-align: center;
    }
}


/* ---------------------------------------------------------- */
/*  HERO SECTION                                               */
/* ---------------------------------------------------------- */

.tech-help-hero {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 420px;
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Overlay to darken image very slightly for readability */
.tech-help-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.20);
    z-index: 0;
}

.tech-help-hero * {
    position: relative; /* keep text above overlay */
}

.tech-help-hero h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    text-shadow: 0 3px 10px rgba(0,0,0,0.55);
}

.tech-help-hero p {
    color: #fff;
    font-size: 20px;
    margin-top: 12px;
}

/* CTA Button in hero */
.tech-help-hero .elementor-button {
    margin-top: 22px;
    padding: 14px 34px;
    background: var(--et-green);
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
}

@media (max-width: 767px) {
    .tech-help-hero {
        min-height: 360px;
        padding-top: 110px;
        padding-bottom: 110px;
        background-position: center top !important;
    }

    .tech-help-hero h1 {
        font-size: 32px;
        padding: 0 15px;
    }
}


/* ---------------------------------------------------------- */
/*  ABOUT THIS SERVICE                                         */
/* ---------------------------------------------------------- */

.tech-about-box {
    background: white;
    padding: 40px 40px;
    border-radius: var(--et-radius);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    margin: 0 auto;
    max-width: 1100px;
}

.tech-about-box p {
    font-size: 17px;
    line-height: 1.65;
}

@media (max-width: 767px) {
    .tech-about-box {
        padding: 28px 20px;
        text-align: center;
    }
}


/* ---------------------------------------------------------- */
/*  COMMON TECH ISSUES WE FIX                                  */
/* ---------------------------------------------------------- */

.tech-issues-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .tech-issues-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .tech-issues-grid {
        grid-template-columns: 1fr;
    }
}

/* Issue Cards */
.tech-issue-card {
    background: white;
    border-radius: var(--et-radius);
    padding: 25px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
    border: 1px solid rgba(0,0,0,0.06);
}

.tech-issue-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.tech-issue-card h3 {
    font-size: 20px;
    color: var(--et-blue);
    margin-bottom: 8px;
}

/* Price */
.tech-issue-card .price {
    font-size: 18px;
    color: var(--et-green);
    font-weight: 700;
    margin-bottom: 10px;
}


/* ---------------------------------------------------------- */
/*  CTA BLOCK / BUTTON                                         */
/* ---------------------------------------------------------- */

.tech-cta-block {
    text-align: center;
    margin-top: 50px;
}

.tech-cta-block .elementor-button {
    padding: 16px 40px;
    font-size: 20px;
    border-radius: 10px;
    background: var(--et-green);
    color: white;
}

.tech-cta-block .elementor-button:hover {
    background: #267548;
}


/* ---------------------------------------------------------- */
/*  SECTION SPACING & DIVIDER FIXES                            */
/* ---------------------------------------------------------- */

.tech-section-wrapper + .tech-section-wrapper {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .tech-section-wrapper + .tech-section-wrapper {
        margin-top: 30px;
    }
}/* End custom CSS */